d3d8: Display FIXME only once in ValidatePixelShader and ValidateVertexShader.
[wine/multimedia.git] / configure
blob930b3f63f74bd2c00081302cbd28ea06f1512f23
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.39.
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.39'
556 PACKAGE_STRING='Wine 1.1.39'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_DIRS
601 ALL_TEST_BINARIES
602 ALL_TEST_DIRS
603 ALL_INSTALL_DIRS
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
614 ALL_MAKERULES
615 DEPENDENCIES
616 LDAPLIBS
617 LIBPOLL
618 LIBDL
619 EXTRA_BINARIES
620 MAIN_BINARY
621 SOCKETLIBS
622 CRTLIBS
623 TOOLSEXT
624 LDPATH
625 BUILTINFLAG
626 EXTRACFLAGS
627 LIBKSTAT
628 LIBMPG123
629 PNGINCL
630 FONTCONFIGINCL
631 CUPSINCL
632 AUDIOIOLIBS
633 ALSALIBS
634 ESDLIBS
635 ESDINCL
636 ESDCONFIG
637 ZLIB
638 FREETYPEINCL
639 FREETYPELIBS
640 ft_devel
641 LCMSLIBS
642 RESOLVLIBS
643 GPHOTO2INCL
644 GPHOTO2LIBS
645 gphoto2port_devel
646 gphoto2_devel
647 SANEINCL
648 sane_devel
649 GNUTLSINCL
650 HALINCL
651 XSLTINCL
652 XML2INCL
653 XML2LIBS
654 NASLIBS
655 X_EXTRA_LIBS
656 X_LIBS
657 X_PRE_LIBS
658 X_CFLAGS
659 XMKMF
660 LIBPTHREAD
661 CROSSTARGET
662 CROSSTEST
663 CROSSCC
664 CARBONLIB
665 LIBOPENAL
666 COREAUDIO
667 DISKARBITRATIONLIB
668 LDEXECFLAGS
669 IOKITLIB
670 COREFOUNDATIONLIB
671 SECURITYLIB
672 DLLWRAP
673 DLLTOOL
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
684 OPENGL_LIBS
685 XLIB
686 PRELINK
687 ICOTOOL
688 RSVG
689 PKG_CONFIG
690 FONTFORGE
691 LINTFLAGS
692 LINT
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 LDCONFIG
697 EGREP
698 GREP
699 LN_S
700 STRIP
701 RANLIB
702 ARFLAGS
703 ac_ct_AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
721 SET_MAKE
722 host_os
723 host_vendor
724 host_cpu
725 host
726 build_os
727 build_vendor
728 build_cpu
729 build
730 MAINTAINER_MODE
731 target_alias
732 host_alias
733 build_alias
734 LIBS
735 ECHO_T
736 ECHO_N
737 ECHO_C
738 DEFS
739 mandir
740 localedir
741 libdir
742 psdir
743 pdfdir
744 dvidir
745 htmldir
746 infodir
747 docdir
748 oldincludedir
749 includedir
750 localstatedir
751 sharedstatedir
752 sysconfdir
753 datadir
754 datarootdir
755 libexecdir
756 sbindir
757 bindir
758 program_transform_name
759 prefix
760 exec_prefix
761 PACKAGE_URL
762 PACKAGE_BUGREPORT
763 PACKAGE_STRING
764 PACKAGE_VERSION
765 PACKAGE_TARNAME
766 PACKAGE_NAME
767 PATH_SEPARATOR
768 SHELL'
769 ac_subst_files='MAKE_RULES
770 MAKE_TEST_RULES
771 MAKE_DLL_RULES
772 MAKE_IMPLIB_RULES
773 MAKE_PROG_RULES'
774 ac_user_opts='
775 enable_option_checking
776 enable_win16
777 enable_win64
778 enable_tests
779 enable_maintainer_mode
780 with_alsa
781 with_audioio
782 with_capi
783 with_cms
784 with_coreaudio
785 with_cups
786 with_curses
787 with_esd
788 with_fontconfig
789 with_freetype
790 with_gphoto
791 with_glu
792 with_gnutls
793 with_gsm
794 with_hal
795 with_jack
796 with_jpeg
797 with_ldap
798 with_mpg123
799 with_nas
800 with_openal
801 with_opengl
802 with_openssl
803 with_oss
804 with_png
805 with_pthread
806 with_sane
807 with_v4l
808 with_xcomposite
809 with_xcursor
810 with_xinerama
811 with_xinput
812 with_xml
813 with_xrandr
814 with_xrender
815 with_xshape
816 with_xshm
817 with_xslt
818 with_xxf86vm
819 with_wine_tools
820 with_wine64
821 enable_largefile
822 with_x
824 ac_precious_vars='build_alias
825 host_alias
826 target_alias
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
833 CXXFLAGS
836 XMKMF'
839 # Initialize some variables set by options.
840 ac_init_help=
841 ac_init_version=false
842 ac_unrecognized_opts=
843 ac_unrecognized_sep=
844 # The variables have the same names as the options, with
845 # dashes changed to underlines.
846 cache_file=/dev/null
847 exec_prefix=NONE
848 no_create=
849 no_recursion=
850 prefix=NONE
851 program_prefix=NONE
852 program_suffix=NONE
853 program_transform_name=s,x,x,
854 silent=
855 site=
856 srcdir=
857 verbose=
858 x_includes=NONE
859 x_libraries=NONE
861 # Installation directory options.
862 # These are left unexpanded so users can "make install exec_prefix=/foo"
863 # and all the variables that are supposed to be based on exec_prefix
864 # by default will actually change.
865 # Use braces instead of parens because sh, perl, etc. also accept them.
866 # (The list follows the same order as the GNU Coding Standards.)
867 bindir='${exec_prefix}/bin'
868 sbindir='${exec_prefix}/sbin'
869 libexecdir='${exec_prefix}/libexec'
870 datarootdir='${prefix}/share'
871 datadir='${datarootdir}'
872 sysconfdir='${prefix}/etc'
873 sharedstatedir='${prefix}/com'
874 localstatedir='${prefix}/var'
875 includedir='${prefix}/include'
876 oldincludedir='/usr/include'
877 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
878 infodir='${datarootdir}/info'
879 htmldir='${docdir}'
880 dvidir='${docdir}'
881 pdfdir='${docdir}'
882 psdir='${docdir}'
883 libdir='${exec_prefix}/lib'
884 localedir='${datarootdir}/locale'
885 mandir='${datarootdir}/man'
887 ac_prev=
888 ac_dashdash=
889 for ac_option
891 # If the previous option needs an argument, assign it.
892 if test -n "$ac_prev"; then
893 eval $ac_prev=\$ac_option
894 ac_prev=
895 continue
898 case $ac_option in
899 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used." >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.1.39 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.39:";;
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.39
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.39, 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.
2485 # Check whether --enable-win16 was given.
2486 if test "${enable_win16+set}" = set; then :
2487 enableval=$enable_win16;
2490 # Check whether --enable-win64 was given.
2491 if test "${enable_win64+set}" = set; then :
2492 enableval=$enable_win64;
2495 # Check whether --enable-tests was given.
2496 if test "${enable_tests+set}" = set; then :
2497 enableval=$enable_tests;
2500 # Check whether --enable-maintainer-mode was given.
2501 if test "${enable_maintainer_mode+set}" = set; then :
2502 enableval=$enable_maintainer_mode;
2503 else
2504 MAINTAINER_MODE=\#
2510 # Check whether --with-alsa was given.
2511 if test "${with_alsa+set}" = set; then :
2512 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2516 # Check whether --with-audioio was given.
2517 if test "${with_audioio+set}" = set; then :
2518 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2522 # Check whether --with-capi was given.
2523 if test "${with_capi+set}" = set; then :
2524 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2528 # Check whether --with-cms was given.
2529 if test "${with_cms+set}" = set; then :
2530 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2534 # Check whether --with-coreaudio was given.
2535 if test "${with_coreaudio+set}" = set; then :
2536 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2540 # Check whether --with-cups was given.
2541 if test "${with_cups+set}" = set; then :
2542 withval=$with_cups;
2546 # Check whether --with-curses was given.
2547 if test "${with_curses+set}" = set; then :
2548 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2552 # Check whether --with-esd was given.
2553 if test "${with_esd+set}" = set; then :
2554 withval=$with_esd;
2558 # Check whether --with-fontconfig was given.
2559 if test "${with_fontconfig+set}" = set; then :
2560 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2564 # Check whether --with-freetype was given.
2565 if test "${with_freetype+set}" = set; then :
2566 withval=$with_freetype;
2570 # Check whether --with-gphoto was given.
2571 if test "${with_gphoto+set}" = set; then :
2572 withval=$with_gphoto;
2576 # Check whether --with-glu was given.
2577 if test "${with_glu+set}" = set; then :
2578 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2582 # Check whether --with-gnutls was given.
2583 if test "${with_gnutls+set}" = set; then :
2584 withval=$with_gnutls;
2588 # Check whether --with-gsm was given.
2589 if test "${with_gsm+set}" = set; then :
2590 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2594 # Check whether --with-hal was given.
2595 if test "${with_hal+set}" = set; then :
2596 withval=$with_hal;
2600 # Check whether --with-jack was given.
2601 if test "${with_jack+set}" = set; then :
2602 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2606 # Check whether --with-jpeg was given.
2607 if test "${with_jpeg+set}" = set; then :
2608 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2612 # Check whether --with-ldap was given.
2613 if test "${with_ldap+set}" = set; then :
2614 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2618 # Check whether --with-mpg123 was given.
2619 if test "${with_mpg123+set}" = set; then :
2620 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2624 # Check whether --with-nas was given.
2625 if test "${with_nas+set}" = set; then :
2626 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2630 # Check whether --with-openal was given.
2631 if test "${with_openal+set}" = set; then :
2632 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2636 # Check whether --with-opengl was given.
2637 if test "${with_opengl+set}" = set; then :
2638 withval=$with_opengl;
2642 # Check whether --with-openssl was given.
2643 if test "${with_openssl+set}" = set; then :
2644 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2648 # Check whether --with-oss was given.
2649 if test "${with_oss+set}" = set; then :
2650 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2654 # Check whether --with-png was given.
2655 if test "${with_png+set}" = set; then :
2656 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2660 # Check whether --with-pthread was given.
2661 if test "${with_pthread+set}" = set; then :
2662 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2666 # Check whether --with-sane was given.
2667 if test "${with_sane+set}" = set; then :
2668 withval=$with_sane;
2672 # Check whether --with-v4l was given.
2673 if test "${with_v4l+set}" = set; then :
2674 withval=$with_v4l;
2678 # Check whether --with-xcomposite was given.
2679 if test "${with_xcomposite+set}" = set; then :
2680 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2684 # Check whether --with-xcursor was given.
2685 if test "${with_xcursor+set}" = set; then :
2686 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2690 # Check whether --with-xinerama was given.
2691 if test "${with_xinerama+set}" = set; then :
2692 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2696 # Check whether --with-xinput was given.
2697 if test "${with_xinput+set}" = set; then :
2698 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2702 # Check whether --with-xml was given.
2703 if test "${with_xml+set}" = set; then :
2704 withval=$with_xml;
2708 # Check whether --with-xrandr was given.
2709 if test "${with_xrandr+set}" = set; then :
2710 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2714 # Check whether --with-xrender was given.
2715 if test "${with_xrender+set}" = set; then :
2716 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2720 # Check whether --with-xshape was given.
2721 if test "${with_xshape+set}" = set; then :
2722 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2726 # Check whether --with-xshm was given.
2727 if test "${with_xshm+set}" = set; then :
2728 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2732 # Check whether --with-xslt was given.
2733 if test "${with_xslt+set}" = set; then :
2734 withval=$with_xslt;
2738 # Check whether --with-xxf86vm was given.
2739 if test "${with_xxf86vm+set}" = set; then :
2740 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2745 # Check whether --with-wine-tools was given.
2746 if test "${with_wine_tools+set}" = set; then :
2747 withval=$with_wine_tools;
2751 # Check whether --with-wine64 was given.
2752 if test "${with_wine64+set}" = set; then :
2753 withval=$with_wine64;
2757 # Make sure we can run config.sub.
2758 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2759 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2762 $as_echo_n "checking build system type... " >&6; }
2763 if test "${ac_cv_build+set}" = set; then :
2764 $as_echo_n "(cached) " >&6
2765 else
2766 ac_build_alias=$build_alias
2767 test "x$ac_build_alias" = x &&
2768 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2769 test "x$ac_build_alias" = x &&
2770 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2771 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2772 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2776 $as_echo "$ac_cv_build" >&6; }
2777 case $ac_cv_build in
2778 *-*-*) ;;
2779 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2780 esac
2781 build=$ac_cv_build
2782 ac_save_IFS=$IFS; IFS='-'
2783 set x $ac_cv_build
2784 shift
2785 build_cpu=$1
2786 build_vendor=$2
2787 shift; shift
2788 # Remember, the first character of IFS is used to create $*,
2789 # except with old shells:
2790 build_os=$*
2791 IFS=$ac_save_IFS
2792 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2796 $as_echo_n "checking host system type... " >&6; }
2797 if test "${ac_cv_host+set}" = set; then :
2798 $as_echo_n "(cached) " >&6
2799 else
2800 if test "x$host_alias" = x; then
2801 ac_cv_host=$ac_cv_build
2802 else
2803 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2804 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2809 $as_echo "$ac_cv_host" >&6; }
2810 case $ac_cv_host in
2811 *-*-*) ;;
2812 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2813 esac
2814 host=$ac_cv_host
2815 ac_save_IFS=$IFS; IFS='-'
2816 set x $ac_cv_host
2817 shift
2818 host_cpu=$1
2819 host_vendor=$2
2820 shift; shift
2821 # Remember, the first character of IFS is used to create $*,
2822 # except with old shells:
2823 host_os=$*
2824 IFS=$ac_save_IFS
2825 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2829 case "$srcdir" in
2830 .) ;;
2831 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2832 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2833 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2834 fi ;;
2835 esac
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2839 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2840 set x ${MAKE-make}
2841 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2842 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2843 $as_echo_n "(cached) " >&6
2844 else
2845 cat >conftest.make <<\_ACEOF
2846 SHELL = /bin/sh
2847 all:
2848 @echo '@@@%%%=$(MAKE)=@@@%%%'
2849 _ACEOF
2850 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2851 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2852 *@@@%%%=?*=@@@%%%*)
2853 eval ac_cv_prog_make_${ac_make}_set=yes;;
2855 eval ac_cv_prog_make_${ac_make}_set=no;;
2856 esac
2857 rm -f conftest.make
2859 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2861 $as_echo "yes" >&6; }
2862 SET_MAKE=
2863 else
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2865 $as_echo "no" >&6; }
2866 SET_MAKE="MAKE=${MAKE-make}"
2869 ac_ext=c
2870 ac_cpp='$CPP $CPPFLAGS'
2871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2874 if test -n "$ac_tool_prefix"; then
2875 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2876 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_CC+set}" = set; then :
2880 $as_echo_n "(cached) " >&6
2881 else
2882 if test -n "$CC"; then
2883 ac_cv_prog_CC="$CC" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2888 IFS=$as_save_IFS
2889 test -z "$as_dir" && as_dir=.
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 break 2
2896 done
2897 done
2898 IFS=$as_save_IFS
2902 CC=$ac_cv_prog_CC
2903 if test -n "$CC"; then
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2906 else
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2913 if test -z "$ac_cv_prog_CC"; then
2914 ac_ct_CC=$CC
2915 # Extract the first word of "gcc", so it can be a program name with args.
2916 set dummy gcc; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
2921 else
2922 if test -n "$ac_ct_CC"; then
2923 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924 else
2925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 for as_dir in $PATH
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2932 ac_cv_prog_ac_ct_CC="gcc"
2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934 break 2
2936 done
2937 done
2938 IFS=$as_save_IFS
2942 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943 if test -n "$ac_ct_CC"; then
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945 $as_echo "$ac_ct_CC" >&6; }
2946 else
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2951 if test "x$ac_ct_CC" = x; then
2952 CC=""
2953 else
2954 case $cross_compiling:$ac_tool_warned in
2955 yes:)
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2957 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2958 ac_tool_warned=yes ;;
2959 esac
2960 CC=$ac_ct_CC
2962 else
2963 CC="$ac_cv_prog_CC"
2966 if test -z "$CC"; then
2967 if test -n "$ac_tool_prefix"; then
2968 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2969 set dummy ${ac_tool_prefix}cc; ac_word=$2
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971 $as_echo_n "checking for $ac_word... " >&6; }
2972 if test "${ac_cv_prog_CC+set}" = set; then :
2973 $as_echo_n "(cached) " >&6
2974 else
2975 if test -n "$CC"; then
2976 ac_cv_prog_CC="$CC" # Let the user override the test.
2977 else
2978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979 for as_dir in $PATH
2981 IFS=$as_save_IFS
2982 test -z "$as_dir" && as_dir=.
2983 for ac_exec_ext in '' $ac_executable_extensions; do
2984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2985 ac_cv_prog_CC="${ac_tool_prefix}cc"
2986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987 break 2
2989 done
2990 done
2991 IFS=$as_save_IFS
2995 CC=$ac_cv_prog_CC
2996 if test -n "$CC"; then
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2998 $as_echo "$CC" >&6; }
2999 else
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001 $as_echo "no" >&6; }
3007 if test -z "$CC"; then
3008 # Extract the first word of "cc", so it can be a program name with args.
3009 set dummy cc; ac_word=$2
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3011 $as_echo_n "checking for $ac_word... " >&6; }
3012 if test "${ac_cv_prog_CC+set}" = set; then :
3013 $as_echo_n "(cached) " >&6
3014 else
3015 if test -n "$CC"; then
3016 ac_cv_prog_CC="$CC" # Let the user override the test.
3017 else
3018 ac_prog_rejected=no
3019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3020 for as_dir in $PATH
3022 IFS=$as_save_IFS
3023 test -z "$as_dir" && as_dir=.
3024 for ac_exec_ext in '' $ac_executable_extensions; do
3025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3026 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3027 ac_prog_rejected=yes
3028 continue
3030 ac_cv_prog_CC="cc"
3031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3032 break 2
3034 done
3035 done
3036 IFS=$as_save_IFS
3038 if test $ac_prog_rejected = yes; then
3039 # We found a bogon in the path, so make sure we never use it.
3040 set dummy $ac_cv_prog_CC
3041 shift
3042 if test $# != 0; then
3043 # We chose a different compiler from the bogus one.
3044 # However, it has the same basename, so the bogon will be chosen
3045 # first if we set CC to just the basename; use the full file name.
3046 shift
3047 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3052 CC=$ac_cv_prog_CC
3053 if test -n "$CC"; then
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3055 $as_echo "$CC" >&6; }
3056 else
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3058 $as_echo "no" >&6; }
3063 if test -z "$CC"; then
3064 if test -n "$ac_tool_prefix"; then
3065 for ac_prog in cl.exe
3067 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3068 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3070 $as_echo_n "checking for $ac_word... " >&6; }
3071 if test "${ac_cv_prog_CC+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
3073 else
3074 if test -n "$CC"; then
3075 ac_cv_prog_CC="$CC" # Let the user override the test.
3076 else
3077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3078 for as_dir in $PATH
3080 IFS=$as_save_IFS
3081 test -z "$as_dir" && as_dir=.
3082 for ac_exec_ext in '' $ac_executable_extensions; do
3083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3084 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086 break 2
3088 done
3089 done
3090 IFS=$as_save_IFS
3094 CC=$ac_cv_prog_CC
3095 if test -n "$CC"; then
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3097 $as_echo "$CC" >&6; }
3098 else
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3100 $as_echo "no" >&6; }
3104 test -n "$CC" && break
3105 done
3107 if test -z "$CC"; then
3108 ac_ct_CC=$CC
3109 for ac_prog in cl.exe
3111 # Extract the first word of "$ac_prog", so it can be a program name with args.
3112 set dummy $ac_prog; ac_word=$2
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114 $as_echo_n "checking for $ac_word... " >&6; }
3115 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3116 $as_echo_n "(cached) " >&6
3117 else
3118 if test -n "$ac_ct_CC"; then
3119 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3120 else
3121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 for as_dir in $PATH
3124 IFS=$as_save_IFS
3125 test -z "$as_dir" && as_dir=.
3126 for ac_exec_ext in '' $ac_executable_extensions; do
3127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128 ac_cv_prog_ac_ct_CC="$ac_prog"
3129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 break 2
3132 done
3133 done
3134 IFS=$as_save_IFS
3138 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3139 if test -n "$ac_ct_CC"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3141 $as_echo "$ac_ct_CC" >&6; }
3142 else
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144 $as_echo "no" >&6; }
3148 test -n "$ac_ct_CC" && break
3149 done
3151 if test "x$ac_ct_CC" = x; then
3152 CC=""
3153 else
3154 case $cross_compiling:$ac_tool_warned in
3155 yes:)
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3158 ac_tool_warned=yes ;;
3159 esac
3160 CC=$ac_ct_CC
3167 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3168 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3169 as_fn_error "no acceptable C compiler found in \$PATH
3170 See \`config.log' for more details." "$LINENO" 5; }
3172 # Provide some information about the compiler.
3173 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3174 set X $ac_compile
3175 ac_compiler=$2
3176 for ac_option in --version -v -V -qversion; do
3177 { { ac_try="$ac_compiler $ac_option >&5"
3178 case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181 esac
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3185 ac_status=$?
3186 if test -s conftest.err; then
3187 sed '10a\
3188 ... rest of stderr output deleted ...
3189 10q' conftest.err >conftest.er1
3190 cat conftest.er1 >&5
3192 rm -f conftest.er1 conftest.err
3193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3194 test $ac_status = 0; }
3195 done
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h. */
3201 main ()
3205 return 0;
3207 _ACEOF
3208 ac_clean_files_save=$ac_clean_files
3209 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3210 # Try to create an executable without -o first, disregard a.out.
3211 # It will help us diagnose broken compilers, and finding out an intuition
3212 # of exeext.
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3214 $as_echo_n "checking whether the C compiler works... " >&6; }
3215 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3217 # The possible output files:
3218 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3220 ac_rmfiles=
3221 for ac_file in $ac_files
3223 case $ac_file in
3224 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3225 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3226 esac
3227 done
3228 rm -f $ac_rmfiles
3230 if { { ac_try="$ac_link_default"
3231 case "(($ac_try" in
3232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3233 *) ac_try_echo=$ac_try;;
3234 esac
3235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3236 $as_echo "$ac_try_echo"; } >&5
3237 (eval "$ac_link_default") 2>&5
3238 ac_status=$?
3239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240 test $ac_status = 0; }; then :
3241 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3242 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3243 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3244 # so that the user can short-circuit this test for compilers unknown to
3245 # Autoconf.
3246 for ac_file in $ac_files ''
3248 test -f "$ac_file" || continue
3249 case $ac_file in
3250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3252 [ab].out )
3253 # We found the default executable, but exeext='' is most
3254 # certainly right.
3255 break;;
3256 *.* )
3257 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3258 then :; else
3259 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3261 # We set ac_cv_exeext here because the later test for it is not
3262 # safe: cross compilers may not add the suffix if given an `-o'
3263 # argument, so we may need to know it at that point already.
3264 # Even if this section looks crufty: it has the advantage of
3265 # actually working.
3266 break;;
3268 break;;
3269 esac
3270 done
3271 test "$ac_cv_exeext" = no && ac_cv_exeext=
3273 else
3274 ac_file=''
3276 if test -z "$ac_file"; then :
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3278 $as_echo "no" >&6; }
3279 $as_echo "$as_me: failed program was:" >&5
3280 sed 's/^/| /' conftest.$ac_ext >&5
3282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3283 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284 { as_fn_set_status 77
3285 as_fn_error "C compiler cannot create executables
3286 See \`config.log' for more details." "$LINENO" 5; }; }
3287 else
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3289 $as_echo "yes" >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3292 $as_echo_n "checking for C compiler default output file name... " >&6; }
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3294 $as_echo "$ac_file" >&6; }
3295 ac_exeext=$ac_cv_exeext
3297 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3298 ac_clean_files=$ac_clean_files_save
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3300 $as_echo_n "checking for suffix of executables... " >&6; }
3301 if { { ac_try="$ac_link"
3302 case "(($ac_try" in
3303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304 *) ac_try_echo=$ac_try;;
3305 esac
3306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3307 $as_echo "$ac_try_echo"; } >&5
3308 (eval "$ac_link") 2>&5
3309 ac_status=$?
3310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3311 test $ac_status = 0; }; then :
3312 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3313 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3314 # work properly (i.e., refer to `conftest.exe'), while it won't with
3315 # `rm'.
3316 for ac_file in conftest.exe conftest conftest.*; do
3317 test -f "$ac_file" || continue
3318 case $ac_file in
3319 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3320 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3321 break;;
3322 * ) break;;
3323 esac
3324 done
3325 else
3326 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328 as_fn_error "cannot compute suffix of executables: cannot compile and link
3329 See \`config.log' for more details." "$LINENO" 5; }
3331 rm -f conftest conftest$ac_cv_exeext
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3333 $as_echo "$ac_cv_exeext" >&6; }
3335 rm -f conftest.$ac_ext
3336 EXEEXT=$ac_cv_exeext
3337 ac_exeext=$EXEEXT
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339 /* end confdefs.h. */
3340 #include <stdio.h>
3342 main ()
3344 FILE *f = fopen ("conftest.out", "w");
3345 return ferror (f) || fclose (f) != 0;
3348 return 0;
3350 _ACEOF
3351 ac_clean_files="$ac_clean_files conftest.out"
3352 # Check that the compiler produces executables we can run. If not, either
3353 # the compiler is broken, or we cross compile.
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3355 $as_echo_n "checking whether we are cross compiling... " >&6; }
3356 if test "$cross_compiling" != yes; then
3357 { { ac_try="$ac_link"
3358 case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361 esac
3362 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363 $as_echo "$ac_try_echo"; } >&5
3364 (eval "$ac_link") 2>&5
3365 ac_status=$?
3366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367 test $ac_status = 0; }
3368 if { ac_try='./conftest$ac_cv_exeext'
3369 { { case "(($ac_try" in
3370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3371 *) ac_try_echo=$ac_try;;
3372 esac
3373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3374 $as_echo "$ac_try_echo"; } >&5
3375 (eval "$ac_try") 2>&5
3376 ac_status=$?
3377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3378 test $ac_status = 0; }; }; then
3379 cross_compiling=no
3380 else
3381 if test "$cross_compiling" = maybe; then
3382 cross_compiling=yes
3383 else
3384 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3386 as_fn_error "cannot run C compiled programs.
3387 If you meant to cross compile, use \`--host'.
3388 See \`config.log' for more details." "$LINENO" 5; }
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3393 $as_echo "$cross_compiling" >&6; }
3395 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3396 ac_clean_files=$ac_clean_files_save
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3398 $as_echo_n "checking for suffix of object files... " >&6; }
3399 if test "${ac_cv_objext+set}" = set; then :
3400 $as_echo_n "(cached) " >&6
3401 else
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403 /* end confdefs.h. */
3406 main ()
3410 return 0;
3412 _ACEOF
3413 rm -f conftest.o conftest.obj
3414 if { { ac_try="$ac_compile"
3415 case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418 esac
3419 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3420 $as_echo "$ac_try_echo"; } >&5
3421 (eval "$ac_compile") 2>&5
3422 ac_status=$?
3423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3424 test $ac_status = 0; }; then :
3425 for ac_file in conftest.o conftest.obj conftest.*; do
3426 test -f "$ac_file" || continue;
3427 case $ac_file in
3428 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3429 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3430 break;;
3431 esac
3432 done
3433 else
3434 $as_echo "$as_me: failed program was:" >&5
3435 sed 's/^/| /' conftest.$ac_ext >&5
3437 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3439 as_fn_error "cannot compute suffix of object files: cannot compile
3440 See \`config.log' for more details." "$LINENO" 5; }
3442 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3445 $as_echo "$ac_cv_objext" >&6; }
3446 OBJEXT=$ac_cv_objext
3447 ac_objext=$OBJEXT
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3449 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3450 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3451 $as_echo_n "(cached) " >&6
3452 else
3453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454 /* end confdefs.h. */
3457 main ()
3459 #ifndef __GNUC__
3460 choke me
3461 #endif
3464 return 0;
3466 _ACEOF
3467 if ac_fn_c_try_compile "$LINENO"; then :
3468 ac_compiler_gnu=yes
3469 else
3470 ac_compiler_gnu=no
3472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3473 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3477 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3478 if test $ac_compiler_gnu = yes; then
3479 GCC=yes
3480 else
3481 GCC=
3483 ac_test_CFLAGS=${CFLAGS+set}
3484 ac_save_CFLAGS=$CFLAGS
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3486 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3487 if test "${ac_cv_prog_cc_g+set}" = set; then :
3488 $as_echo_n "(cached) " >&6
3489 else
3490 ac_save_c_werror_flag=$ac_c_werror_flag
3491 ac_c_werror_flag=yes
3492 ac_cv_prog_cc_g=no
3493 CFLAGS="-g"
3494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3495 /* end confdefs.h. */
3498 main ()
3502 return 0;
3504 _ACEOF
3505 if ac_fn_c_try_compile "$LINENO"; then :
3506 ac_cv_prog_cc_g=yes
3507 else
3508 CFLAGS=""
3509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510 /* end confdefs.h. */
3513 main ()
3517 return 0;
3519 _ACEOF
3520 if ac_fn_c_try_compile "$LINENO"; then :
3522 else
3523 ac_c_werror_flag=$ac_save_c_werror_flag
3524 CFLAGS="-g"
3525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526 /* end confdefs.h. */
3529 main ()
3533 return 0;
3535 _ACEOF
3536 if ac_fn_c_try_compile "$LINENO"; then :
3537 ac_cv_prog_cc_g=yes
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 ac_c_werror_flag=$ac_save_c_werror_flag
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3547 $as_echo "$ac_cv_prog_cc_g" >&6; }
3548 if test "$ac_test_CFLAGS" = set; then
3549 CFLAGS=$ac_save_CFLAGS
3550 elif test $ac_cv_prog_cc_g = yes; then
3551 if test "$GCC" = yes; then
3552 CFLAGS="-g -O2"
3553 else
3554 CFLAGS="-g"
3556 else
3557 if test "$GCC" = yes; then
3558 CFLAGS="-O2"
3559 else
3560 CFLAGS=
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3564 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3565 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3567 else
3568 ac_cv_prog_cc_c89=no
3569 ac_save_CC=$CC
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h. */
3572 #include <stdarg.h>
3573 #include <stdio.h>
3574 #include <sys/types.h>
3575 #include <sys/stat.h>
3576 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3577 struct buf { int x; };
3578 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3579 static char *e (p, i)
3580 char **p;
3581 int i;
3583 return p[i];
3585 static char *f (char * (*g) (char **, int), char **p, ...)
3587 char *s;
3588 va_list v;
3589 va_start (v,p);
3590 s = g (p, va_arg (v,int));
3591 va_end (v);
3592 return s;
3595 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3596 function prototypes and stuff, but not '\xHH' hex character constants.
3597 These don't provoke an error unfortunately, instead are silently treated
3598 as 'x'. The following induces an error, until -std is added to get
3599 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3600 array size at least. It's necessary to write '\x00'==0 to get something
3601 that's true only with -std. */
3602 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3604 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3605 inside strings and character constants. */
3606 #define FOO(x) 'x'
3607 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3609 int test (int i, double x);
3610 struct s1 {int (*f) (int a);};
3611 struct s2 {int (*f) (double a);};
3612 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3613 int argc;
3614 char **argv;
3616 main ()
3618 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3620 return 0;
3622 _ACEOF
3623 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3624 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3626 CC="$ac_save_CC $ac_arg"
3627 if ac_fn_c_try_compile "$LINENO"; then :
3628 ac_cv_prog_cc_c89=$ac_arg
3630 rm -f core conftest.err conftest.$ac_objext
3631 test "x$ac_cv_prog_cc_c89" != "xno" && break
3632 done
3633 rm -f conftest.$ac_ext
3634 CC=$ac_save_CC
3637 # AC_CACHE_VAL
3638 case "x$ac_cv_prog_cc_c89" in
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3641 $as_echo "none needed" >&6; } ;;
3642 xno)
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3644 $as_echo "unsupported" >&6; } ;;
3646 CC="$CC $ac_cv_prog_cc_c89"
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3648 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3649 esac
3650 if test "x$ac_cv_prog_cc_c89" != xno; then :
3654 ac_ext=c
3655 ac_cpp='$CPP $CPPFLAGS'
3656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3660 ac_ext=cpp
3661 ac_cpp='$CXXCPP $CPPFLAGS'
3662 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3665 if test -z "$CXX"; then
3666 if test -n "$CCC"; then
3667 CXX=$CCC
3668 else
3669 if test -n "$ac_tool_prefix"; then
3670 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3672 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3673 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_CXX+set}" = set; then :
3677 $as_echo_n "(cached) " >&6
3678 else
3679 if test -n "$CXX"; then
3680 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3685 IFS=$as_save_IFS
3686 test -z "$as_dir" && as_dir=.
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 break 2
3693 done
3694 done
3695 IFS=$as_save_IFS
3699 CXX=$ac_cv_prog_CXX
3700 if test -n "$CXX"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3702 $as_echo "$CXX" >&6; }
3703 else
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3709 test -n "$CXX" && break
3710 done
3712 if test -z "$CXX"; then
3713 ac_ct_CXX=$CXX
3714 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3716 # Extract the first word of "$ac_prog", so it can be a program name with args.
3717 set dummy $ac_prog; ac_word=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$ac_ct_CXX"; then
3724 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_ac_ct_CXX="$ac_prog"
3734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3744 if test -n "$ac_ct_CXX"; then
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3746 $as_echo "$ac_ct_CXX" >&6; }
3747 else
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3753 test -n "$ac_ct_CXX" && break
3754 done
3756 if test "x$ac_ct_CXX" = x; then
3757 CXX="g++"
3758 else
3759 case $cross_compiling:$ac_tool_warned in
3760 yes:)
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3762 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3763 ac_tool_warned=yes ;;
3764 esac
3765 CXX=$ac_ct_CXX
3771 # Provide some information about the compiler.
3772 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3773 set X $ac_compile
3774 ac_compiler=$2
3775 for ac_option in --version -v -V -qversion; do
3776 { { ac_try="$ac_compiler $ac_option >&5"
3777 case "(($ac_try" in
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3780 esac
3781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3782 $as_echo "$ac_try_echo"; } >&5
3783 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3784 ac_status=$?
3785 if test -s conftest.err; then
3786 sed '10a\
3787 ... rest of stderr output deleted ...
3788 10q' conftest.err >conftest.er1
3789 cat conftest.er1 >&5
3791 rm -f conftest.er1 conftest.err
3792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3793 test $ac_status = 0; }
3794 done
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3797 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3798 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3799 $as_echo_n "(cached) " >&6
3800 else
3801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3802 /* end confdefs.h. */
3805 main ()
3807 #ifndef __GNUC__
3808 choke me
3809 #endif
3812 return 0;
3814 _ACEOF
3815 if ac_fn_cxx_try_compile "$LINENO"; then :
3816 ac_compiler_gnu=yes
3817 else
3818 ac_compiler_gnu=no
3820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3825 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3826 if test $ac_compiler_gnu = yes; then
3827 GXX=yes
3828 else
3829 GXX=
3831 ac_test_CXXFLAGS=${CXXFLAGS+set}
3832 ac_save_CXXFLAGS=$CXXFLAGS
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3834 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3835 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3836 $as_echo_n "(cached) " >&6
3837 else
3838 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3839 ac_cxx_werror_flag=yes
3840 ac_cv_prog_cxx_g=no
3841 CXXFLAGS="-g"
3842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3843 /* end confdefs.h. */
3846 main ()
3850 return 0;
3852 _ACEOF
3853 if ac_fn_cxx_try_compile "$LINENO"; then :
3854 ac_cv_prog_cxx_g=yes
3855 else
3856 CXXFLAGS=""
3857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3858 /* end confdefs.h. */
3861 main ()
3865 return 0;
3867 _ACEOF
3868 if ac_fn_cxx_try_compile "$LINENO"; then :
3870 else
3871 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3872 CXXFLAGS="-g"
3873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3874 /* end confdefs.h. */
3877 main ()
3881 return 0;
3883 _ACEOF
3884 if ac_fn_cxx_try_compile "$LINENO"; then :
3885 ac_cv_prog_cxx_g=yes
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3892 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3895 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3896 if test "$ac_test_CXXFLAGS" = set; then
3897 CXXFLAGS=$ac_save_CXXFLAGS
3898 elif test $ac_cv_prog_cxx_g = yes; then
3899 if test "$GXX" = yes; then
3900 CXXFLAGS="-g -O2"
3901 else
3902 CXXFLAGS="-g"
3904 else
3905 if test "$GXX" = yes; then
3906 CXXFLAGS="-O2"
3907 else
3908 CXXFLAGS=
3911 ac_ext=c
3912 ac_cpp='$CPP $CPPFLAGS'
3913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3917 if test -n "$ac_tool_prefix"; then
3918 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3919 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3921 $as_echo_n "checking for $ac_word... " >&6; }
3922 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3923 $as_echo_n "(cached) " >&6
3924 else
3925 if test -n "$CPPBIN"; then
3926 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3927 else
3928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3929 for as_dir in $PATH
3931 IFS=$as_save_IFS
3932 test -z "$as_dir" && as_dir=.
3933 for ac_exec_ext in '' $ac_executable_extensions; do
3934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3935 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3937 break 2
3939 done
3940 done
3941 IFS=$as_save_IFS
3945 CPPBIN=$ac_cv_prog_CPPBIN
3946 if test -n "$CPPBIN"; then
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3948 $as_echo "$CPPBIN" >&6; }
3949 else
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3951 $as_echo "no" >&6; }
3956 if test -z "$ac_cv_prog_CPPBIN"; then
3957 ac_ct_CPPBIN=$CPPBIN
3958 # Extract the first word of "cpp", so it can be a program name with args.
3959 set dummy cpp; ac_word=$2
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3961 $as_echo_n "checking for $ac_word... " >&6; }
3962 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3963 $as_echo_n "(cached) " >&6
3964 else
3965 if test -n "$ac_ct_CPPBIN"; then
3966 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3967 else
3968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3969 for as_dir in $PATH
3971 IFS=$as_save_IFS
3972 test -z "$as_dir" && as_dir=.
3973 for ac_exec_ext in '' $ac_executable_extensions; do
3974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3975 ac_cv_prog_ac_ct_CPPBIN="cpp"
3976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3977 break 2
3979 done
3980 done
3981 IFS=$as_save_IFS
3985 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3986 if test -n "$ac_ct_CPPBIN"; then
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3988 $as_echo "$ac_ct_CPPBIN" >&6; }
3989 else
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3991 $as_echo "no" >&6; }
3994 if test "x$ac_ct_CPPBIN" = x; then
3995 CPPBIN="cpp"
3996 else
3997 case $cross_compiling:$ac_tool_warned in
3998 yes:)
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4001 ac_tool_warned=yes ;;
4002 esac
4003 CPPBIN=$ac_ct_CPPBIN
4005 else
4006 CPPBIN="$ac_cv_prog_CPPBIN"
4010 cat >>confdefs.h <<_ACEOF
4011 #define EXEEXT "$ac_exeext"
4012 _ACEOF
4015 case $host in
4016 *-darwin*)
4017 if test "x$enable_win64" = "xyes"
4018 then
4019 CC="$CC -m64"
4020 CXX="$CXX -m64"
4021 LD="${LD:-ld} -arch x86_64"
4022 AS="${AS:-as} -arch x86_64"
4023 host_cpu="x86_64"
4024 notice_platform="64-bit "
4025 TARGETFLAGS="-m64"
4027 else
4028 CC="$CC -m32"
4029 CXX="$CXX -m32"
4030 LD="${LD:-ld} -arch i386"
4031 AS="${AS:-as} -arch i386"
4032 host_cpu="i386"
4033 notice_platform="32-bit "
4034 TARGETFLAGS="-m32"
4036 enable_win16=${enable_win16:-yes}
4039 x86_64*)
4040 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4041 then
4042 CC="$CC -m32"
4043 CXX="$CXX -m32"
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4045 $as_echo_n "checking whether $CC works... " >&6; }
4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4048 /* end confdefs.h. */
4051 main ()
4055 return 0;
4057 _ACEOF
4058 if ac_fn_c_try_link "$LINENO"; then :
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4060 $as_echo "yes" >&6; }
4061 else
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4063 $as_echo "no" >&6; }
4064 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4066 rm -f core conftest.err conftest.$ac_objext \
4067 conftest$ac_exeext conftest.$ac_ext
4068 LD="${LD:-ld} -m elf_i386"
4069 AS="${AS:-as} --32"
4070 host_cpu="i386"
4071 notice_platform="32-bit "
4072 TARGETFLAGS="-m32"
4074 enable_win16=${enable_win16:-yes}
4075 else
4076 if test "x${GCC}" = "xyes"
4077 then
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4079 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4081 /* end confdefs.h. */
4082 #include <stdarg.h>
4084 main ()
4086 void func(__builtin_ms_va_list *args);
4088 return 0;
4090 _ACEOF
4091 if ac_fn_c_try_compile "$LINENO"; then :
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4093 $as_echo "yes" >&6; }
4094 else
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4096 $as_echo "no" >&6; }
4097 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4101 TARGETFLAGS="-m64"
4105 *-mingw32*|*-cygwin*)
4106 enable_win16=${enable_win16:-no}
4108 i[3456789]86*)
4109 enable_win16=${enable_win16:-yes}
4111 esac
4113 enable_win16=${enable_win16:-no}
4115 enable_winetest=${enable_winetest:-$enable_tests}
4117 if test -n "$with_wine64"
4118 then
4119 if test "x$enable_win64" = "xyes"
4120 then
4121 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4122 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4124 WOW64_DISABLE=\#
4126 enable_fonts=${enable_fonts:-no}
4127 enable_include=${enable_include:-no}
4128 enable_server=${enable_server:-no}
4129 enable_tools=${enable_tools:-no}
4130 enable_wineboot=${enable_wineboot:-no}
4131 enable_winedbg=${enable_winedbg:-no}
4132 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4136 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4137 if test "${wine_cv_toolsdir+set}" = set; then :
4138 $as_echo_n "(cached) " >&6
4139 else
4140 wine_cv_toolsdir="$with_wine_tools"
4141 if test -z "$with_wine_tools"; then
4142 if test "$cross_compiling" = "yes"; then
4143 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4144 elif test -n "$with_wine64"; then
4145 wine_cv_toolsdir="$with_wine64"
4148 if test -z "$wine_cv_toolsdir"; then
4149 wine_cv_toolsdir="\$(TOPOBJDIR)"
4150 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4151 case "$wine_cv_toolsdir" in
4152 /*) ;;
4153 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4154 esac
4155 else
4156 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4160 $as_echo "$wine_cv_toolsdir" >&6; }
4161 TOOLSDIR=$wine_cv_toolsdir
4163 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4164 then
4165 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4169 for ac_prog in flex
4171 # Extract the first word of "$ac_prog", so it can be a program name with args.
4172 set dummy $ac_prog; ac_word=$2
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174 $as_echo_n "checking for $ac_word... " >&6; }
4175 if test "${ac_cv_prog_FLEX+set}" = set; then :
4176 $as_echo_n "(cached) " >&6
4177 else
4178 if test -n "$FLEX"; then
4179 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4180 else
4181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182 for as_dir in $PATH
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4188 ac_cv_prog_FLEX="$ac_prog"
4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 break 2
4192 done
4193 done
4194 IFS=$as_save_IFS
4198 FLEX=$ac_cv_prog_FLEX
4199 if test -n "$FLEX"; then
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4201 $as_echo "$FLEX" >&6; }
4202 else
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204 $as_echo "no" >&6; }
4208 test -n "$FLEX" && break
4209 done
4210 test -n "$FLEX" || FLEX="none"
4212 if test "$FLEX" = "none"
4213 then
4214 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4217 $as_echo_n "checking whether flex is recent enough... " >&6; }
4218 cat >conftest.l <<EOF
4219 %top{
4220 #include "prediluvian.h"
4224 if $FLEX -t conftest.l >/dev/null 2>&1
4225 then
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4227 $as_echo "yes" >&6; }
4228 else
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230 $as_echo "no" >&6; }
4231 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4234 for ac_prog in bison
4236 # Extract the first word of "$ac_prog", so it can be a program name with args.
4237 set dummy $ac_prog; ac_word=$2
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4239 $as_echo_n "checking for $ac_word... " >&6; }
4240 if test "${ac_cv_prog_BISON+set}" = set; then :
4241 $as_echo_n "(cached) " >&6
4242 else
4243 if test -n "$BISON"; then
4244 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4245 else
4246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 for as_dir in $PATH
4249 IFS=$as_save_IFS
4250 test -z "$as_dir" && as_dir=.
4251 for ac_exec_ext in '' $ac_executable_extensions; do
4252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4253 ac_cv_prog_BISON="$ac_prog"
4254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255 break 2
4257 done
4258 done
4259 IFS=$as_save_IFS
4263 BISON=$ac_cv_prog_BISON
4264 if test -n "$BISON"; then
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4266 $as_echo "$BISON" >&6; }
4267 else
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4269 $as_echo "no" >&6; }
4273 test -n "$BISON" && break
4274 done
4275 test -n "$BISON" || BISON="none"
4277 if test "$BISON" = "none"
4278 then
4279 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4282 if test -n "$ac_tool_prefix"; then
4283 for ac_prog in ar gar
4285 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4286 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288 $as_echo_n "checking for $ac_word... " >&6; }
4289 if test "${ac_cv_prog_AR+set}" = set; then :
4290 $as_echo_n "(cached) " >&6
4291 else
4292 if test -n "$AR"; then
4293 ac_cv_prog_AR="$AR" # Let the user override the test.
4294 else
4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4298 IFS=$as_save_IFS
4299 test -z "$as_dir" && as_dir=.
4300 for ac_exec_ext in '' $ac_executable_extensions; do
4301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4302 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4304 break 2
4306 done
4307 done
4308 IFS=$as_save_IFS
4312 AR=$ac_cv_prog_AR
4313 if test -n "$AR"; then
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4315 $as_echo "$AR" >&6; }
4316 else
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4318 $as_echo "no" >&6; }
4322 test -n "$AR" && break
4323 done
4325 if test -z "$AR"; then
4326 ac_ct_AR=$AR
4327 for ac_prog in ar gar
4329 # Extract the first word of "$ac_prog", so it can be a program name with args.
4330 set dummy $ac_prog; ac_word=$2
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4332 $as_echo_n "checking for $ac_word... " >&6; }
4333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4334 $as_echo_n "(cached) " >&6
4335 else
4336 if test -n "$ac_ct_AR"; then
4337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4338 else
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4340 for as_dir in $PATH
4342 IFS=$as_save_IFS
4343 test -z "$as_dir" && as_dir=.
4344 for ac_exec_ext in '' $ac_executable_extensions; do
4345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346 ac_cv_prog_ac_ct_AR="$ac_prog"
4347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4348 break 2
4350 done
4351 done
4352 IFS=$as_save_IFS
4356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4357 if test -n "$ac_ct_AR"; then
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4359 $as_echo "$ac_ct_AR" >&6; }
4360 else
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362 $as_echo "no" >&6; }
4366 test -n "$ac_ct_AR" && break
4367 done
4369 if test "x$ac_ct_AR" = x; then
4370 AR="ar"
4371 else
4372 case $cross_compiling:$ac_tool_warned in
4373 yes:)
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4376 ac_tool_warned=yes ;;
4377 esac
4378 AR=$ac_ct_AR
4382 ARFLAGS=rc
4384 if test -n "$ac_tool_prefix"; then
4385 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4386 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388 $as_echo_n "checking for $ac_word... " >&6; }
4389 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4390 $as_echo_n "(cached) " >&6
4391 else
4392 if test -n "$RANLIB"; then
4393 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4394 else
4395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396 for as_dir in $PATH
4398 IFS=$as_save_IFS
4399 test -z "$as_dir" && as_dir=.
4400 for ac_exec_ext in '' $ac_executable_extensions; do
4401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4402 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4404 break 2
4406 done
4407 done
4408 IFS=$as_save_IFS
4412 RANLIB=$ac_cv_prog_RANLIB
4413 if test -n "$RANLIB"; then
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4415 $as_echo "$RANLIB" >&6; }
4416 else
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418 $as_echo "no" >&6; }
4423 if test -z "$ac_cv_prog_RANLIB"; then
4424 ac_ct_RANLIB=$RANLIB
4425 # Extract the first word of "ranlib", so it can be a program name with args.
4426 set dummy ranlib; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 if test -n "$ac_ct_RANLIB"; then
4433 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_ac_ct_RANLIB="ranlib"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4446 done
4447 done
4448 IFS=$as_save_IFS
4452 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4453 if test -n "$ac_ct_RANLIB"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4455 $as_echo "$ac_ct_RANLIB" >&6; }
4456 else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4461 if test "x$ac_ct_RANLIB" = x; then
4462 RANLIB=":"
4463 else
4464 case $cross_compiling:$ac_tool_warned in
4465 yes:)
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4468 ac_tool_warned=yes ;;
4469 esac
4470 RANLIB=$ac_ct_RANLIB
4472 else
4473 RANLIB="$ac_cv_prog_RANLIB"
4476 if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4478 set dummy ${ac_tool_prefix}strip; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if test "${ac_cv_prog_STRIP+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
4483 else
4484 if test -n "$STRIP"; then
4485 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4486 else
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488 for as_dir in $PATH
4490 IFS=$as_save_IFS
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496 break 2
4498 done
4499 done
4500 IFS=$as_save_IFS
4504 STRIP=$ac_cv_prog_STRIP
4505 if test -n "$STRIP"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4507 $as_echo "$STRIP" >&6; }
4508 else
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4515 if test -z "$ac_cv_prog_STRIP"; then
4516 ac_ct_STRIP=$STRIP
4517 # Extract the first word of "strip", so it can be a program name with args.
4518 set dummy strip; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
4523 else
4524 if test -n "$ac_ct_STRIP"; then
4525 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 ac_cv_prog_ac_ct_STRIP="strip"
4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4538 done
4539 done
4540 IFS=$as_save_IFS
4544 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4545 if test -n "$ac_ct_STRIP"; then
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4547 $as_echo "$ac_ct_STRIP" >&6; }
4548 else
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4553 if test "x$ac_ct_STRIP" = x; then
4554 STRIP="strip"
4555 else
4556 case $cross_compiling:$ac_tool_warned in
4557 yes:)
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4560 ac_tool_warned=yes ;;
4561 esac
4562 STRIP=$ac_ct_STRIP
4564 else
4565 STRIP="$ac_cv_prog_STRIP"
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4569 $as_echo_n "checking whether ln -s works... " >&6; }
4570 LN_S=$as_ln_s
4571 if test "$LN_S" = "ln -s"; then
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4573 $as_echo "yes" >&6; }
4574 else
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4576 $as_echo "no, using $LN_S" >&6; }
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4580 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4581 if test "${ac_cv_path_GREP+set}" = set; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 if test -z "$GREP"; then
4585 ac_path_GREP_found=false
4586 # Loop through the user's path and test for each of PROGNAME-LIST
4587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
4592 for ac_prog in grep ggrep; do
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4595 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4596 # Check for GNU ac_path_GREP and select it if it is found.
4597 # Check for GNU $ac_path_GREP
4598 case `"$ac_path_GREP" --version 2>&1` in
4599 *GNU*)
4600 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 ac_count=0
4603 $as_echo_n 0123456789 >"conftest.in"
4604 while :
4606 cat "conftest.in" "conftest.in" >"conftest.tmp"
4607 mv "conftest.tmp" "conftest.in"
4608 cp "conftest.in" "conftest.nl"
4609 $as_echo 'GREP' >> "conftest.nl"
4610 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4611 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4612 as_fn_arith $ac_count + 1 && ac_count=$as_val
4613 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4614 # Best one so far, save it but keep looking for a better one
4615 ac_cv_path_GREP="$ac_path_GREP"
4616 ac_path_GREP_max=$ac_count
4618 # 10*(2^10) chars as input seems more than enough
4619 test $ac_count -gt 10 && break
4620 done
4621 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4622 esac
4624 $ac_path_GREP_found && break 3
4625 done
4626 done
4627 done
4628 IFS=$as_save_IFS
4629 if test -z "$ac_cv_path_GREP"; then
4630 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632 else
4633 ac_cv_path_GREP=$GREP
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4638 $as_echo "$ac_cv_path_GREP" >&6; }
4639 GREP="$ac_cv_path_GREP"
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4643 $as_echo_n "checking for egrep... " >&6; }
4644 if test "${ac_cv_path_EGREP+set}" = set; then :
4645 $as_echo_n "(cached) " >&6
4646 else
4647 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4648 then ac_cv_path_EGREP="$GREP -E"
4649 else
4650 if test -z "$EGREP"; then
4651 ac_path_EGREP_found=false
4652 # Loop through the user's path and test for each of PROGNAME-LIST
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 IFS=$as_save_IFS
4657 test -z "$as_dir" && as_dir=.
4658 for ac_prog in egrep; do
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4661 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4662 # Check for GNU ac_path_EGREP and select it if it is found.
4663 # Check for GNU $ac_path_EGREP
4664 case `"$ac_path_EGREP" --version 2>&1` in
4665 *GNU*)
4666 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 ac_count=0
4669 $as_echo_n 0123456789 >"conftest.in"
4670 while :
4672 cat "conftest.in" "conftest.in" >"conftest.tmp"
4673 mv "conftest.tmp" "conftest.in"
4674 cp "conftest.in" "conftest.nl"
4675 $as_echo 'EGREP' >> "conftest.nl"
4676 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4677 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4678 as_fn_arith $ac_count + 1 && ac_count=$as_val
4679 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4680 # Best one so far, save it but keep looking for a better one
4681 ac_cv_path_EGREP="$ac_path_EGREP"
4682 ac_path_EGREP_max=$ac_count
4684 # 10*(2^10) chars as input seems more than enough
4685 test $ac_count -gt 10 && break
4686 done
4687 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4688 esac
4690 $ac_path_EGREP_found && break 3
4691 done
4692 done
4693 done
4694 IFS=$as_save_IFS
4695 if test -z "$ac_cv_path_EGREP"; then
4696 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698 else
4699 ac_cv_path_EGREP=$EGREP
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4705 $as_echo "$ac_cv_path_EGREP" >&6; }
4706 EGREP="$ac_cv_path_EGREP"
4709 # Extract the first word of "ldconfig", so it can be a program name with args.
4710 set dummy ldconfig; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
4715 else
4716 case $LDCONFIG in
4717 [\\/]* | ?:[\\/]*)
4718 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4722 for as_dir in /sbin /usr/sbin $PATH
4724 IFS=$as_save_IFS
4725 test -z "$as_dir" && as_dir=.
4726 for ac_exec_ext in '' $ac_executable_extensions; do
4727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4728 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730 break 2
4732 done
4733 done
4734 IFS=$as_save_IFS
4736 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738 esac
4740 LDCONFIG=$ac_cv_path_LDCONFIG
4741 if test -n "$LDCONFIG"; then
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4743 $as_echo "$LDCONFIG" >&6; }
4744 else
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4750 # Find a good install program. We prefer a C program (faster),
4751 # so one script is as good as another. But avoid the broken or
4752 # incompatible versions:
4753 # SysV /etc/install, /usr/sbin/install
4754 # SunOS /usr/etc/install
4755 # IRIX /sbin/install
4756 # AIX /bin/install
4757 # AmigaOS /C/install, which installs bootblocks on floppy discs
4758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4761 # OS/2's system install, which has a completely different semantic
4762 # ./install, which can be erroneously created by make from ./install.sh.
4763 # Reject install programs that cannot install multiple files.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4766 if test -z "$INSTALL"; then
4767 if test "${ac_cv_path_install+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769 else
4770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4771 for as_dir in $PATH
4773 IFS=$as_save_IFS
4774 test -z "$as_dir" && as_dir=.
4775 # Account for people who put trailing slashes in PATH elements.
4776 case $as_dir/ in #((
4777 ./ | .// | /[cC]/* | \
4778 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4779 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4780 /usr/ucb/* ) ;;
4782 # OSF1 and SCO ODT 3.0 have their own names for install.
4783 # Don't use installbsd from OSF since it installs stuff as root
4784 # by default.
4785 for ac_prog in ginstall scoinst install; do
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4788 if test $ac_prog = install &&
4789 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # AIX install. It has an incompatible calling convention.
4792 elif test $ac_prog = install &&
4793 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4794 # program-specific install script used by HP pwplus--don't use.
4796 else
4797 rm -rf conftest.one conftest.two conftest.dir
4798 echo one > conftest.one
4799 echo two > conftest.two
4800 mkdir conftest.dir
4801 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4802 test -s conftest.one && test -s conftest.two &&
4803 test -s conftest.dir/conftest.one &&
4804 test -s conftest.dir/conftest.two
4805 then
4806 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4807 break 3
4811 done
4812 done
4814 esac
4816 done
4817 IFS=$as_save_IFS
4819 rm -rf conftest.one conftest.two conftest.dir
4822 if test "${ac_cv_path_install+set}" = set; then
4823 INSTALL=$ac_cv_path_install
4824 else
4825 # As a last resort, use the slow shell script. Don't cache a
4826 # value for INSTALL within a source directory, because that will
4827 # break other packages using the cache if that directory is
4828 # removed, or if the value is a relative name.
4829 INSTALL=$ac_install_sh
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4833 $as_echo "$INSTALL" >&6; }
4835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4836 # It thinks the first close brace ends the variable substitution.
4837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843 case "$INSTALL" in
4844 [\\/$]* | ?:[\\/]* ) ;;
4845 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4846 esac
4848 for ac_prog in lclint lint
4850 # Extract the first word of "$ac_prog", so it can be a program name with args.
4851 set dummy $ac_prog; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if test "${ac_cv_prog_LINT+set}" = set; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 if test -n "$LINT"; then
4858 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4867 ac_cv_prog_LINT="$ac_prog"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 break 2
4871 done
4872 done
4873 IFS=$as_save_IFS
4877 LINT=$ac_cv_prog_LINT
4878 if test -n "$LINT"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4880 $as_echo "$LINT" >&6; }
4881 else
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4887 test -n "$LINT" && break
4888 done
4890 if test "$LINT" = "lint"
4891 then
4892 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4897 for ac_prog in fontforge
4899 # Extract the first word of "$ac_prog", so it can be a program name with args.
4900 set dummy $ac_prog; ac_word=$2
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4904 $as_echo_n "(cached) " >&6
4905 else
4906 if test -n "$FONTFORGE"; then
4907 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4908 else
4909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in $PATH
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
4914 for ac_exec_ext in '' $ac_executable_extensions; do
4915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4916 ac_cv_prog_FONTFORGE="$ac_prog"
4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918 break 2
4920 done
4921 done
4922 IFS=$as_save_IFS
4926 FONTFORGE=$ac_cv_prog_FONTFORGE
4927 if test -n "$FONTFORGE"; then
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4929 $as_echo "$FONTFORGE" >&6; }
4930 else
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932 $as_echo "no" >&6; }
4936 test -n "$FONTFORGE" && break
4937 done
4938 test -n "$FONTFORGE" || FONTFORGE="false"
4940 for ac_prog in pkg-config
4942 # Extract the first word of "$ac_prog", so it can be a program name with args.
4943 set dummy $ac_prog; ac_word=$2
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4945 $as_echo_n "checking for $ac_word... " >&6; }
4946 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4947 $as_echo_n "(cached) " >&6
4948 else
4949 if test -n "$PKG_CONFIG"; then
4950 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4951 else
4952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4955 IFS=$as_save_IFS
4956 test -z "$as_dir" && as_dir=.
4957 for ac_exec_ext in '' $ac_executable_extensions; do
4958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4959 ac_cv_prog_PKG_CONFIG="$ac_prog"
4960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4961 break 2
4963 done
4964 done
4965 IFS=$as_save_IFS
4969 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4970 if test -n "$PKG_CONFIG"; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4972 $as_echo "$PKG_CONFIG" >&6; }
4973 else
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4975 $as_echo "no" >&6; }
4979 test -n "$PKG_CONFIG" && break
4980 done
4981 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983 for ac_prog in rsvg
4985 # Extract the first word of "$ac_prog", so it can be a program name with args.
4986 set dummy $ac_prog; ac_word=$2
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988 $as_echo_n "checking for $ac_word... " >&6; }
4989 if test "${ac_cv_prog_RSVG+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
4991 else
4992 if test -n "$RSVG"; then
4993 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4994 else
4995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
5001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5002 ac_cv_prog_RSVG="$ac_prog"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5006 done
5007 done
5008 IFS=$as_save_IFS
5012 RSVG=$ac_cv_prog_RSVG
5013 if test -n "$RSVG"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5015 $as_echo "$RSVG" >&6; }
5016 else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5022 test -n "$RSVG" && break
5023 done
5024 test -n "$RSVG" || RSVG="false"
5026 for ac_prog in icotool
5028 # Extract the first word of "$ac_prog", so it can be a program name with args.
5029 set dummy $ac_prog; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 if test -n "$ICOTOOL"; then
5036 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045 ac_cv_prog_ICOTOOL="$ac_prog"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5049 done
5050 done
5051 IFS=$as_save_IFS
5055 ICOTOOL=$ac_cv_prog_ICOTOOL
5056 if test -n "$ICOTOOL"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5058 $as_echo "$ICOTOOL" >&6; }
5059 else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5065 test -n "$ICOTOOL" && break
5066 done
5067 test -n "$ICOTOOL" || ICOTOOL="false"
5070 if test "${enable_maintainer_mode+set}" = set
5071 then
5072 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5073 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5074 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5077 case $host_cpu in
5078 *i[3456789]86*)
5079 # Extract the first word of "prelink", so it can be a program name with args.
5080 set dummy prelink; ac_word=$2
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5082 $as_echo_n "checking for $ac_word... " >&6; }
5083 if test "${ac_cv_path_PRELINK+set}" = set; then :
5084 $as_echo_n "(cached) " >&6
5085 else
5086 case $PRELINK in
5087 [\\/]* | ?:[\\/]*)
5088 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in /sbin /usr/sbin $PATH
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 break 2
5102 done
5103 done
5104 IFS=$as_save_IFS
5106 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5108 esac
5110 PRELINK=$ac_cv_path_PRELINK
5111 if test -n "$PRELINK"; then
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5113 $as_echo "$PRELINK" >&6; }
5114 else
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116 $as_echo "no" >&6; }
5121 esac
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5125 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5126 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
5128 else
5129 ac_check_lib_save_LIBS=$LIBS
5130 LIBS="-li386 $LIBS"
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132 /* end confdefs.h. */
5134 /* Override any GCC internal prototype to avoid an error.
5135 Use char because int might match the return type of a GCC
5136 builtin and then its argument prototype would still apply. */
5137 #ifdef __cplusplus
5138 extern "C"
5139 #endif
5140 char i386_set_ldt ();
5142 main ()
5144 return i386_set_ldt ();
5146 return 0;
5148 _ACEOF
5149 if ac_fn_c_try_link "$LINENO"; then :
5150 ac_cv_lib_i386_i386_set_ldt=yes
5151 else
5152 ac_cv_lib_i386_i386_set_ldt=no
5154 rm -f core conftest.err conftest.$ac_objext \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5159 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5160 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5161 cat >>confdefs.h <<_ACEOF
5162 #define HAVE_LIBI386 1
5163 _ACEOF
5165 LIBS="-li386 $LIBS"
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5170 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5171 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lossaudio $LIBS"
5176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5177 /* end confdefs.h. */
5179 /* Override any GCC internal prototype to avoid an error.
5180 Use char because int might match the return type of a GCC
5181 builtin and then its argument prototype would still apply. */
5182 #ifdef __cplusplus
5183 extern "C"
5184 #endif
5185 char _oss_ioctl ();
5187 main ()
5189 return _oss_ioctl ();
5191 return 0;
5193 _ACEOF
5194 if ac_fn_c_try_link "$LINENO"; then :
5195 ac_cv_lib_ossaudio__oss_ioctl=yes
5196 else
5197 ac_cv_lib_ossaudio__oss_ioctl=no
5199 rm -f core conftest.err conftest.$ac_objext \
5200 conftest$ac_exeext conftest.$ac_ext
5201 LIBS=$ac_check_lib_save_LIBS
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5204 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5205 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5206 cat >>confdefs.h <<_ACEOF
5207 #define HAVE_LIBOSSAUDIO 1
5208 _ACEOF
5210 LIBS="-lossaudio $LIBS"
5215 XLIB=""
5217 OPENGL_LIBS=""
5221 # Check whether --enable-largefile was given.
5222 if test "${enable_largefile+set}" = set; then :
5223 enableval=$enable_largefile;
5226 if test "$enable_largefile" != no; then
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5229 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5230 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5231 $as_echo_n "(cached) " >&6
5232 else
5233 ac_cv_sys_largefile_CC=no
5234 if test "$GCC" != yes; then
5235 ac_save_CC=$CC
5236 while :; do
5237 # IRIX 6.2 and later do not support large files by default,
5238 # so use the C compiler's -n32 option if that helps.
5239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5240 /* end confdefs.h. */
5241 #include <sys/types.h>
5242 /* Check that off_t can represent 2**63 - 1 correctly.
5243 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5244 since some C++ compilers masquerading as C compilers
5245 incorrectly reject 9223372036854775807. */
5246 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5247 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5248 && LARGE_OFF_T % 2147483647 == 1)
5249 ? 1 : -1];
5251 main ()
5255 return 0;
5257 _ACEOF
5258 if ac_fn_c_try_compile "$LINENO"; then :
5259 break
5261 rm -f core conftest.err conftest.$ac_objext
5262 CC="$CC -n32"
5263 if ac_fn_c_try_compile "$LINENO"; then :
5264 ac_cv_sys_largefile_CC=' -n32'; break
5266 rm -f core conftest.err conftest.$ac_objext
5267 break
5268 done
5269 CC=$ac_save_CC
5270 rm -f conftest.$ac_ext
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5274 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5275 if test "$ac_cv_sys_largefile_CC" != no; then
5276 CC=$CC$ac_cv_sys_largefile_CC
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5280 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5281 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 while :; do
5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5287 #include <sys/types.h>
5288 /* Check that off_t can represent 2**63 - 1 correctly.
5289 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5290 since some C++ compilers masquerading as C compilers
5291 incorrectly reject 9223372036854775807. */
5292 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5293 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5294 && LARGE_OFF_T % 2147483647 == 1)
5295 ? 1 : -1];
5297 main ()
5301 return 0;
5303 _ACEOF
5304 if ac_fn_c_try_compile "$LINENO"; then :
5305 ac_cv_sys_file_offset_bits=no; break
5307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h. */
5310 #define _FILE_OFFSET_BITS 64
5311 #include <sys/types.h>
5312 /* Check that off_t can represent 2**63 - 1 correctly.
5313 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5314 since some C++ compilers masquerading as C compilers
5315 incorrectly reject 9223372036854775807. */
5316 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5317 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5318 && LARGE_OFF_T % 2147483647 == 1)
5319 ? 1 : -1];
5321 main ()
5325 return 0;
5327 _ACEOF
5328 if ac_fn_c_try_compile "$LINENO"; then :
5329 ac_cv_sys_file_offset_bits=64; break
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332 ac_cv_sys_file_offset_bits=unknown
5333 break
5334 done
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5337 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5338 case $ac_cv_sys_file_offset_bits in #(
5339 no | unknown) ;;
5341 cat >>confdefs.h <<_ACEOF
5342 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5343 _ACEOF
5345 esac
5346 rm -rf conftest*
5347 if test $ac_cv_sys_file_offset_bits = unknown; then
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5349 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5350 if test "${ac_cv_sys_large_files+set}" = set; then :
5351 $as_echo_n "(cached) " >&6
5352 else
5353 while :; do
5354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355 /* end confdefs.h. */
5356 #include <sys/types.h>
5357 /* Check that off_t can represent 2**63 - 1 correctly.
5358 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359 since some C++ compilers masquerading as C compilers
5360 incorrectly reject 9223372036854775807. */
5361 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363 && LARGE_OFF_T % 2147483647 == 1)
5364 ? 1 : -1];
5366 main ()
5370 return 0;
5372 _ACEOF
5373 if ac_fn_c_try_compile "$LINENO"; then :
5374 ac_cv_sys_large_files=no; break
5376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h. */
5379 #define _LARGE_FILES 1
5380 #include <sys/types.h>
5381 /* Check that off_t can represent 2**63 - 1 correctly.
5382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383 since some C++ compilers masquerading as C compilers
5384 incorrectly reject 9223372036854775807. */
5385 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387 && LARGE_OFF_T % 2147483647 == 1)
5388 ? 1 : -1];
5390 main ()
5394 return 0;
5396 _ACEOF
5397 if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_sys_large_files=1; break
5400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401 ac_cv_sys_large_files=unknown
5402 break
5403 done
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5406 $as_echo "$ac_cv_sys_large_files" >&6; }
5407 case $ac_cv_sys_large_files in #(
5408 no | unknown) ;;
5410 cat >>confdefs.h <<_ACEOF
5411 #define _LARGE_FILES $ac_cv_sys_large_files
5412 _ACEOF
5414 esac
5415 rm -rf conftest*
5420 ac_ext=c
5421 ac_cpp='$CPP $CPPFLAGS'
5422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5426 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5427 # On Suns, sometimes $CPP names a directory.
5428 if test -n "$CPP" && test -d "$CPP"; then
5429 CPP=
5431 if test -z "$CPP"; then
5432 if test "${ac_cv_prog_CPP+set}" = set; then :
5433 $as_echo_n "(cached) " >&6
5434 else
5435 # Double quotes because CPP needs to be expanded
5436 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5438 ac_preproc_ok=false
5439 for ac_c_preproc_warn_flag in '' yes
5441 # Use a header file that comes with gcc, so configuring glibc
5442 # with a fresh cross-compiler works.
5443 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5444 # <limits.h> exists even on freestanding compilers.
5445 # On the NeXT, cc -E runs the code through the compiler's parser,
5446 # not just through cpp. "Syntax error" is here to catch this case.
5447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448 /* end confdefs.h. */
5449 #ifdef __STDC__
5450 # include <limits.h>
5451 #else
5452 # include <assert.h>
5453 #endif
5454 Syntax error
5455 _ACEOF
5456 if ac_fn_c_try_cpp "$LINENO"; then :
5458 else
5459 # Broken: fails on valid input.
5460 continue
5462 rm -f conftest.err conftest.$ac_ext
5464 # OK, works on sane cases. Now check whether nonexistent headers
5465 # can be detected and how.
5466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 /* end confdefs.h. */
5468 #include <ac_nonexistent.h>
5469 _ACEOF
5470 if ac_fn_c_try_cpp "$LINENO"; then :
5471 # Broken: success on invalid input.
5472 continue
5473 else
5474 # Passes both tests.
5475 ac_preproc_ok=:
5476 break
5478 rm -f conftest.err conftest.$ac_ext
5480 done
5481 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5482 rm -f conftest.err conftest.$ac_ext
5483 if $ac_preproc_ok; then :
5484 break
5487 done
5488 ac_cv_prog_CPP=$CPP
5491 CPP=$ac_cv_prog_CPP
5492 else
5493 ac_cv_prog_CPP=$CPP
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5496 $as_echo "$CPP" >&6; }
5497 ac_preproc_ok=false
5498 for ac_c_preproc_warn_flag in '' yes
5500 # Use a header file that comes with gcc, so configuring glibc
5501 # with a fresh cross-compiler works.
5502 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5503 # <limits.h> exists even on freestanding compilers.
5504 # On the NeXT, cc -E runs the code through the compiler's parser,
5505 # not just through cpp. "Syntax error" is here to catch this case.
5506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h. */
5508 #ifdef __STDC__
5509 # include <limits.h>
5510 #else
5511 # include <assert.h>
5512 #endif
5513 Syntax error
5514 _ACEOF
5515 if ac_fn_c_try_cpp "$LINENO"; then :
5517 else
5518 # Broken: fails on valid input.
5519 continue
5521 rm -f conftest.err conftest.$ac_ext
5523 # OK, works on sane cases. Now check whether nonexistent headers
5524 # can be detected and how.
5525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h. */
5527 #include <ac_nonexistent.h>
5528 _ACEOF
5529 if ac_fn_c_try_cpp "$LINENO"; then :
5530 # Broken: success on invalid input.
5531 continue
5532 else
5533 # Passes both tests.
5534 ac_preproc_ok=:
5535 break
5537 rm -f conftest.err conftest.$ac_ext
5539 done
5540 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5541 rm -f conftest.err conftest.$ac_ext
5542 if $ac_preproc_ok; then :
5544 else
5545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5546 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5547 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5548 See \`config.log' for more details." "$LINENO" 5; }
5551 ac_ext=c
5552 ac_cpp='$CPP $CPPFLAGS'
5553 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5559 $as_echo_n "checking for ANSI C header files... " >&6; }
5560 if test "${ac_cv_header_stdc+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h. */
5565 #include <stdlib.h>
5566 #include <stdarg.h>
5567 #include <string.h>
5568 #include <float.h>
5571 main ()
5575 return 0;
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579 ac_cv_header_stdc=yes
5580 else
5581 ac_cv_header_stdc=no
5583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 if test $ac_cv_header_stdc = yes; then
5586 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5588 /* end confdefs.h. */
5589 #include <string.h>
5591 _ACEOF
5592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5593 $EGREP "memchr" >/dev/null 2>&1; then :
5595 else
5596 ac_cv_header_stdc=no
5598 rm -f conftest*
5602 if test $ac_cv_header_stdc = yes; then
5603 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605 /* end confdefs.h. */
5606 #include <stdlib.h>
5608 _ACEOF
5609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5610 $EGREP "free" >/dev/null 2>&1; then :
5612 else
5613 ac_cv_header_stdc=no
5615 rm -f conftest*
5619 if test $ac_cv_header_stdc = yes; then
5620 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5621 if test "$cross_compiling" = yes; then :
5623 else
5624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5625 /* end confdefs.h. */
5626 #include <ctype.h>
5627 #include <stdlib.h>
5628 #if ((' ' & 0x0FF) == 0x020)
5629 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5630 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5631 #else
5632 # define ISLOWER(c) \
5633 (('a' <= (c) && (c) <= 'i') \
5634 || ('j' <= (c) && (c) <= 'r') \
5635 || ('s' <= (c) && (c) <= 'z'))
5636 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5637 #endif
5639 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5641 main ()
5643 int i;
5644 for (i = 0; i < 256; i++)
5645 if (XOR (islower (i), ISLOWER (i))
5646 || toupper (i) != TOUPPER (i))
5647 return 2;
5648 return 0;
5650 _ACEOF
5651 if ac_fn_c_try_run "$LINENO"; then :
5653 else
5654 ac_cv_header_stdc=no
5656 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5657 conftest.$ac_objext conftest.beam conftest.$ac_ext
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5663 $as_echo "$ac_cv_header_stdc" >&6; }
5664 if test $ac_cv_header_stdc = yes; then
5666 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5670 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5671 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5672 inttypes.h stdint.h unistd.h
5673 do :
5674 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5675 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5677 eval as_val=\$$as_ac_Header
5678 if test "x$as_val" = x""yes; then :
5679 cat >>confdefs.h <<_ACEOF
5680 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5681 _ACEOF
5685 done
5688 for ac_header in \
5689 AL/al.h \
5690 AudioUnit/AudioUnit.h \
5691 Carbon/Carbon.h \
5692 CoreAudio/CoreAudio.h \
5693 DiskArbitration/DiskArbitration.h \
5694 IOKit/IOKitLib.h \
5695 IOKit/hid/IOHIDLib.h \
5696 OpenAL/al.h \
5697 alias.h \
5698 alsa/asoundlib.h \
5699 arpa/inet.h \
5700 arpa/nameser.h \
5701 asm/types.h \
5702 capi20.h \
5703 curses.h \
5704 direct.h \
5705 dirent.h \
5706 dlfcn.h \
5707 elf.h \
5708 float.h \
5709 fnmatch.h \
5710 fontconfig/fontconfig.h \
5711 getopt.h \
5712 grp.h \
5713 gsm.h \
5714 gsm/gsm.h \
5715 ieeefp.h \
5716 inet/mib2.h \
5717 io.h \
5718 jack/jack.h \
5719 jpeglib.h \
5720 kstat.h \
5721 lber.h \
5722 lcms.h \
5723 lcms/lcms.h \
5724 ldap.h \
5725 libaudioio.h \
5726 link.h \
5727 linux/cdrom.h \
5728 linux/compiler.h \
5729 linux/hdreg.h \
5730 linux/input.h \
5731 linux/ioctl.h \
5732 linux/joystick.h \
5733 linux/major.h \
5734 linux/param.h \
5735 linux/serial.h \
5736 linux/types.h \
5737 linux/ucdrom.h \
5738 mach-o/nlist.h \
5739 mach/mach.h \
5740 mach/machine.h \
5741 machine/cpu.h \
5742 machine/limits.h \
5743 machine/soundcard.h \
5744 mntent.h \
5745 mpg123.h \
5746 ncurses.h \
5747 netdb.h \
5748 netinet/in.h \
5749 netinet/in_systm.h \
5750 netinet/tcp.h \
5751 netinet/tcp_fsm.h \
5752 openssl/err.h \
5753 openssl/ssl.h \
5754 png.h \
5755 poll.h \
5756 port.h \
5757 process.h \
5758 pthread.h \
5759 pwd.h \
5760 regex.h \
5761 sched.h \
5762 scsi/scsi.h \
5763 scsi/scsi_ioctl.h \
5764 scsi/sg.h \
5765 soundcard.h \
5766 stdbool.h \
5767 stdint.h \
5768 strings.h \
5769 stropts.h \
5770 sys/asoundlib.h \
5771 sys/cdio.h \
5772 sys/elf32.h \
5773 sys/epoll.h \
5774 sys/errno.h \
5775 sys/event.h \
5776 sys/exec_elf.h \
5777 sys/filio.h \
5778 sys/inotify.h \
5779 sys/ioctl.h \
5780 sys/ipc.h \
5781 sys/limits.h \
5782 sys/link.h \
5783 sys/mman.h \
5784 sys/modem.h \
5785 sys/msg.h \
5786 sys/mtio.h \
5787 sys/param.h \
5788 sys/poll.h \
5789 sys/prctl.h \
5790 sys/protosw.h \
5791 sys/ptrace.h \
5792 sys/resource.h \
5793 sys/scsiio.h \
5794 sys/shm.h \
5795 sys/signal.h \
5796 sys/socket.h \
5797 sys/socketvar.h \
5798 sys/sockio.h \
5799 sys/soundcard.h \
5800 sys/statvfs.h \
5801 sys/strtio.h \
5802 sys/syscall.h \
5803 sys/tihdr.h \
5804 sys/time.h \
5805 sys/timeout.h \
5806 sys/times.h \
5807 sys/uio.h \
5808 sys/un.h \
5809 sys/utsname.h \
5810 sys/vm86.h \
5811 sys/wait.h \
5812 syscall.h \
5813 termios.h \
5814 unistd.h \
5815 utime.h \
5816 valgrind/memcheck.h \
5817 valgrind/valgrind.h \
5818 zlib.h
5820 do :
5821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5822 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5823 eval as_val=\$$as_ac_Header
5824 if test "x$as_val" = x""yes; then :
5825 cat >>confdefs.h <<_ACEOF
5826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5827 _ACEOF
5831 done
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5834 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5835 if test "${ac_cv_header_stat_broken+set}" = set; then :
5836 $as_echo_n "(cached) " >&6
5837 else
5838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5839 /* end confdefs.h. */
5840 #include <sys/types.h>
5841 #include <sys/stat.h>
5843 #if defined S_ISBLK && defined S_IFDIR
5844 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5845 #endif
5847 #if defined S_ISBLK && defined S_IFCHR
5848 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5849 #endif
5851 #if defined S_ISLNK && defined S_IFREG
5852 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5853 #endif
5855 #if defined S_ISSOCK && defined S_IFREG
5856 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5857 #endif
5859 _ACEOF
5860 if ac_fn_c_try_compile "$LINENO"; then :
5861 ac_cv_header_stat_broken=no
5862 else
5863 ac_cv_header_stat_broken=yes
5865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5868 $as_echo "$ac_cv_header_stat_broken" >&6; }
5869 if test $ac_cv_header_stat_broken = yes; then
5871 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5877 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5878 do :
5879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5880 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5881 #ifdef HAVE_SYS_PARAM_H
5882 # include <sys/param.h>
5883 #endif
5885 eval as_val=\$$as_ac_Header
5886 if test "x$as_val" = x""yes; then :
5887 cat >>confdefs.h <<_ACEOF
5888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5889 _ACEOF
5893 done
5896 for ac_header in \
5897 netinet/ip.h \
5898 net/if.h \
5899 net/if_arp.h \
5900 net/if_dl.h \
5901 net/if_types.h \
5902 net/route.h \
5903 netinet/if_ether.h \
5904 netinet/if_inarp.h \
5905 netinet/in_pcb.h \
5906 netinet/ip_icmp.h \
5907 netinet/ip_var.h \
5908 netinet/udp.h \
5909 netipx/ipx.h \
5911 do :
5912 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5913 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5914 #ifdef HAVE_SYS_SOCKET_H
5915 # include <sys/socket.h>
5916 #endif
5917 #ifdef HAVE_SYS_SOCKETVAR_H
5918 # include <sys/socketvar.h>
5919 #endif
5920 #ifdef HAVE_NET_ROUTE_H
5921 # include <net/route.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_H
5924 # include <netinet/in.h>
5925 #endif
5926 #ifdef HAVE_NETINET_IN_SYSTM_H
5927 # include <netinet/in_systm.h>
5928 #endif
5929 #ifdef HAVE_NET_IF_H
5930 # include <net/if.h>
5931 #endif
5932 #ifdef HAVE_NETINET_IP_H
5933 # include <netinet/ip.h>
5934 #endif
5936 eval as_val=\$$as_ac_Header
5937 if test "x$as_val" = x""yes; then :
5938 cat >>confdefs.h <<_ACEOF
5939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5940 _ACEOF
5944 done
5947 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5948 do :
5949 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5950 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5951 #ifdef HAVE_ALIAS_H
5952 # include <alias.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKET_H
5955 # include <sys/socket.h>
5956 #endif
5957 #ifdef HAVE_SYS_SOCKETVAR_H
5958 # include <sys/socketvar.h>
5959 #endif
5960 #ifdef HAVE_SYS_TIMEOUT_H
5961 # include <sys/timeout.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_H
5964 # include <netinet/in.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IN_SYSTM_H
5967 # include <netinet/in_systm.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_H
5970 # include <netinet/ip.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_VAR_H
5973 # include <netinet/ip_var.h>
5974 #endif
5975 #ifdef HAVE_NETINET_IP_ICMP_H
5976 # include <netinet/ip_icmp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_UDP_H
5979 # include <netinet/udp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_H
5982 # include <netinet/tcp.h>
5983 #endif
5984 #ifdef HAVE_NETINET_TCP_TIMER_H
5985 #include <netinet/tcp_timer.h>
5986 #endif
5988 eval as_val=\$$as_ac_Header
5989 if test "x$as_val" = x""yes; then :
5990 cat >>confdefs.h <<_ACEOF
5991 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5992 _ACEOF
5996 done
5999 for ac_header in linux/ipx.h linux/irda.h
6000 do :
6001 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6002 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6003 #ifdef HAVE_ASM_TYPES_H
6004 # include <asm/types.h>
6005 #endif
6006 #ifdef HAVE_SYS_SOCKET_H
6007 # include <sys/socket.h>
6008 #endif
6009 #ifdef HAVE_LINUX_TYPES_H
6010 # include <linux/types.h>
6011 #endif
6013 eval as_val=\$$as_ac_Header
6014 if test "x$as_val" = x""yes; then :
6015 cat >>confdefs.h <<_ACEOF
6016 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6017 _ACEOF
6021 done
6024 for ac_header in mach-o/dyld_images.h
6025 do :
6026 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6027 # include <stdbool.h>
6028 #endif
6029 #ifdef HAVE_STDINT_H
6030 # include <stdint.h>
6031 #endif
6033 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6034 cat >>confdefs.h <<_ACEOF
6035 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6036 _ACEOF
6040 done
6043 for ac_header in resolv.h
6044 do :
6045 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6046 #ifdef HAVE_SYS_SOCKET_H
6047 # include <sys/socket.h>
6048 #endif
6049 #ifdef HAVE_NETINET_IN_H
6050 # include <netinet/in.h>
6051 #endif
6052 #ifdef HAVE_ARPA_NAMESER_H
6053 # include <arpa/nameser.h>
6054 #endif
6056 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6057 cat >>confdefs.h <<_ACEOF
6058 #define HAVE_RESOLV_H 1
6059 _ACEOF
6063 done
6066 for ac_header in ucontext.h
6067 do :
6068 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6070 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6071 cat >>confdefs.h <<_ACEOF
6072 #define HAVE_UCONTEXT_H 1
6073 _ACEOF
6077 done
6080 for ac_header in sys/thr.h
6081 do :
6082 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6083 #ifdef HAVE_UCONTEXT_H
6084 #include <ucontext.h>
6085 #endif
6087 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6088 cat >>confdefs.h <<_ACEOF
6089 #define HAVE_SYS_THR_H 1
6090 _ACEOF
6094 done
6097 for ac_header in pthread_np.h
6098 do :
6099 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6100 #include <pthread.h>
6101 #endif
6103 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6104 cat >>confdefs.h <<_ACEOF
6105 #define HAVE_PTHREAD_NP_H 1
6106 _ACEOF
6110 done
6113 for ac_header in linux/videodev.h
6114 do :
6115 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6116 #include <sys/time.h>
6117 #endif
6118 #include <sys/types.h>
6119 #ifdef HAVE_ASM_TYPES_H
6120 #include <asm/types.h>
6121 #endif
6123 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6124 cat >>confdefs.h <<_ACEOF
6125 #define HAVE_LINUX_VIDEODEV_H 1
6126 _ACEOF
6130 done
6133 for ac_header in linux/capi.h
6134 do :
6135 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6137 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6138 cat >>confdefs.h <<_ACEOF
6139 #define HAVE_LINUX_CAPI_H 1
6140 _ACEOF
6144 done
6148 DLLEXT=""
6150 DLLFLAGS="-D_REENTRANT"
6152 LDSHARED=""
6154 LDDLLFLAGS=""
6156 LIBEXT="so"
6158 IMPLIBEXT="def"
6160 LDRPATH_INSTALL=""
6162 LDRPATH_LOCAL=""
6164 STATIC_IMPLIBEXT="def.a"
6165 # Extract the first word of "ldd", so it can be a program name with args.
6166 set dummy ldd; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if test "${ac_cv_path_LDD+set}" = set; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 case $LDD in
6173 [\\/]* | ?:[\\/]*)
6174 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6178 as_dummy="/sbin:/usr/sbin:$PATH"
6179 for as_dir in $as_dummy
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
6184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6185 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6189 done
6190 done
6191 IFS=$as_save_IFS
6193 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6195 esac
6197 LDD=$ac_cv_path_LDD
6198 if test -n "$LDD"; then
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6200 $as_echo "$LDD" >&6; }
6201 else
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6203 $as_echo "no" >&6; }
6208 case $host_os in
6209 cygwin*|mingw32*)
6210 if test -n "$ac_tool_prefix"; then
6211 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6212 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6214 $as_echo_n "checking for $ac_word... " >&6; }
6215 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 if test -n "$DLLTOOL"; then
6219 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6220 else
6221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6222 for as_dir in $PATH
6224 IFS=$as_save_IFS
6225 test -z "$as_dir" && as_dir=.
6226 for ac_exec_ext in '' $ac_executable_extensions; do
6227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6228 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6230 break 2
6232 done
6233 done
6234 IFS=$as_save_IFS
6238 DLLTOOL=$ac_cv_prog_DLLTOOL
6239 if test -n "$DLLTOOL"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6241 $as_echo "$DLLTOOL" >&6; }
6242 else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6244 $as_echo "no" >&6; }
6249 if test -z "$ac_cv_prog_DLLTOOL"; then
6250 ac_ct_DLLTOOL=$DLLTOOL
6251 # Extract the first word of "dlltool", so it can be a program name with args.
6252 set dummy dlltool; ac_word=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 if test -n "$ac_ct_DLLTOOL"; then
6259 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6260 else
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in $PATH
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6272 done
6273 done
6274 IFS=$as_save_IFS
6278 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6279 if test -n "$ac_ct_DLLTOOL"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6281 $as_echo "$ac_ct_DLLTOOL" >&6; }
6282 else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6287 if test "x$ac_ct_DLLTOOL" = x; then
6288 DLLTOOL="false"
6289 else
6290 case $cross_compiling:$ac_tool_warned in
6291 yes:)
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6294 ac_tool_warned=yes ;;
6295 esac
6296 DLLTOOL=$ac_ct_DLLTOOL
6298 else
6299 DLLTOOL="$ac_cv_prog_DLLTOOL"
6302 if test -n "$ac_tool_prefix"; then
6303 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6304 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 $as_echo_n "checking for $ac_word... " >&6; }
6307 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
6309 else
6310 if test -n "$DLLWRAP"; then
6311 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6312 else
6313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314 for as_dir in $PATH
6316 IFS=$as_save_IFS
6317 test -z "$as_dir" && as_dir=.
6318 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6320 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6322 break 2
6324 done
6325 done
6326 IFS=$as_save_IFS
6330 DLLWRAP=$ac_cv_prog_DLLWRAP
6331 if test -n "$DLLWRAP"; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6333 $as_echo "$DLLWRAP" >&6; }
6334 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336 $as_echo "no" >&6; }
6341 if test -z "$ac_cv_prog_DLLWRAP"; then
6342 ac_ct_DLLWRAP=$DLLWRAP
6343 # Extract the first word of "dllwrap", so it can be a program name with args.
6344 set dummy dllwrap; ac_word=$2
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6346 $as_echo_n "checking for $ac_word... " >&6; }
6347 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6348 $as_echo_n "(cached) " >&6
6349 else
6350 if test -n "$ac_ct_DLLWRAP"; then
6351 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6352 else
6353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6354 for as_dir in $PATH
6356 IFS=$as_save_IFS
6357 test -z "$as_dir" && as_dir=.
6358 for ac_exec_ext in '' $ac_executable_extensions; do
6359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6360 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6362 break 2
6364 done
6365 done
6366 IFS=$as_save_IFS
6370 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6371 if test -n "$ac_ct_DLLWRAP"; then
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6373 $as_echo "$ac_ct_DLLWRAP" >&6; }
6374 else
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6376 $as_echo "no" >&6; }
6379 if test "x$ac_ct_DLLWRAP" = x; then
6380 DLLWRAP="false"
6381 else
6382 case $cross_compiling:$ac_tool_warned in
6383 yes:)
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6385 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6386 ac_tool_warned=yes ;;
6387 esac
6388 DLLWRAP=$ac_ct_DLLWRAP
6390 else
6391 DLLWRAP="$ac_cv_prog_DLLWRAP"
6394 if test "$DLLWRAP" = "false"; then
6395 LIBEXT="a"
6396 else
6397 LIBEXT="dll"
6399 IMPLIBEXT="a"
6400 STATIC_IMPLIBEXT="a"
6401 enable_iphlpapi=${enable_iphlpapi:-no}
6402 enable_kernel32=${enable_kernel32:-no}
6403 enable_msvcrt=${enable_msvcrt:-no}
6404 enable_ntdll=${enable_ntdll:-no}
6405 enable_ws2_32=${enable_ws2_32:-no}
6406 enable_loader=${enable_loader:-no}
6407 enable_server=${enable_server:-no}
6408 with_x=${with_x:-no}
6409 with_pthread=${with_pthread:-no}
6411 darwin*|macosx*)
6412 DLLEXT=".so"
6413 LIBEXT="dylib"
6414 DLLFLAGS="$DLLFLAGS -fPIC"
6415 LDDLLFLAGS="-bundle -multiply_defined suppress"
6416 LIBWINE_LDFLAGS="-multiply_defined suppress"
6417 LDSHARED="\$(CC) -dynamiclib"
6418 STRIP="$STRIP -x"
6419 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6420 SECURITYLIB="-framework Security -framework CoreFoundation"
6422 COREFOUNDATIONLIB="-framework CoreFoundation"
6424 IOKITLIB="-framework IOKit -framework CoreFoundation"
6426 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6428 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6429 then
6430 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6433 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6434 then
6435 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6438 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6439 then
6440 LIBOPENAL="-framework OpenAL"
6442 ac_cv_lib_openal_alGetSource3i=yes
6444 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6445 then
6446 ac_save_LIBS="$LIBS"
6447 LIBS="$LIBS $IOKITLIB"
6448 for ac_func in IOHIDManagerCreate
6449 do :
6450 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6451 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6452 cat >>confdefs.h <<_ACEOF
6453 #define HAVE_IOHIDMANAGERCREATE 1
6454 _ACEOF
6457 done
6459 LIBS="$ac_save_LIBS"
6461 case $host_cpu in
6462 *powerpc*)
6463 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6464 esac
6465 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6466 then
6467 CARBONLIB="-framework Carbon"
6469 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6471 if test "x$enable_win16" = "xyes"
6472 then
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6474 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6475 if test "$cross_compiling" = yes; then :
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6477 $as_echo "cross-compiling, assuming yes" >&6; }
6478 else
6479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6480 /* end confdefs.h. */
6481 asm(".text\n"
6482 "bad:\tnop;nop\n"
6483 "good:\tnop;nop\n\t"
6484 ".globl _testfunc\n"
6485 "_testfunc:\tcallw good");
6486 extern void testfunc();
6488 main ()
6490 unsigned short *p = (unsigned short *)testfunc;
6491 return p[0] != 0xe866 || p[1] != 0xfffa
6493 return 0;
6495 _ACEOF
6496 if ac_fn_c_try_run "$LINENO"; then :
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6498 $as_echo "yes" >&6; }
6499 else
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6501 $as_echo "no" >&6; }
6502 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
6504 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6505 conftest.$ac_objext conftest.beam conftest.$ac_ext
6511 DLLFLAGS="$DLLFLAGS -fPIC"
6512 DLLEXT=".so"
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6514 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6515 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6516 $as_echo_n "(cached) " >&6
6517 else
6518 ac_wine_try_cflags_saved=$CFLAGS
6519 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6521 /* end confdefs.h. */
6522 void myfunc() {}
6523 _ACEOF
6524 if ac_fn_c_try_link "$LINENO"; then :
6525 ac_cv_c_dll_gnuelf="yes"
6526 else
6527 ac_cv_c_dll_gnuelf="no"
6529 rm -f core conftest.err conftest.$ac_objext \
6530 conftest$ac_exeext conftest.$ac_ext
6531 CFLAGS=$ac_wine_try_cflags_saved
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6534 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6535 if test "$ac_cv_c_dll_gnuelf" = "yes"
6536 then
6537 LDSHARED="\$(CC) -shared"
6538 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6540 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6541 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6542 $as_echo_n "(cached) " >&6
6543 else
6544 ac_wine_try_cflags_saved=$CFLAGS
6545 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6548 int main(int argc, char *argv) { return 0; }
6549 _ACEOF
6550 if ac_fn_c_try_link "$LINENO"; then :
6551 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6552 else
6553 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6555 rm -f core conftest.err conftest.$ac_objext \
6556 conftest$ac_exeext conftest.$ac_ext
6557 CFLAGS=$ac_wine_try_cflags_saved
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6560 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6561 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6562 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6563 else
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6565 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6566 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6567 $as_echo_n "(cached) " >&6
6568 else
6569 ac_wine_try_cflags_saved=$CFLAGS
6570 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572 /* end confdefs.h. */
6573 int main(int argc, char *argv) { return 0; }
6574 _ACEOF
6575 if ac_fn_c_try_link "$LINENO"; then :
6576 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6577 else
6578 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6580 rm -f core conftest.err conftest.$ac_objext \
6581 conftest$ac_exeext conftest.$ac_ext
6582 CFLAGS=$ac_wine_try_cflags_saved
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6585 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6586 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6587 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6592 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6593 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6594 $as_echo_n "(cached) " >&6
6595 else
6596 ac_wine_try_cflags_saved=$CFLAGS
6597 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6599 /* end confdefs.h. */
6600 int main(int argc, char *argv) { return 0; }
6601 _ACEOF
6602 if ac_fn_c_try_link "$LINENO"; then :
6603 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6604 else
6605 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6607 rm -f core conftest.err conftest.$ac_objext \
6608 conftest$ac_exeext conftest.$ac_ext
6609 CFLAGS=$ac_wine_try_cflags_saved
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6612 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6613 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6614 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6617 { $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
6618 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6619 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6620 $as_echo_n "(cached) " >&6
6621 else
6622 ac_wine_try_cflags_saved=$CFLAGS
6623 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6625 /* end confdefs.h. */
6626 int main(int argc, char *argv) { return 0; }
6627 _ACEOF
6628 if ac_fn_c_try_link "$LINENO"; then :
6629 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6630 else
6631 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6633 rm -f core conftest.err conftest.$ac_objext \
6634 conftest$ac_exeext conftest.$ac_ext
6635 CFLAGS=$ac_wine_try_cflags_saved
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6638 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6639 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6640 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6643 echo '{ global: *; };' >conftest.map
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6645 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6646 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
6648 else
6649 ac_wine_try_cflags_saved=$CFLAGS
6650 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h. */
6653 int main(int argc, char *argv) { return 0; }
6654 _ACEOF
6655 if ac_fn_c_try_link "$LINENO"; then :
6656 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6657 else
6658 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6660 rm -f core conftest.err conftest.$ac_objext \
6661 conftest$ac_exeext conftest.$ac_ext
6662 CFLAGS=$ac_wine_try_cflags_saved
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6665 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6666 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6667 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6669 rm -f conftest.map
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6672 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6673 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6674 $as_echo_n "(cached) " >&6
6675 else
6676 ac_wine_try_cflags_saved=$CFLAGS
6677 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6679 /* end confdefs.h. */
6680 int main(int argc, char *argv) { return 0; }
6681 _ACEOF
6682 if ac_fn_c_try_link "$LINENO"; then :
6683 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6684 else
6685 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6687 rm -f core conftest.err conftest.$ac_objext \
6688 conftest$ac_exeext conftest.$ac_ext
6689 CFLAGS=$ac_wine_try_cflags_saved
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6692 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6693 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6694 LDEXECFLAGS="-Wl,--export-dynamic"
6698 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6700 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6701 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6702 $as_echo_n "(cached) " >&6
6703 else
6704 ac_wine_try_cflags_saved=$CFLAGS
6705 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6707 /* end confdefs.h. */
6708 int main(int argc, char *argv) { return 0; }
6709 _ACEOF
6710 if ac_fn_c_try_link "$LINENO"; then :
6711 eval "$as_ac_var=yes"
6712 else
6713 eval "$as_ac_var=no"
6715 rm -f core conftest.err conftest.$ac_objext \
6716 conftest$ac_exeext conftest.$ac_ext
6717 CFLAGS=$ac_wine_try_cflags_saved
6719 eval ac_res=\$$as_ac_var
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6721 $as_echo "$ac_res" >&6; }
6722 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6723 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6724 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6725 else
6726 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6728 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6729 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6730 $as_echo_n "(cached) " >&6
6731 else
6732 ac_wine_try_cflags_saved=$CFLAGS
6733 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6735 /* end confdefs.h. */
6736 int main(int argc, char *argv) { return 0; }
6737 _ACEOF
6738 if ac_fn_c_try_link "$LINENO"; then :
6739 eval "$as_ac_var=yes"
6740 else
6741 eval "$as_ac_var=no"
6743 rm -f core conftest.err conftest.$ac_objext \
6744 conftest$ac_exeext conftest.$ac_ext
6745 CFLAGS=$ac_wine_try_cflags_saved
6747 eval ac_res=\$$as_ac_var
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6749 $as_echo "$ac_res" >&6; }
6750 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6751 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6752 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6757 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6758 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6759 $as_echo_n "(cached) " >&6
6760 else
6761 ac_wine_try_cflags_saved=$CFLAGS
6762 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6764 /* end confdefs.h. */
6765 int main(int argc, char *argv) { return 0; }
6766 _ACEOF
6767 if ac_fn_c_try_link "$LINENO"; then :
6768 ac_cv_cflags__Wl___enable_new_dtags=yes
6769 else
6770 ac_cv_cflags__Wl___enable_new_dtags=no
6772 rm -f core conftest.err conftest.$ac_objext \
6773 conftest$ac_exeext conftest.$ac_ext
6774 CFLAGS=$ac_wine_try_cflags_saved
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6777 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6778 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6779 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6782 case $host_cpu in
6783 *i[3456789]86* | x86_64)
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6785 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6786 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6787 $as_echo_n "(cached) " >&6
6788 else
6789 ac_wine_try_cflags_saved=$CFLAGS
6790 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6792 /* end confdefs.h. */
6793 int main(int argc, char *argv) { return 0; }
6794 _ACEOF
6795 if ac_fn_c_try_link "$LINENO"; then :
6796 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6797 else
6798 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6800 rm -f core conftest.err conftest.$ac_objext \
6801 conftest$ac_exeext conftest.$ac_ext
6802 CFLAGS=$ac_wine_try_cflags_saved
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6805 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6806 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6807 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6810 esac
6812 else
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6814 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6815 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6816 $as_echo_n "(cached) " >&6
6817 else
6818 ac_wine_try_cflags_saved=$CFLAGS
6819 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6821 /* end confdefs.h. */
6822 void myfunc() {}
6823 _ACEOF
6824 if ac_fn_c_try_link "$LINENO"; then :
6825 ac_cv_c_dll_unixware="yes"
6826 else
6827 ac_cv_c_dll_unixware="no"
6829 rm -f core conftest.err conftest.$ac_objext \
6830 conftest$ac_exeext conftest.$ac_ext
6831 CFLAGS=$ac_wine_try_cflags_saved
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6834 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6835 if test "$ac_cv_c_dll_unixware" = "yes"
6836 then
6837 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6838 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6840 else
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6842 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6843 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6844 $as_echo_n "(cached) " >&6
6845 else
6846 ac_wine_try_cflags_saved=$CFLAGS
6847 CFLAGS="$CFLAGS -shared"
6848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6849 /* end confdefs.h. */
6850 void myfunc() {}
6851 _ACEOF
6852 if ac_fn_c_try_link "$LINENO"; then :
6853 ac_cv_c_dll_hpux="yes"
6854 else
6855 ac_cv_c_dll_hpux="no"
6857 rm -f core conftest.err conftest.$ac_objext \
6858 conftest$ac_exeext conftest.$ac_ext
6859 CFLAGS=$ac_wine_try_cflags_saved
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6862 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6863 if test "$ac_cv_c_dll_hpux" = "yes"
6864 then
6865 LIBEXT="sl"
6866 DLLEXT=".sl"
6867 LDDLLFLAGS="-shared -fPIC"
6868 LDSHARED="\$(CC) -shared"
6873 esac
6875 enable_winequartz_drv=${enable_winequartz_drv:-no}
6877 if test "$LIBEXT" = "a"; then
6878 as_fn_error "could not find a way to build shared libraries.
6879 It is currently not possible to build Wine without shared library
6880 (.so) support to allow transparent switch between .so and .dll files.
6881 If you are using Linux, you will need a newer binutils.
6882 " "$LINENO" 5
6885 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6886 then
6887 case "$host_cpu" in
6888 i[3456789]86*)
6889 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 " ;;
6890 x86_64)
6891 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6893 ac_prefix_list="" ;;
6894 esac
6895 for ac_prog in $ac_prefix_list
6897 # Extract the first word of "$ac_prog", so it can be a program name with args.
6898 set dummy $ac_prog; ac_word=$2
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6900 $as_echo_n "checking for $ac_word... " >&6; }
6901 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6902 $as_echo_n "(cached) " >&6
6903 else
6904 if test -n "$CROSSCC"; then
6905 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6906 else
6907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6908 for as_dir in $PATH
6910 IFS=$as_save_IFS
6911 test -z "$as_dir" && as_dir=.
6912 for ac_exec_ext in '' $ac_executable_extensions; do
6913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6914 ac_cv_prog_CROSSCC="$ac_prog"
6915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6916 break 2
6918 done
6919 done
6920 IFS=$as_save_IFS
6924 CROSSCC=$ac_cv_prog_CROSSCC
6925 if test -n "$CROSSCC"; then
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6927 $as_echo "$CROSSCC" >&6; }
6928 else
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6930 $as_echo "no" >&6; }
6934 test -n "$CROSSCC" && break
6935 done
6936 test -n "$CROSSCC" || CROSSCC="false"
6938 if test "$CROSSCC" != "false"
6939 then
6940 CROSSTEST="\$(CROSSTEST)"
6942 set x $CROSSCC
6943 shift
6944 target=""
6945 while test $# -ge 1
6947 case "$1" in
6948 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6949 esac
6950 shift
6951 done
6952 if test -n "$target"
6953 then
6954 CROSSTARGET="$target"
6961 if test "$ac_cv_header_pthread_h" = "yes"
6962 then
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6964 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6965 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6966 $as_echo_n "(cached) " >&6
6967 else
6968 ac_check_lib_save_LIBS=$LIBS
6969 LIBS="-lpthread $LIBS"
6970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6971 /* end confdefs.h. */
6973 /* Override any GCC internal prototype to avoid an error.
6974 Use char because int might match the return type of a GCC
6975 builtin and then its argument prototype would still apply. */
6976 #ifdef __cplusplus
6977 extern "C"
6978 #endif
6979 char pthread_create ();
6981 main ()
6983 return pthread_create ();
6985 return 0;
6987 _ACEOF
6988 if ac_fn_c_try_link "$LINENO"; then :
6989 ac_cv_lib_pthread_pthread_create=yes
6990 else
6991 ac_cv_lib_pthread_pthread_create=no
6993 rm -f core conftest.err conftest.$ac_objext \
6994 conftest$ac_exeext conftest.$ac_ext
6995 LIBS=$ac_check_lib_save_LIBS
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6998 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6999 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7000 LIBPTHREAD="-lpthread"
7005 if test "x$LIBPTHREAD" = "x"; then :
7006 case "x$with_pthread" in
7007 xno) ;;
7008 *) as_fn_error "pthread ${notice_platform}development files not found.
7009 Wine cannot support threads without libpthread.
7010 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7011 esac
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7016 $as_echo_n "checking for X... " >&6; }
7019 # Check whether --with-x was given.
7020 if test "${with_x+set}" = set; then :
7021 withval=$with_x;
7024 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7025 if test "x$with_x" = xno; then
7026 # The user explicitly disabled X.
7027 have_x=disabled
7028 else
7029 case $x_includes,$x_libraries in #(
7030 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7031 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7032 $as_echo_n "(cached) " >&6
7033 else
7034 # One or both of the vars are not set, and there is no cached value.
7035 ac_x_includes=no ac_x_libraries=no
7036 rm -f -r conftest.dir
7037 if mkdir conftest.dir; then
7038 cd conftest.dir
7039 cat >Imakefile <<'_ACEOF'
7040 incroot:
7041 @echo incroot='${INCROOT}'
7042 usrlibdir:
7043 @echo usrlibdir='${USRLIBDIR}'
7044 libdir:
7045 @echo libdir='${LIBDIR}'
7046 _ACEOF
7047 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7048 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7049 for ac_var in incroot usrlibdir libdir; do
7050 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7051 done
7052 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7053 for ac_extension in a so sl dylib la dll; do
7054 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7055 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7056 ac_im_usrlibdir=$ac_im_libdir; break
7058 done
7059 # Screen out bogus values from the imake configuration. They are
7060 # bogus both because they are the default anyway, and because
7061 # using them would break gcc on systems where it needs fixed includes.
7062 case $ac_im_incroot in
7063 /usr/include) ac_x_includes= ;;
7064 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7065 esac
7066 case $ac_im_usrlibdir in
7067 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7068 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7069 esac
7071 cd ..
7072 rm -f -r conftest.dir
7075 # Standard set of common directories for X headers.
7076 # Check X11 before X11Rn because it is often a symlink to the current release.
7077 ac_x_header_dirs='
7078 /usr/X11/include
7079 /usr/X11R7/include
7080 /usr/X11R6/include
7081 /usr/X11R5/include
7082 /usr/X11R4/include
7084 /usr/include/X11
7085 /usr/include/X11R7
7086 /usr/include/X11R6
7087 /usr/include/X11R5
7088 /usr/include/X11R4
7090 /usr/local/X11/include
7091 /usr/local/X11R7/include
7092 /usr/local/X11R6/include
7093 /usr/local/X11R5/include
7094 /usr/local/X11R4/include
7096 /usr/local/include/X11
7097 /usr/local/include/X11R7
7098 /usr/local/include/X11R6
7099 /usr/local/include/X11R5
7100 /usr/local/include/X11R4
7102 /usr/X386/include
7103 /usr/x386/include
7104 /usr/XFree86/include/X11
7106 /usr/include
7107 /usr/local/include
7108 /usr/unsupported/include
7109 /usr/athena/include
7110 /usr/local/x11r5/include
7111 /usr/lpp/Xamples/include
7113 /usr/openwin/include
7114 /usr/openwin/share/include'
7116 if test "$ac_x_includes" = no; then
7117 # Guess where to find include files, by looking for Xlib.h.
7118 # First, try using that file with no special directory specified.
7119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h. */
7121 #include <X11/Xlib.h>
7122 _ACEOF
7123 if ac_fn_c_try_cpp "$LINENO"; then :
7124 # We can compile using X headers with no special include directory.
7125 ac_x_includes=
7126 else
7127 for ac_dir in $ac_x_header_dirs; do
7128 if test -r "$ac_dir/X11/Xlib.h"; then
7129 ac_x_includes=$ac_dir
7130 break
7132 done
7134 rm -f conftest.err conftest.$ac_ext
7135 fi # $ac_x_includes = no
7137 if test "$ac_x_libraries" = no; then
7138 # Check for the libraries.
7139 # See if we find them without any special options.
7140 # Don't add to $LIBS permanently.
7141 ac_save_LIBS=$LIBS
7142 LIBS="-lX11 $LIBS"
7143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7144 /* end confdefs.h. */
7145 #include <X11/Xlib.h>
7147 main ()
7149 XrmInitialize ()
7151 return 0;
7153 _ACEOF
7154 if ac_fn_c_try_link "$LINENO"; then :
7155 LIBS=$ac_save_LIBS
7156 # We can link X programs with no special library path.
7157 ac_x_libraries=
7158 else
7159 LIBS=$ac_save_LIBS
7160 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7162 # Don't even attempt the hair of trying to link an X program!
7163 for ac_extension in a so sl dylib la dll; do
7164 if test -r "$ac_dir/libX11.$ac_extension"; then
7165 ac_x_libraries=$ac_dir
7166 break 2
7168 done
7169 done
7171 rm -f core conftest.err conftest.$ac_objext \
7172 conftest$ac_exeext conftest.$ac_ext
7173 fi # $ac_x_libraries = no
7175 case $ac_x_includes,$ac_x_libraries in #(
7176 no,* | *,no | *\'*)
7177 # Didn't find X, or a directory has "'" in its name.
7178 ac_cv_have_x="have_x=no";; #(
7180 # Record where we found X for the cache.
7181 ac_cv_have_x="have_x=yes\
7182 ac_x_includes='$ac_x_includes'\
7183 ac_x_libraries='$ac_x_libraries'"
7184 esac
7186 ;; #(
7187 *) have_x=yes;;
7188 esac
7189 eval "$ac_cv_have_x"
7190 fi # $with_x != no
7192 if test "$have_x" != yes; then
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7194 $as_echo "$have_x" >&6; }
7195 no_x=yes
7196 else
7197 # If each of the values was on the command line, it overrides each guess.
7198 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7199 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7200 # Update the cache value to reflect the command line values.
7201 ac_cv_have_x="have_x=yes\
7202 ac_x_includes='$x_includes'\
7203 ac_x_libraries='$x_libraries'"
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7205 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7208 if test "$no_x" = yes; then
7209 # Not all programs may use this symbol, but it does not hurt to define it.
7211 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7213 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7214 else
7215 if test -n "$x_includes"; then
7216 X_CFLAGS="$X_CFLAGS -I$x_includes"
7219 # It would also be nice to do this for all -L options, not just this one.
7220 if test -n "$x_libraries"; then
7221 X_LIBS="$X_LIBS -L$x_libraries"
7222 # For Solaris; some versions of Sun CC require a space after -R and
7223 # others require no space. Words are not sufficient . . . .
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7225 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7226 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7227 ac_xsave_c_werror_flag=$ac_c_werror_flag
7228 ac_c_werror_flag=yes
7229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7230 /* end confdefs.h. */
7233 main ()
7237 return 0;
7239 _ACEOF
7240 if ac_fn_c_try_link "$LINENO"; then :
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7242 $as_echo "no" >&6; }
7243 X_LIBS="$X_LIBS -R$x_libraries"
7244 else
7245 LIBS="$ac_xsave_LIBS -R $x_libraries"
7246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7247 /* end confdefs.h. */
7250 main ()
7254 return 0;
7256 _ACEOF
7257 if ac_fn_c_try_link "$LINENO"; then :
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7259 $as_echo "yes" >&6; }
7260 X_LIBS="$X_LIBS -R $x_libraries"
7261 else
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7263 $as_echo "neither works" >&6; }
7265 rm -f core conftest.err conftest.$ac_objext \
7266 conftest$ac_exeext conftest.$ac_ext
7268 rm -f core conftest.err conftest.$ac_objext \
7269 conftest$ac_exeext conftest.$ac_ext
7270 ac_c_werror_flag=$ac_xsave_c_werror_flag
7271 LIBS=$ac_xsave_LIBS
7274 # Check for system-dependent libraries X programs must link with.
7275 # Do this before checking for the system-independent R6 libraries
7276 # (-lICE), since we may need -lsocket or whatever for X linking.
7278 if test "$ISC" = yes; then
7279 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7280 else
7281 # Martyn Johnson says this is needed for Ultrix, if the X
7282 # libraries were built with DECnet support. And Karl Berry says
7283 # the Alpha needs dnet_stub (dnet does not exist).
7284 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7286 /* end confdefs.h. */
7288 /* Override any GCC internal prototype to avoid an error.
7289 Use char because int might match the return type of a GCC
7290 builtin and then its argument prototype would still apply. */
7291 #ifdef __cplusplus
7292 extern "C"
7293 #endif
7294 char XOpenDisplay ();
7296 main ()
7298 return XOpenDisplay ();
7300 return 0;
7302 _ACEOF
7303 if ac_fn_c_try_link "$LINENO"; then :
7305 else
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7307 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7308 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7309 $as_echo_n "(cached) " >&6
7310 else
7311 ac_check_lib_save_LIBS=$LIBS
7312 LIBS="-ldnet $LIBS"
7313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7314 /* end confdefs.h. */
7316 /* Override any GCC internal prototype to avoid an error.
7317 Use char because int might match the return type of a GCC
7318 builtin and then its argument prototype would still apply. */
7319 #ifdef __cplusplus
7320 extern "C"
7321 #endif
7322 char dnet_ntoa ();
7324 main ()
7326 return dnet_ntoa ();
7328 return 0;
7330 _ACEOF
7331 if ac_fn_c_try_link "$LINENO"; then :
7332 ac_cv_lib_dnet_dnet_ntoa=yes
7333 else
7334 ac_cv_lib_dnet_dnet_ntoa=no
7336 rm -f core conftest.err conftest.$ac_objext \
7337 conftest$ac_exeext conftest.$ac_ext
7338 LIBS=$ac_check_lib_save_LIBS
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7341 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7342 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7343 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7346 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7348 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7349 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7350 $as_echo_n "(cached) " >&6
7351 else
7352 ac_check_lib_save_LIBS=$LIBS
7353 LIBS="-ldnet_stub $LIBS"
7354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7355 /* end confdefs.h. */
7357 /* Override any GCC internal prototype to avoid an error.
7358 Use char because int might match the return type of a GCC
7359 builtin and then its argument prototype would still apply. */
7360 #ifdef __cplusplus
7361 extern "C"
7362 #endif
7363 char dnet_ntoa ();
7365 main ()
7367 return dnet_ntoa ();
7369 return 0;
7371 _ACEOF
7372 if ac_fn_c_try_link "$LINENO"; then :
7373 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7374 else
7375 ac_cv_lib_dnet_stub_dnet_ntoa=no
7377 rm -f core conftest.err conftest.$ac_objext \
7378 conftest$ac_exeext conftest.$ac_ext
7379 LIBS=$ac_check_lib_save_LIBS
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7382 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7383 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7384 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7389 rm -f core conftest.err conftest.$ac_objext \
7390 conftest$ac_exeext conftest.$ac_ext
7391 LIBS="$ac_xsave_LIBS"
7393 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7394 # to get the SysV transport functions.
7395 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7396 # needs -lnsl.
7397 # The nsl library prevents programs from opening the X display
7398 # on Irix 5.2, according to T.E. Dickey.
7399 # The functions gethostbyname, getservbyname, and inet_addr are
7400 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7401 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7402 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7406 if test $ac_cv_func_gethostbyname = no; then
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7408 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7409 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7410 $as_echo_n "(cached) " >&6
7411 else
7412 ac_check_lib_save_LIBS=$LIBS
7413 LIBS="-lnsl $LIBS"
7414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7415 /* end confdefs.h. */
7417 /* Override any GCC internal prototype to avoid an error.
7418 Use char because int might match the return type of a GCC
7419 builtin and then its argument prototype would still apply. */
7420 #ifdef __cplusplus
7421 extern "C"
7422 #endif
7423 char gethostbyname ();
7425 main ()
7427 return gethostbyname ();
7429 return 0;
7431 _ACEOF
7432 if ac_fn_c_try_link "$LINENO"; then :
7433 ac_cv_lib_nsl_gethostbyname=yes
7434 else
7435 ac_cv_lib_nsl_gethostbyname=no
7437 rm -f core conftest.err conftest.$ac_objext \
7438 conftest$ac_exeext conftest.$ac_ext
7439 LIBS=$ac_check_lib_save_LIBS
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7442 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7443 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7444 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7447 if test $ac_cv_lib_nsl_gethostbyname = no; then
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7449 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7450 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7451 $as_echo_n "(cached) " >&6
7452 else
7453 ac_check_lib_save_LIBS=$LIBS
7454 LIBS="-lbsd $LIBS"
7455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7456 /* end confdefs.h. */
7458 /* Override any GCC internal prototype to avoid an error.
7459 Use char because int might match the return type of a GCC
7460 builtin and then its argument prototype would still apply. */
7461 #ifdef __cplusplus
7462 extern "C"
7463 #endif
7464 char gethostbyname ();
7466 main ()
7468 return gethostbyname ();
7470 return 0;
7472 _ACEOF
7473 if ac_fn_c_try_link "$LINENO"; then :
7474 ac_cv_lib_bsd_gethostbyname=yes
7475 else
7476 ac_cv_lib_bsd_gethostbyname=no
7478 rm -f core conftest.err conftest.$ac_objext \
7479 conftest$ac_exeext conftest.$ac_ext
7480 LIBS=$ac_check_lib_save_LIBS
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7483 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7484 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7485 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7491 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7492 # socket/setsockopt and other routines are undefined under SCO ODT
7493 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7494 # on later versions), says Simon Leinen: it contains gethostby*
7495 # variants that don't use the name server (or something). -lsocket
7496 # must be given before -lnsl if both are needed. We assume that
7497 # if connect needs -lnsl, so does gethostbyname.
7498 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7499 if test "x$ac_cv_func_connect" = x""yes; then :
7503 if test $ac_cv_func_connect = no; then
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7505 $as_echo_n "checking for connect in -lsocket... " >&6; }
7506 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7507 $as_echo_n "(cached) " >&6
7508 else
7509 ac_check_lib_save_LIBS=$LIBS
7510 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7512 /* end confdefs.h. */
7514 /* Override any GCC internal prototype to avoid an error.
7515 Use char because int might match the return type of a GCC
7516 builtin and then its argument prototype would still apply. */
7517 #ifdef __cplusplus
7518 extern "C"
7519 #endif
7520 char connect ();
7522 main ()
7524 return connect ();
7526 return 0;
7528 _ACEOF
7529 if ac_fn_c_try_link "$LINENO"; then :
7530 ac_cv_lib_socket_connect=yes
7531 else
7532 ac_cv_lib_socket_connect=no
7534 rm -f core conftest.err conftest.$ac_objext \
7535 conftest$ac_exeext conftest.$ac_ext
7536 LIBS=$ac_check_lib_save_LIBS
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7539 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7540 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7541 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7546 # Guillermo Gomez says -lposix is necessary on A/UX.
7547 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7548 if test "x$ac_cv_func_remove" = x""yes; then :
7552 if test $ac_cv_func_remove = no; then
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7554 $as_echo_n "checking for remove in -lposix... " >&6; }
7555 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7556 $as_echo_n "(cached) " >&6
7557 else
7558 ac_check_lib_save_LIBS=$LIBS
7559 LIBS="-lposix $LIBS"
7560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7561 /* end confdefs.h. */
7563 /* Override any GCC internal prototype to avoid an error.
7564 Use char because int might match the return type of a GCC
7565 builtin and then its argument prototype would still apply. */
7566 #ifdef __cplusplus
7567 extern "C"
7568 #endif
7569 char remove ();
7571 main ()
7573 return remove ();
7575 return 0;
7577 _ACEOF
7578 if ac_fn_c_try_link "$LINENO"; then :
7579 ac_cv_lib_posix_remove=yes
7580 else
7581 ac_cv_lib_posix_remove=no
7583 rm -f core conftest.err conftest.$ac_objext \
7584 conftest$ac_exeext conftest.$ac_ext
7585 LIBS=$ac_check_lib_save_LIBS
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7588 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7589 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7590 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7595 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7596 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7597 if test "x$ac_cv_func_shmat" = x""yes; then :
7601 if test $ac_cv_func_shmat = no; then
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7603 $as_echo_n "checking for shmat in -lipc... " >&6; }
7604 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7605 $as_echo_n "(cached) " >&6
7606 else
7607 ac_check_lib_save_LIBS=$LIBS
7608 LIBS="-lipc $LIBS"
7609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7610 /* end confdefs.h. */
7612 /* Override any GCC internal prototype to avoid an error.
7613 Use char because int might match the return type of a GCC
7614 builtin and then its argument prototype would still apply. */
7615 #ifdef __cplusplus
7616 extern "C"
7617 #endif
7618 char shmat ();
7620 main ()
7622 return shmat ();
7624 return 0;
7626 _ACEOF
7627 if ac_fn_c_try_link "$LINENO"; then :
7628 ac_cv_lib_ipc_shmat=yes
7629 else
7630 ac_cv_lib_ipc_shmat=no
7632 rm -f core conftest.err conftest.$ac_objext \
7633 conftest$ac_exeext conftest.$ac_ext
7634 LIBS=$ac_check_lib_save_LIBS
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7637 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7638 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7639 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7645 # Check for libraries that X11R6 Xt/Xaw programs need.
7646 ac_save_LDFLAGS=$LDFLAGS
7647 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7648 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7649 # check for ICE first), but we must link in the order -lSM -lICE or
7650 # we get undefined symbols. So assume we have SM if we have ICE.
7651 # These have to be linked with before -lX11, unlike the other
7652 # libraries we check for below, so use a different variable.
7653 # John Interrante, Karl Berry
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7655 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7656 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7657 $as_echo_n "(cached) " >&6
7658 else
7659 ac_check_lib_save_LIBS=$LIBS
7660 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7662 /* end confdefs.h. */
7664 /* Override any GCC internal prototype to avoid an error.
7665 Use char because int might match the return type of a GCC
7666 builtin and then its argument prototype would still apply. */
7667 #ifdef __cplusplus
7668 extern "C"
7669 #endif
7670 char IceConnectionNumber ();
7672 main ()
7674 return IceConnectionNumber ();
7676 return 0;
7678 _ACEOF
7679 if ac_fn_c_try_link "$LINENO"; then :
7680 ac_cv_lib_ICE_IceConnectionNumber=yes
7681 else
7682 ac_cv_lib_ICE_IceConnectionNumber=no
7684 rm -f core conftest.err conftest.$ac_objext \
7685 conftest$ac_exeext conftest.$ac_ext
7686 LIBS=$ac_check_lib_save_LIBS
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7689 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7690 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7691 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7694 LDFLAGS=$ac_save_LDFLAGS
7699 if test "$have_x" = "yes"
7700 then
7701 XLIB="-lX11"
7702 ac_save_CPPFLAGS="$CPPFLAGS"
7703 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7706 $as_echo_n "checking for -lX11... " >&6; }
7707 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7708 $as_echo_n "(cached) " >&6
7709 else
7710 ac_check_soname_save_LIBS=$LIBS
7711 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7713 /* end confdefs.h. */
7715 /* Override any GCC internal prototype to avoid an error.
7716 Use char because int might match the return type of a GCC
7717 builtin and then its argument prototype would still apply. */
7718 #ifdef __cplusplus
7719 extern "C"
7720 #endif
7721 char XCreateWindow ();
7723 main ()
7725 return XCreateWindow ();
7727 return 0;
7729 _ACEOF
7730 if ac_fn_c_try_link "$LINENO"; then :
7731 case "$LIBEXT" in
7732 dll) ;;
7733 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'` ;;
7734 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7735 esac
7737 rm -f core conftest.err conftest.$ac_objext \
7738 conftest$ac_exeext conftest.$ac_ext
7739 LIBS=$ac_check_soname_save_LIBS
7741 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7743 $as_echo "not found" >&6; }
7745 else
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7747 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7749 cat >>confdefs.h <<_ACEOF
7750 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7751 _ACEOF
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7756 $as_echo_n "checking for -lXext... " >&6; }
7757 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759 else
7760 ac_check_soname_save_LIBS=$LIBS
7761 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7763 /* end confdefs.h. */
7765 /* Override any GCC internal prototype to avoid an error.
7766 Use char because int might match the return type of a GCC
7767 builtin and then its argument prototype would still apply. */
7768 #ifdef __cplusplus
7769 extern "C"
7770 #endif
7771 char XextCreateExtension ();
7773 main ()
7775 return XextCreateExtension ();
7777 return 0;
7779 _ACEOF
7780 if ac_fn_c_try_link "$LINENO"; then :
7781 case "$LIBEXT" in
7782 dll) ;;
7783 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'` ;;
7784 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7785 esac
7787 rm -f core conftest.err conftest.$ac_objext \
7788 conftest$ac_exeext conftest.$ac_ext
7789 LIBS=$ac_check_soname_save_LIBS
7791 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7793 $as_echo "not found" >&6; }
7795 else
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7797 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7799 cat >>confdefs.h <<_ACEOF
7800 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7801 _ACEOF
7803 XLIB="-lXext $XLIB"
7806 for ac_header in X11/Xlib.h \
7807 X11/XKBlib.h \
7808 X11/Xutil.h \
7809 X11/Xcursor/Xcursor.h \
7810 X11/extensions/shape.h \
7811 X11/extensions/XInput.h \
7812 X11/extensions/XShm.h \
7813 X11/extensions/Xcomposite.h \
7814 X11/extensions/Xinerama.h \
7815 X11/extensions/Xrandr.h \
7816 X11/extensions/Xrender.h \
7817 X11/extensions/xf86vmode.h \
7818 X11/extensions/xf86vmproto.h
7819 do :
7820 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7821 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7822 # include <X11/Xlib.h>
7823 #endif
7824 #ifdef HAVE_X11_XUTIL_H
7825 # include <X11/Xutil.h>
7826 #endif
7828 eval as_val=\$$as_ac_Header
7829 if test "x$as_val" = x""yes; then :
7830 cat >>confdefs.h <<_ACEOF
7831 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7832 _ACEOF
7836 done
7839 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7840 then
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7842 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7843 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7844 $as_echo_n "(cached) " >&6
7845 else
7846 ac_check_lib_save_LIBS=$LIBS
7847 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7849 /* end confdefs.h. */
7851 /* Override any GCC internal prototype to avoid an error.
7852 Use char because int might match the return type of a GCC
7853 builtin and then its argument prototype would still apply. */
7854 #ifdef __cplusplus
7855 extern "C"
7856 #endif
7857 char XkbQueryExtension ();
7859 main ()
7861 return XkbQueryExtension ();
7863 return 0;
7865 _ACEOF
7866 if ac_fn_c_try_link "$LINENO"; then :
7867 ac_cv_lib_X11_XkbQueryExtension=yes
7868 else
7869 ac_cv_lib_X11_XkbQueryExtension=no
7871 rm -f core conftest.err conftest.$ac_objext \
7872 conftest$ac_exeext conftest.$ac_ext
7873 LIBS=$ac_check_lib_save_LIBS
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7876 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7877 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7879 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7885 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7886 then
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7888 $as_echo_n "checking for -lXcursor... " >&6; }
7889 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7890 $as_echo_n "(cached) " >&6
7891 else
7892 ac_check_soname_save_LIBS=$LIBS
7893 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7895 /* end confdefs.h. */
7897 /* Override any GCC internal prototype to avoid an error.
7898 Use char because int might match the return type of a GCC
7899 builtin and then its argument prototype would still apply. */
7900 #ifdef __cplusplus
7901 extern "C"
7902 #endif
7903 char XcursorImageLoadCursor ();
7905 main ()
7907 return XcursorImageLoadCursor ();
7909 return 0;
7911 _ACEOF
7912 if ac_fn_c_try_link "$LINENO"; then :
7913 case "$LIBEXT" in
7914 dll) ;;
7915 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'` ;;
7916 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7917 esac
7919 rm -f core conftest.err conftest.$ac_objext \
7920 conftest$ac_exeext conftest.$ac_ext
7921 LIBS=$ac_check_soname_save_LIBS
7923 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7925 $as_echo "not found" >&6; }
7927 else
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7929 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7931 cat >>confdefs.h <<_ACEOF
7932 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7933 _ACEOF
7938 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7939 case "x$with_xcursor" in
7940 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7941 xno) ;;
7942 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7943 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7944 esac
7947 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7948 then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7950 $as_echo_n "checking for -lXi... " >&6; }
7951 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7952 $as_echo_n "(cached) " >&6
7953 else
7954 ac_check_soname_save_LIBS=$LIBS
7955 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7957 /* end confdefs.h. */
7959 /* Override any GCC internal prototype to avoid an error.
7960 Use char because int might match the return type of a GCC
7961 builtin and then its argument prototype would still apply. */
7962 #ifdef __cplusplus
7963 extern "C"
7964 #endif
7965 char XOpenDevice ();
7967 main ()
7969 return XOpenDevice ();
7971 return 0;
7973 _ACEOF
7974 if ac_fn_c_try_link "$LINENO"; then :
7975 case "$LIBEXT" in
7976 dll) ;;
7977 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'` ;;
7978 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7979 esac
7981 rm -f core conftest.err conftest.$ac_objext \
7982 conftest$ac_exeext conftest.$ac_ext
7983 LIBS=$ac_check_soname_save_LIBS
7985 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7987 $as_echo "not found" >&6; }
7989 else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7991 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7993 cat >>confdefs.h <<_ACEOF
7994 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7995 _ACEOF
8000 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8001 case "x$with_xinput" in
8002 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8003 xno) ;;
8004 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8005 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8006 esac
8009 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8010 then
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8012 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8013 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8014 $as_echo_n "(cached) " >&6
8015 else
8016 ac_check_lib_save_LIBS=$LIBS
8017 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8019 /* end confdefs.h. */
8021 /* Override any GCC internal prototype to avoid an error.
8022 Use char because int might match the return type of a GCC
8023 builtin and then its argument prototype would still apply. */
8024 #ifdef __cplusplus
8025 extern "C"
8026 #endif
8027 char XShmQueryExtension ();
8029 main ()
8031 return XShmQueryExtension ();
8033 return 0;
8035 _ACEOF
8036 if ac_fn_c_try_link "$LINENO"; then :
8037 ac_cv_lib_Xext_XShmQueryExtension=yes
8038 else
8039 ac_cv_lib_Xext_XShmQueryExtension=no
8041 rm -f core conftest.err conftest.$ac_objext \
8042 conftest$ac_exeext conftest.$ac_ext
8043 LIBS=$ac_check_lib_save_LIBS
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8046 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8047 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8049 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8054 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8055 case "x$with_xshm" in
8056 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8057 xno) ;;
8058 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8059 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8060 esac
8063 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8064 then
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8066 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8067 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8068 $as_echo_n "(cached) " >&6
8069 else
8070 ac_check_lib_save_LIBS=$LIBS
8071 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8073 /* end confdefs.h. */
8075 /* Override any GCC internal prototype to avoid an error.
8076 Use char because int might match the return type of a GCC
8077 builtin and then its argument prototype would still apply. */
8078 #ifdef __cplusplus
8079 extern "C"
8080 #endif
8081 char XShapeQueryExtension ();
8083 main ()
8085 return XShapeQueryExtension ();
8087 return 0;
8089 _ACEOF
8090 if ac_fn_c_try_link "$LINENO"; then :
8091 ac_cv_lib_Xext_XShapeQueryExtension=yes
8092 else
8093 ac_cv_lib_Xext_XShapeQueryExtension=no
8095 rm -f core conftest.err conftest.$ac_objext \
8096 conftest$ac_exeext conftest.$ac_ext
8097 LIBS=$ac_check_lib_save_LIBS
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8100 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8101 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8103 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8108 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8109 case "x$with_xshape" in
8110 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8111 xno) ;;
8112 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8113 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8114 esac
8117 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8118 then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8120 $as_echo_n "checking for -lXxf86vm... " >&6; }
8121 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8122 $as_echo_n "(cached) " >&6
8123 else
8124 ac_check_soname_save_LIBS=$LIBS
8125 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8127 /* end confdefs.h. */
8129 /* Override any GCC internal prototype to avoid an error.
8130 Use char because int might match the return type of a GCC
8131 builtin and then its argument prototype would still apply. */
8132 #ifdef __cplusplus
8133 extern "C"
8134 #endif
8135 char XF86VidModeQueryExtension ();
8137 main ()
8139 return XF86VidModeQueryExtension ();
8141 return 0;
8143 _ACEOF
8144 if ac_fn_c_try_link "$LINENO"; then :
8145 case "$LIBEXT" in
8146 dll) ;;
8147 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'` ;;
8148 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8149 esac
8151 rm -f core conftest.err conftest.$ac_objext \
8152 conftest$ac_exeext conftest.$ac_ext
8153 LIBS=$ac_check_soname_save_LIBS
8155 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8157 $as_echo "not found" >&6; }
8159 else
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8161 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8163 cat >>confdefs.h <<_ACEOF
8164 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8165 _ACEOF
8170 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8171 case "x$with_xxf86vm" in
8172 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8173 xno) ;;
8174 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8175 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8176 esac
8179 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"
8180 then
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8182 $as_echo_n "checking for -lXrender... " >&6; }
8183 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8184 $as_echo_n "(cached) " >&6
8185 else
8186 ac_check_soname_save_LIBS=$LIBS
8187 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8189 /* end confdefs.h. */
8191 /* Override any GCC internal prototype to avoid an error.
8192 Use char because int might match the return type of a GCC
8193 builtin and then its argument prototype would still apply. */
8194 #ifdef __cplusplus
8195 extern "C"
8196 #endif
8197 char XRenderQueryExtension ();
8199 main ()
8201 return XRenderQueryExtension ();
8203 return 0;
8205 _ACEOF
8206 if ac_fn_c_try_link "$LINENO"; then :
8207 case "$LIBEXT" in
8208 dll) ;;
8209 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'` ;;
8210 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8211 esac
8213 rm -f core conftest.err conftest.$ac_objext \
8214 conftest$ac_exeext conftest.$ac_ext
8215 LIBS=$ac_check_soname_save_LIBS
8217 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8219 $as_echo "not found" >&6; }
8221 else
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8223 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8225 cat >>confdefs.h <<_ACEOF
8226 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8227 _ACEOF
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8230 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8231 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8232 $as_echo_n "(cached) " >&6
8233 else
8234 ac_check_lib_save_LIBS=$LIBS
8235 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8237 /* end confdefs.h. */
8239 /* Override any GCC internal prototype to avoid an error.
8240 Use char because int might match the return type of a GCC
8241 builtin and then its argument prototype would still apply. */
8242 #ifdef __cplusplus
8243 extern "C"
8244 #endif
8245 char XRenderSetPictureTransform ();
8247 main ()
8249 return XRenderSetPictureTransform ();
8251 return 0;
8253 _ACEOF
8254 if ac_fn_c_try_link "$LINENO"; then :
8255 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8256 else
8257 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8259 rm -f core conftest.err conftest.$ac_objext \
8260 conftest$ac_exeext conftest.$ac_ext
8261 LIBS=$ac_check_lib_save_LIBS
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8264 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8265 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8267 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8274 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8275 case "x$with_xrender" in
8276 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8277 xno) ;;
8278 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8279 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8280 esac
8283 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8284 then
8285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 #include <X11/Xlib.h>
8288 #include <X11/extensions/Xrandr.h>
8290 main ()
8292 static typeof(XRRSetScreenConfigAndRate) * func;
8294 return 0;
8296 _ACEOF
8297 if ac_fn_c_try_compile "$LINENO"; then :
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8299 $as_echo_n "checking for -lXrandr... " >&6; }
8300 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8301 $as_echo_n "(cached) " >&6
8302 else
8303 ac_check_soname_save_LIBS=$LIBS
8304 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8306 /* end confdefs.h. */
8308 /* Override any GCC internal prototype to avoid an error.
8309 Use char because int might match the return type of a GCC
8310 builtin and then its argument prototype would still apply. */
8311 #ifdef __cplusplus
8312 extern "C"
8313 #endif
8314 char XRRQueryExtension ();
8316 main ()
8318 return XRRQueryExtension ();
8320 return 0;
8322 _ACEOF
8323 if ac_fn_c_try_link "$LINENO"; then :
8324 case "$LIBEXT" in
8325 dll) ;;
8326 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'` ;;
8327 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8328 esac
8330 rm -f core conftest.err conftest.$ac_objext \
8331 conftest$ac_exeext conftest.$ac_ext
8332 LIBS=$ac_check_soname_save_LIBS
8334 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8336 $as_echo "not found" >&6; }
8338 else
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8340 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8342 cat >>confdefs.h <<_ACEOF
8343 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8344 _ACEOF
8349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8351 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8352 case "x$with_xrandr" in
8353 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8354 xno) ;;
8355 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8356 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8357 esac
8360 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8361 then
8362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8363 /* end confdefs.h. */
8364 #include <X11/Xlib.h>
8365 #include <X11/extensions/Xinerama.h>
8367 main ()
8369 static typeof(XineramaQueryScreens) * func;
8371 return 0;
8373 _ACEOF
8374 if ac_fn_c_try_compile "$LINENO"; then :
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8376 $as_echo_n "checking for -lXinerama... " >&6; }
8377 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8378 $as_echo_n "(cached) " >&6
8379 else
8380 ac_check_soname_save_LIBS=$LIBS
8381 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8383 /* end confdefs.h. */
8385 /* Override any GCC internal prototype to avoid an error.
8386 Use char because int might match the return type of a GCC
8387 builtin and then its argument prototype would still apply. */
8388 #ifdef __cplusplus
8389 extern "C"
8390 #endif
8391 char XineramaQueryScreens ();
8393 main ()
8395 return XineramaQueryScreens ();
8397 return 0;
8399 _ACEOF
8400 if ac_fn_c_try_link "$LINENO"; then :
8401 case "$LIBEXT" in
8402 dll) ;;
8403 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'` ;;
8404 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8405 esac
8407 rm -f core conftest.err conftest.$ac_objext \
8408 conftest$ac_exeext conftest.$ac_ext
8409 LIBS=$ac_check_soname_save_LIBS
8411 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8413 $as_echo "not found" >&6; }
8415 else
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8417 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8419 cat >>confdefs.h <<_ACEOF
8420 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8421 _ACEOF
8426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8428 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8429 case "x$with_xinerama" in
8430 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8431 xno) ;;
8432 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8433 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8434 esac
8437 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8438 then
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8440 $as_echo_n "checking for -lXcomposite... " >&6; }
8441 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8442 $as_echo_n "(cached) " >&6
8443 else
8444 ac_check_soname_save_LIBS=$LIBS
8445 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8447 /* end confdefs.h. */
8449 /* Override any GCC internal prototype to avoid an error.
8450 Use char because int might match the return type of a GCC
8451 builtin and then its argument prototype would still apply. */
8452 #ifdef __cplusplus
8453 extern "C"
8454 #endif
8455 char XCompositeRedirectWindow ();
8457 main ()
8459 return XCompositeRedirectWindow ();
8461 return 0;
8463 _ACEOF
8464 if ac_fn_c_try_link "$LINENO"; then :
8465 case "$LIBEXT" in
8466 dll) ;;
8467 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'` ;;
8468 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8469 esac
8471 rm -f core conftest.err conftest.$ac_objext \
8472 conftest$ac_exeext conftest.$ac_ext
8473 LIBS=$ac_check_soname_save_LIBS
8475 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8477 $as_echo "not found" >&6; }
8479 else
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8481 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8483 cat >>confdefs.h <<_ACEOF
8484 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8485 _ACEOF
8490 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8491 case "x$with_xcomposite" in
8492 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8493 xno) ;;
8494 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8495 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8496 esac
8499 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8500 #include <X11/Xlib.h>
8501 #endif
8503 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8505 cat >>confdefs.h <<_ACEOF
8506 #define HAVE_XICCALLBACK_CALLBACK 1
8507 _ACEOF
8514 opengl_msg=""
8515 if test "x$with_opengl" != "xno"
8516 then
8517 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8518 do :
8519 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8520 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8521 # include <GL/glx.h>
8522 #endif
8524 eval as_val=\$$as_ac_Header
8525 if test "x$as_val" = x""yes; then :
8526 cat >>confdefs.h <<_ACEOF
8527 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8528 _ACEOF
8532 done
8534 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8535 then
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8537 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8538 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8539 $as_echo_n "(cached) " >&6
8540 else
8541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8542 /* end confdefs.h. */
8543 #include <GL/gl.h>
8545 main ()
8547 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8549 return 0;
8551 _ACEOF
8552 if ac_fn_c_try_compile "$LINENO"; then :
8553 wine_cv_opengl_header_version_OK="yes"
8554 else
8555 wine_cv_opengl_header_version_OK="no"
8557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8560 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8562 if test "$wine_cv_opengl_header_version_OK" = "yes"
8563 then
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8565 $as_echo_n "checking for -lGL... " >&6; }
8566 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8567 $as_echo_n "(cached) " >&6
8568 else
8569 ac_check_soname_save_LIBS=$LIBS
8570 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8572 /* end confdefs.h. */
8574 /* Override any GCC internal prototype to avoid an error.
8575 Use char because int might match the return type of a GCC
8576 builtin and then its argument prototype would still apply. */
8577 #ifdef __cplusplus
8578 extern "C"
8579 #endif
8580 char glXCreateContext ();
8582 main ()
8584 return glXCreateContext ();
8586 return 0;
8588 _ACEOF
8589 if ac_fn_c_try_link "$LINENO"; then :
8590 case "$LIBEXT" in
8591 dll) ;;
8592 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'` ;;
8593 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8594 esac
8596 rm -f core conftest.err conftest.$ac_objext \
8597 conftest$ac_exeext conftest.$ac_ext
8598 LIBS=$ac_check_soname_save_LIBS
8600 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8602 $as_echo "not found" >&6; }
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8604 $as_echo_n "checking for -lGL... " >&6; }
8605 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8606 $as_echo_n "(cached) " >&6
8607 else
8608 ac_check_soname_save_LIBS=$LIBS
8609 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"
8610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8611 /* end confdefs.h. */
8613 /* Override any GCC internal prototype to avoid an error.
8614 Use char because int might match the return type of a GCC
8615 builtin and then its argument prototype would still apply. */
8616 #ifdef __cplusplus
8617 extern "C"
8618 #endif
8619 char glXCreateContext ();
8621 main ()
8623 return glXCreateContext ();
8625 return 0;
8627 _ACEOF
8628 if ac_fn_c_try_link "$LINENO"; then :
8629 case "$LIBEXT" in
8630 dll) ;;
8631 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'` ;;
8632 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8633 esac
8635 rm -f core conftest.err conftest.$ac_objext \
8636 conftest$ac_exeext conftest.$ac_ext
8637 LIBS=$ac_check_soname_save_LIBS
8639 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8641 $as_echo "not found" >&6; }
8642 if test -f /usr/X11R6/lib/libGL.a
8643 then
8644 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8645 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8646 else
8647 opengl_msg="No OpenGL library found on this system."
8649 else
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8651 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8653 cat >>confdefs.h <<_ACEOF
8654 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8655 _ACEOF
8657 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"
8659 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8662 else
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8664 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8666 cat >>confdefs.h <<_ACEOF
8667 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8668 _ACEOF
8670 OPENGL_LIBS="-lGL"
8672 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8675 if test "$ac_cv_header_GL_glu_h" = "yes"
8676 then
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8678 $as_echo_n "checking for -lGLU... " >&6; }
8679 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8680 $as_echo_n "(cached) " >&6
8681 else
8682 ac_check_soname_save_LIBS=$LIBS
8683 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8685 /* end confdefs.h. */
8687 /* Override any GCC internal prototype to avoid an error.
8688 Use char because int might match the return type of a GCC
8689 builtin and then its argument prototype would still apply. */
8690 #ifdef __cplusplus
8691 extern "C"
8692 #endif
8693 char gluLookAt ();
8695 main ()
8697 return gluLookAt ();
8699 return 0;
8701 _ACEOF
8702 if ac_fn_c_try_link "$LINENO"; then :
8703 case "$LIBEXT" in
8704 dll) ;;
8705 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'` ;;
8706 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8707 esac
8709 rm -f core conftest.err conftest.$ac_objext \
8710 conftest$ac_exeext conftest.$ac_ext
8711 LIBS=$ac_check_soname_save_LIBS
8713 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8715 $as_echo "not found" >&6; }
8717 else
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8719 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8721 cat >>confdefs.h <<_ACEOF
8722 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8723 _ACEOF
8728 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8729 case "x$with_glu" in
8730 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8731 xno) ;;
8732 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8733 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8734 esac
8736 else
8737 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8739 else
8740 opengl_msg="OpenGL development headers not found."
8742 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8743 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8744 else
8745 enable_opengl32=${enable_opengl32:-no}
8746 enable_glu32=${enable_glu32:-no}
8748 if test -n "$opengl_msg"; then :
8749 case "x$with_opengl" in
8750 x) as_fn_append wine_warnings "|$opengl_msg
8751 OpenGL and Direct3D won't be supported." ;;
8752 xno) ;;
8753 *) as_fn_error "$opengl_msg
8754 OpenGL and Direct3D won't be supported.
8755 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8756 esac
8759 NASLIBS=""
8761 for ac_header in audio/audiolib.h
8762 do :
8763 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8764 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8765 cat >>confdefs.h <<_ACEOF
8766 #define HAVE_AUDIO_AUDIOLIB_H 1
8767 _ACEOF
8768 for ac_header in audio/soundlib.h
8769 do :
8770 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8772 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8773 cat >>confdefs.h <<_ACEOF
8774 #define HAVE_AUDIO_SOUNDLIB_H 1
8775 _ACEOF
8779 done
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8782 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8783 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8784 $as_echo_n "(cached) " >&6
8785 else
8786 ac_check_lib_save_LIBS=$LIBS
8787 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8789 /* end confdefs.h. */
8791 /* Override any GCC internal prototype to avoid an error.
8792 Use char because int might match the return type of a GCC
8793 builtin and then its argument prototype would still apply. */
8794 #ifdef __cplusplus
8795 extern "C"
8796 #endif
8797 char AuCreateFlow ();
8799 main ()
8801 return AuCreateFlow ();
8803 return 0;
8805 _ACEOF
8806 if ac_fn_c_try_link "$LINENO"; then :
8807 ac_cv_lib_audio_AuCreateFlow=yes
8808 else
8809 ac_cv_lib_audio_AuCreateFlow=no
8811 rm -f core conftest.err conftest.$ac_objext \
8812 conftest$ac_exeext conftest.$ac_ext
8813 LIBS=$ac_check_lib_save_LIBS
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8816 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8817 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8819 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8822 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8823 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8824 $as_echo_n "(cached) " >&6
8825 else
8826 ac_check_lib_save_LIBS=$LIBS
8827 LIBS="-lXau $X_LIBS $LIBS"
8828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8829 /* end confdefs.h. */
8831 /* Override any GCC internal prototype to avoid an error.
8832 Use char because int might match the return type of a GCC
8833 builtin and then its argument prototype would still apply. */
8834 #ifdef __cplusplus
8835 extern "C"
8836 #endif
8837 char XauGetBestAuthByAddr ();
8839 main ()
8841 return XauGetBestAuthByAddr ();
8843 return 0;
8845 _ACEOF
8846 if ac_fn_c_try_link "$LINENO"; then :
8847 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8848 else
8849 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8851 rm -f core conftest.err conftest.$ac_objext \
8852 conftest$ac_exeext conftest.$ac_ext
8853 LIBS=$ac_check_lib_save_LIBS
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8856 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8857 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8858 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8859 else
8860 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8868 done
8871 CPPFLAGS="$ac_save_CPPFLAGS"
8872 else
8873 XLIB=""
8874 X_CFLAGS=""
8875 X_LIBS=""
8876 enable_winex11_drv=${enable_winex11_drv:-no}
8877 enable_opengl32=${enable_opengl32:-no}
8878 enable_glu32=${enable_glu32:-no}
8880 if test "x$XLIB" = "x"; then :
8881 case "x$with_x" in
8882 xno) ;;
8883 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8884 without X support, which probably isn't what you want. You will need to install
8885 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8886 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8887 esac
8891 XML2LIBS=""
8893 XML2INCL=""
8895 XSLTINCL=""
8897 if test "x$with_xml" != "xno"
8898 then
8899 ac_save_CPPFLAGS="$CPPFLAGS"
8900 if test "$PKG_CONFIG" != "false"
8901 then
8902 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8903 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8904 else
8905 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8906 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8908 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8909 for ac_header in libxml/parser.h
8910 do :
8911 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8912 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8913 cat >>confdefs.h <<_ACEOF
8914 #define HAVE_LIBXML_PARSER_H 1
8915 _ACEOF
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8917 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8918 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8919 $as_echo_n "(cached) " >&6
8920 else
8921 ac_check_lib_save_LIBS=$LIBS
8922 LIBS="-lxml2 $ac_xml_libs $LIBS"
8923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8924 /* end confdefs.h. */
8926 /* Override any GCC internal prototype to avoid an error.
8927 Use char because int might match the return type of a GCC
8928 builtin and then its argument prototype would still apply. */
8929 #ifdef __cplusplus
8930 extern "C"
8931 #endif
8932 char xmlParseMemory ();
8934 main ()
8936 return xmlParseMemory ();
8938 return 0;
8940 _ACEOF
8941 if ac_fn_c_try_link "$LINENO"; then :
8942 ac_cv_lib_xml2_xmlParseMemory=yes
8943 else
8944 ac_cv_lib_xml2_xmlParseMemory=no
8946 rm -f core conftest.err conftest.$ac_objext \
8947 conftest$ac_exeext conftest.$ac_ext
8948 LIBS=$ac_check_lib_save_LIBS
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8951 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8952 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8954 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8956 XML2LIBS="$ac_xml_libs"
8957 XML2INCL="$ac_xml_cflags"
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8961 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8962 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8963 $as_echo_n "(cached) " >&6
8964 else
8965 ac_check_lib_save_LIBS=$LIBS
8966 LIBS="-lxml2 $ac_xml_libs $LIBS"
8967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8968 /* end confdefs.h. */
8970 /* Override any GCC internal prototype to avoid an error.
8971 Use char because int might match the return type of a GCC
8972 builtin and then its argument prototype would still apply. */
8973 #ifdef __cplusplus
8974 extern "C"
8975 #endif
8976 char xmlReadMemory ();
8978 main ()
8980 return xmlReadMemory ();
8982 return 0;
8984 _ACEOF
8985 if ac_fn_c_try_link "$LINENO"; then :
8986 ac_cv_lib_xml2_xmlReadMemory=yes
8987 else
8988 ac_cv_lib_xml2_xmlReadMemory=no
8990 rm -f core conftest.err conftest.$ac_objext \
8991 conftest$ac_exeext conftest.$ac_ext
8992 LIBS=$ac_check_lib_save_LIBS
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8995 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8996 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8998 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9003 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9004 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9005 $as_echo_n "(cached) " >&6
9006 else
9007 ac_check_lib_save_LIBS=$LIBS
9008 LIBS="-lxml2 $ac_xml_libs $LIBS"
9009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9010 /* end confdefs.h. */
9012 /* Override any GCC internal prototype to avoid an error.
9013 Use char because int might match the return type of a GCC
9014 builtin and then its argument prototype would still apply. */
9015 #ifdef __cplusplus
9016 extern "C"
9017 #endif
9018 char xmlNewDocPI ();
9020 main ()
9022 return xmlNewDocPI ();
9024 return 0;
9026 _ACEOF
9027 if ac_fn_c_try_link "$LINENO"; then :
9028 ac_cv_lib_xml2_xmlNewDocPI=yes
9029 else
9030 ac_cv_lib_xml2_xmlNewDocPI=no
9032 rm -f core conftest.err conftest.$ac_objext \
9033 conftest$ac_exeext conftest.$ac_ext
9034 LIBS=$ac_check_lib_save_LIBS
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9037 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9038 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9040 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9047 done
9049 CPPFLAGS="$ac_save_CPPFLAGS"
9051 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9052 case "x$with_xml" in
9053 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9054 xno) ;;
9055 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9056 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9057 esac
9060 if test "x$with_xslt" != "xno"
9061 then
9062 if test "$PKG_CONFIG" != "false"
9063 then
9064 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9065 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9066 else
9067 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9068 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9070 ac_save_CPPFLAGS="$CPPFLAGS"
9071 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9072 for ac_header in libxslt/pattern.h libxslt/transform.h
9073 do :
9074 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9075 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9076 # include <libxslt/pattern.h>
9077 #endif
9079 eval as_val=\$$as_ac_Header
9080 if test "x$as_val" = x""yes; then :
9081 cat >>confdefs.h <<_ACEOF
9082 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9083 _ACEOF
9087 done
9089 CPPFLAGS="$ac_save_CPPFLAGS"
9090 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9091 then
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9093 $as_echo_n "checking for -lxslt... " >&6; }
9094 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9095 $as_echo_n "(cached) " >&6
9096 else
9097 ac_check_soname_save_LIBS=$LIBS
9098 LIBS="-lxslt $ac_xslt_libs $LIBS"
9099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9100 /* end confdefs.h. */
9102 /* Override any GCC internal prototype to avoid an error.
9103 Use char because int might match the return type of a GCC
9104 builtin and then its argument prototype would still apply. */
9105 #ifdef __cplusplus
9106 extern "C"
9107 #endif
9108 char xsltCompilePattern ();
9110 main ()
9112 return xsltCompilePattern ();
9114 return 0;
9116 _ACEOF
9117 if ac_fn_c_try_link "$LINENO"; then :
9118 case "$LIBEXT" in
9119 dll) ;;
9120 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'` ;;
9121 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9122 esac
9124 rm -f core conftest.err conftest.$ac_objext \
9125 conftest$ac_exeext conftest.$ac_ext
9126 LIBS=$ac_check_soname_save_LIBS
9128 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9130 $as_echo "not found" >&6; }
9132 else
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9134 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9136 cat >>confdefs.h <<_ACEOF
9137 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9138 _ACEOF
9140 XSLTINCL="$ac_xslt_cflags"
9144 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9145 case "x$with_xslt" in
9146 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9147 xno) ;;
9148 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9149 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9150 esac
9153 HALINCL=""
9155 if test "x$with_hal" != "xno"
9156 then
9157 ac_save_CPPFLAGS="$CPPFLAGS"
9158 if test "$PKG_CONFIG" != "false"
9159 then
9160 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9161 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9162 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9164 for ac_header in dbus/dbus.h hal/libhal.h
9165 do :
9166 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9167 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9168 eval as_val=\$$as_ac_Header
9169 if test "x$as_val" = x""yes; then :
9170 cat >>confdefs.h <<_ACEOF
9171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9172 _ACEOF
9176 done
9178 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9179 then
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9181 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9182 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9183 $as_echo_n "(cached) " >&6
9184 else
9185 ac_check_lib_save_LIBS=$LIBS
9186 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9188 /* end confdefs.h. */
9190 /* Override any GCC internal prototype to avoid an error.
9191 Use char because int might match the return type of a GCC
9192 builtin and then its argument prototype would still apply. */
9193 #ifdef __cplusplus
9194 extern "C"
9195 #endif
9196 char dbus_connection_close ();
9198 main ()
9200 return dbus_connection_close ();
9202 return 0;
9204 _ACEOF
9205 if ac_fn_c_try_link "$LINENO"; then :
9206 ac_cv_lib_dbus_1_dbus_connection_close=yes
9207 else
9208 ac_cv_lib_dbus_1_dbus_connection_close=no
9210 rm -f core conftest.err conftest.$ac_objext \
9211 conftest$ac_exeext conftest.$ac_ext
9212 LIBS=$ac_check_lib_save_LIBS
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9215 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9216 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9218 $as_echo_n "checking for -lhal... " >&6; }
9219 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9220 $as_echo_n "(cached) " >&6
9221 else
9222 ac_check_soname_save_LIBS=$LIBS
9223 LIBS="-lhal $ac_hal_libs $LIBS"
9224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9225 /* end confdefs.h. */
9227 /* Override any GCC internal prototype to avoid an error.
9228 Use char because int might match the return type of a GCC
9229 builtin and then its argument prototype would still apply. */
9230 #ifdef __cplusplus
9231 extern "C"
9232 #endif
9233 char libhal_ctx_new ();
9235 main ()
9237 return libhal_ctx_new ();
9239 return 0;
9241 _ACEOF
9242 if ac_fn_c_try_link "$LINENO"; then :
9243 case "$LIBEXT" in
9244 dll) ;;
9245 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'` ;;
9246 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9247 esac
9249 rm -f core conftest.err conftest.$ac_objext \
9250 conftest$ac_exeext conftest.$ac_ext
9251 LIBS=$ac_check_soname_save_LIBS
9253 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9255 $as_echo "not found" >&6; }
9257 else
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9259 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9261 cat >>confdefs.h <<_ACEOF
9262 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9263 _ACEOF
9265 HALINCL="$ac_hal_cflags"
9270 CPPFLAGS="$ac_save_CPPFLAGS"
9272 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9273 case "x$with_hal" in
9274 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9275 xno) ;;
9276 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9277 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9278 esac
9281 if test "x$with_gnutls" != "xno"
9282 then
9283 ac_save_CPPFLAGS="$CPPFLAGS"
9284 if test "$PKG_CONFIG" != "false"
9285 then
9286 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9287 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9288 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9290 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9291 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9293 /* end confdefs.h. */
9294 #include <gnutls/gnutls.h>
9296 main ()
9298 typeof(gnutls_mac_get_key_size) *pfunc;
9300 return 0;
9302 _ACEOF
9303 if ac_fn_c_try_compile "$LINENO"; then :
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9305 $as_echo_n "checking for -lgnutls... " >&6; }
9306 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9307 $as_echo_n "(cached) " >&6
9308 else
9309 ac_check_soname_save_LIBS=$LIBS
9310 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9312 /* end confdefs.h. */
9314 /* Override any GCC internal prototype to avoid an error.
9315 Use char because int might match the return type of a GCC
9316 builtin and then its argument prototype would still apply. */
9317 #ifdef __cplusplus
9318 extern "C"
9319 #endif
9320 char gnutls_global_init ();
9322 main ()
9324 return gnutls_global_init ();
9326 return 0;
9328 _ACEOF
9329 if ac_fn_c_try_link "$LINENO"; then :
9330 case "$LIBEXT" in
9331 dll) ;;
9332 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'` ;;
9333 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9334 esac
9336 rm -f core conftest.err conftest.$ac_objext \
9337 conftest$ac_exeext conftest.$ac_ext
9338 LIBS=$ac_check_soname_save_LIBS
9340 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9342 $as_echo "not found" >&6; }
9344 else
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9346 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9348 cat >>confdefs.h <<_ACEOF
9349 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9350 _ACEOF
9352 GNUTLSINCL="$ac_gnutls_cflags"
9356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9360 CPPFLAGS="$ac_save_CPPFLAGS"
9362 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9363 case "x$with_gnutls" in
9364 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9365 xno) ;;
9366 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9367 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9368 esac
9371 CURSESLIBS=""
9372 if test "$ac_cv_header_ncurses_h" = "yes"
9373 then
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9375 $as_echo_n "checking for -lncurses... " >&6; }
9376 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9377 $as_echo_n "(cached) " >&6
9378 else
9379 ac_check_soname_save_LIBS=$LIBS
9380 LIBS="-lncurses $LIBS"
9381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9387 #ifdef __cplusplus
9388 extern "C"
9389 #endif
9390 char waddch ();
9392 main ()
9394 return waddch ();
9396 return 0;
9398 _ACEOF
9399 if ac_fn_c_try_link "$LINENO"; then :
9400 case "$LIBEXT" in
9401 dll) ;;
9402 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'` ;;
9403 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9404 esac
9406 rm -f core conftest.err conftest.$ac_objext \
9407 conftest$ac_exeext conftest.$ac_ext
9408 LIBS=$ac_check_soname_save_LIBS
9410 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9412 $as_echo "not found" >&6; }
9414 else
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9416 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9418 cat >>confdefs.h <<_ACEOF
9419 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9420 _ACEOF
9422 CURSESLIBS="-lncurses"
9424 elif test "$ac_cv_header_curses_h" = "yes"
9425 then
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9427 $as_echo_n "checking for -lcurses... " >&6; }
9428 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9429 $as_echo_n "(cached) " >&6
9430 else
9431 ac_check_soname_save_LIBS=$LIBS
9432 LIBS="-lcurses $LIBS"
9433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h. */
9436 /* Override any GCC internal prototype to avoid an error.
9437 Use char because int might match the return type of a GCC
9438 builtin and then its argument prototype would still apply. */
9439 #ifdef __cplusplus
9440 extern "C"
9441 #endif
9442 char waddch ();
9444 main ()
9446 return waddch ();
9448 return 0;
9450 _ACEOF
9451 if ac_fn_c_try_link "$LINENO"; then :
9452 case "$LIBEXT" in
9453 dll) ;;
9454 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'` ;;
9455 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9456 esac
9458 rm -f core conftest.err conftest.$ac_objext \
9459 conftest$ac_exeext conftest.$ac_ext
9460 LIBS=$ac_check_soname_save_LIBS
9462 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9464 $as_echo "not found" >&6; }
9466 else
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9468 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9470 cat >>confdefs.h <<_ACEOF
9471 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9472 _ACEOF
9474 CURSESLIBS="-lcurses"
9477 ac_save_LIBS="$LIBS"
9478 LIBS="$LIBS $CURSESLIBS"
9479 for ac_func in mousemask
9480 do :
9481 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9482 if test "x$ac_cv_func_mousemask" = x""yes; then :
9483 cat >>confdefs.h <<_ACEOF
9484 #define HAVE_MOUSEMASK 1
9485 _ACEOF
9488 done
9490 LIBS="$ac_save_LIBS"
9491 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9492 case "x$with_curses" in
9493 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9494 xno) ;;
9495 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9496 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9497 esac
9500 if test "x$with_sane" != "xno"
9501 then
9502 ac_save_CPPFLAGS="$CPPFLAGS"
9503 # Extract the first word of "sane-config", so it can be a program name with args.
9504 set dummy sane-config; ac_word=$2
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506 $as_echo_n "checking for $ac_word... " >&6; }
9507 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9508 $as_echo_n "(cached) " >&6
9509 else
9510 if test -n "$sane_devel"; then
9511 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9512 else
9513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514 for as_dir in $PATH
9516 IFS=$as_save_IFS
9517 test -z "$as_dir" && as_dir=.
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9520 ac_cv_prog_sane_devel="sane-config"
9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9522 break 2
9524 done
9525 done
9526 IFS=$as_save_IFS
9528 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9531 sane_devel=$ac_cv_prog_sane_devel
9532 if test -n "$sane_devel"; then
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9534 $as_echo "$sane_devel" >&6; }
9535 else
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9537 $as_echo "no" >&6; }
9541 if test "$sane_devel" != "no"
9542 then
9543 ac_sane_incl="`$sane_devel --cflags`"
9544 ac_sane_libs="`$sane_devel --ldflags`"
9545 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9547 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9548 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9550 $as_echo_n "checking for -lsane... " >&6; }
9551 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9552 $as_echo_n "(cached) " >&6
9553 else
9554 ac_check_soname_save_LIBS=$LIBS
9555 LIBS="-lsane $ac_sane_libs $LIBS"
9556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9557 /* end confdefs.h. */
9559 /* Override any GCC internal prototype to avoid an error.
9560 Use char because int might match the return type of a GCC
9561 builtin and then its argument prototype would still apply. */
9562 #ifdef __cplusplus
9563 extern "C"
9564 #endif
9565 char sane_init ();
9567 main ()
9569 return sane_init ();
9571 return 0;
9573 _ACEOF
9574 if ac_fn_c_try_link "$LINENO"; then :
9575 case "$LIBEXT" in
9576 dll) ;;
9577 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'` ;;
9578 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9579 esac
9581 rm -f core conftest.err conftest.$ac_objext \
9582 conftest$ac_exeext conftest.$ac_ext
9583 LIBS=$ac_check_soname_save_LIBS
9585 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9587 $as_echo "not found" >&6; }
9589 else
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9591 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9593 cat >>confdefs.h <<_ACEOF
9594 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9595 _ACEOF
9597 SANEINCL="$ac_sane_incl"
9603 CPPFLAGS="$ac_save_CPPFLAGS"
9605 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9606 case "x$with_sane" in
9607 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9608 xno) ;;
9609 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9610 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9611 esac
9614 if test "x$with_v4l" != "xno"
9615 then
9616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9617 $as_echo_n "checking for -lv4l1... " >&6; }
9618 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9619 $as_echo_n "(cached) " >&6
9620 else
9621 ac_check_soname_save_LIBS=$LIBS
9622 LIBS="-lv4l1 $LIBS"
9623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9624 /* end confdefs.h. */
9626 /* Override any GCC internal prototype to avoid an error.
9627 Use char because int might match the return type of a GCC
9628 builtin and then its argument prototype would still apply. */
9629 #ifdef __cplusplus
9630 extern "C"
9631 #endif
9632 char v4l1_open ();
9634 main ()
9636 return v4l1_open ();
9638 return 0;
9640 _ACEOF
9641 if ac_fn_c_try_link "$LINENO"; then :
9642 case "$LIBEXT" in
9643 dll) ;;
9644 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'` ;;
9645 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9646 esac
9648 rm -f core conftest.err conftest.$ac_objext \
9649 conftest$ac_exeext conftest.$ac_ext
9650 LIBS=$ac_check_soname_save_LIBS
9652 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9654 $as_echo "not found" >&6; }
9656 else
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9658 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9660 cat >>confdefs.h <<_ACEOF
9661 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9662 _ACEOF
9667 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9668 case "x$with_v4l" in
9669 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9670 xno) ;;
9671 *) as_fn_error "libv4l ${notice_platform}development files not found.
9672 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9673 esac
9676 if test "x$with_gphoto" != "xno"
9677 then
9678 ac_save_CPPFLAGS="$CPPFLAGS"
9679 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9680 set dummy gphoto2-config; ac_word=$2
9681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9682 $as_echo_n "checking for $ac_word... " >&6; }
9683 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9684 $as_echo_n "(cached) " >&6
9685 else
9686 if test -n "$gphoto2_devel"; then
9687 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9688 else
9689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9690 for as_dir in $PATH
9692 IFS=$as_save_IFS
9693 test -z "$as_dir" && as_dir=.
9694 for ac_exec_ext in '' $ac_executable_extensions; do
9695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9696 ac_cv_prog_gphoto2_devel="gphoto2-config"
9697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9698 break 2
9700 done
9701 done
9702 IFS=$as_save_IFS
9704 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9707 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9708 if test -n "$gphoto2_devel"; then
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9710 $as_echo "$gphoto2_devel" >&6; }
9711 else
9712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9713 $as_echo "no" >&6; }
9717 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9718 set dummy gphoto2-port-config; ac_word=$2
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9720 $as_echo_n "checking for $ac_word... " >&6; }
9721 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9722 $as_echo_n "(cached) " >&6
9723 else
9724 if test -n "$gphoto2port_devel"; then
9725 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9726 else
9727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9728 for as_dir in $PATH
9730 IFS=$as_save_IFS
9731 test -z "$as_dir" && as_dir=.
9732 for ac_exec_ext in '' $ac_executable_extensions; do
9733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9734 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9736 break 2
9738 done
9739 done
9740 IFS=$as_save_IFS
9742 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9745 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9746 if test -n "$gphoto2port_devel"; then
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9748 $as_echo "$gphoto2port_devel" >&6; }
9749 else
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9751 $as_echo "no" >&6; }
9755 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9756 then
9757 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9758 ac_gphoto2_libs=""
9759 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9761 case "$i" in
9762 -L/usr/lib|-L/usr/lib64) ;;
9763 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9764 esac
9765 done
9766 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9768 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9769 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9770 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9772 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9773 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9774 $as_echo_n "(cached) " >&6
9775 else
9776 ac_check_lib_save_LIBS=$LIBS
9777 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9779 /* end confdefs.h. */
9781 /* Override any GCC internal prototype to avoid an error.
9782 Use char because int might match the return type of a GCC
9783 builtin and then its argument prototype would still apply. */
9784 #ifdef __cplusplus
9785 extern "C"
9786 #endif
9787 char gp_camera_new ();
9789 main ()
9791 return gp_camera_new ();
9793 return 0;
9795 _ACEOF
9796 if ac_fn_c_try_link "$LINENO"; then :
9797 ac_cv_lib_gphoto2_gp_camera_new=yes
9798 else
9799 ac_cv_lib_gphoto2_gp_camera_new=no
9801 rm -f core conftest.err conftest.$ac_objext \
9802 conftest$ac_exeext conftest.$ac_ext
9803 LIBS=$ac_check_lib_save_LIBS
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9806 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9807 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9809 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9811 GPHOTO2LIBS="$ac_gphoto2_libs"
9813 GPHOTO2INCL="$ac_gphoto2_incl"
9820 CPPFLAGS="$ac_save_CPPFLAGS"
9822 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9823 case "x$with_gphoto" in
9824 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9825 xno) ;;
9826 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9827 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9828 esac
9832 RESOLVLIBS=""
9834 if test "$ac_cv_header_resolv_h" = "yes"
9835 then
9836 ac_save_LIBS="$LIBS"
9837 LIBS="$LIBS -lresolv"
9838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9839 /* end confdefs.h. */
9840 #ifdef HAVE_NETINET_IN_H
9841 #include <netinet/in.h>
9842 #endif
9843 #include <resolv.h>
9845 main ()
9847 res_init();
9849 return 0;
9851 _ACEOF
9852 if ac_fn_c_try_link "$LINENO"; then :
9854 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9856 RESOLVLIBS="-lresolv"
9858 rm -f core conftest.err conftest.$ac_objext \
9859 conftest$ac_exeext conftest.$ac_ext
9860 LIBS="$ac_save_LIBS"
9863 LCMSLIBS=""
9865 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9866 then
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9868 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9869 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9870 $as_echo_n "(cached) " >&6
9871 else
9872 ac_check_lib_save_LIBS=$LIBS
9873 LIBS="-llcms $LIBS"
9874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9875 /* end confdefs.h. */
9877 /* Override any GCC internal prototype to avoid an error.
9878 Use char because int might match the return type of a GCC
9879 builtin and then its argument prototype would still apply. */
9880 #ifdef __cplusplus
9881 extern "C"
9882 #endif
9883 char cmsOpenProfileFromFile ();
9885 main ()
9887 return cmsOpenProfileFromFile ();
9889 return 0;
9891 _ACEOF
9892 if ac_fn_c_try_link "$LINENO"; then :
9893 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9894 else
9895 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9897 rm -f core conftest.err conftest.$ac_objext \
9898 conftest$ac_exeext conftest.$ac_ext
9899 LIBS=$ac_check_lib_save_LIBS
9901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9902 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9903 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9905 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9907 LCMSLIBS="-llcms"
9911 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9912 case "x$with_cms" in
9913 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9914 xno) ;;
9915 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9916 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9917 esac
9920 if test "x$with_freetype" != "xno"
9921 then
9922 for ac_prog in freetype-config freetype2-config
9924 # Extract the first word of "$ac_prog", so it can be a program name with args.
9925 set dummy $ac_prog; ac_word=$2
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9927 $as_echo_n "checking for $ac_word... " >&6; }
9928 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9929 $as_echo_n "(cached) " >&6
9930 else
9931 if test -n "$ft_devel"; then
9932 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9933 else
9934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9935 for as_dir in $PATH
9937 IFS=$as_save_IFS
9938 test -z "$as_dir" && as_dir=.
9939 for ac_exec_ext in '' $ac_executable_extensions; do
9940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9941 ac_cv_prog_ft_devel="$ac_prog"
9942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9943 break 2
9945 done
9946 done
9947 IFS=$as_save_IFS
9951 ft_devel=$ac_cv_prog_ft_devel
9952 if test -n "$ft_devel"; then
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9954 $as_echo "$ft_devel" >&6; }
9955 else
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9957 $as_echo "no" >&6; }
9961 test -n "$ft_devel" && break
9962 done
9963 test -n "$ft_devel" || ft_devel="no"
9965 if test "$ft_devel" != "no"
9966 then
9967 ac_freetype_incl=`$ft_devel --cflags`
9968 ac_freetype_libs=`$ft_devel --libs`
9970 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9972 $as_echo_n "checking for -lfreetype... " >&6; }
9973 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9974 $as_echo_n "(cached) " >&6
9975 else
9976 ac_check_soname_save_LIBS=$LIBS
9977 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h. */
9981 /* Override any GCC internal prototype to avoid an error.
9982 Use char because int might match the return type of a GCC
9983 builtin and then its argument prototype would still apply. */
9984 #ifdef __cplusplus
9985 extern "C"
9986 #endif
9987 char FT_Init_FreeType ();
9989 main ()
9991 return FT_Init_FreeType ();
9993 return 0;
9995 _ACEOF
9996 if ac_fn_c_try_link "$LINENO"; then :
9997 case "$LIBEXT" in
9998 dll) ;;
9999 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'` ;;
10000 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10001 esac
10003 rm -f core conftest.err conftest.$ac_objext \
10004 conftest$ac_exeext conftest.$ac_ext
10005 LIBS=$ac_check_soname_save_LIBS
10007 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10009 $as_echo "not found" >&6; }
10010 ft_lib=no
10011 else
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10013 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10015 cat >>confdefs.h <<_ACEOF
10016 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10017 _ACEOF
10019 ft_lib=yes
10021 if test "$ft_lib" = "yes"
10022 then
10023 ac_save_CPPFLAGS="$CPPFLAGS"
10024 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10025 for ac_header in ft2build.h \
10026 freetype/freetype.h \
10027 freetype/ftglyph.h \
10028 freetype/fttypes.h \
10029 freetype/tttables.h \
10030 freetype/ftsnames.h \
10031 freetype/ttnameid.h \
10032 freetype/ftoutln.h \
10033 freetype/ftwinfnt.h \
10034 freetype/ftmodapi.h \
10035 freetype/ftlcdfil.h \
10036 freetype/internal/sfnt.h
10037 do :
10038 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10039 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10040 # include <ft2build.h>
10041 #endif
10043 eval as_val=\$$as_ac_Header
10044 if test "x$as_val" = x""yes; then :
10045 cat >>confdefs.h <<_ACEOF
10046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10047 _ACEOF
10051 done
10053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10054 /* end confdefs.h. */
10055 #include <ft2build.h>
10056 #include <freetype/fttrigon.h>
10057 _ACEOF
10058 if ac_fn_c_try_cpp "$LINENO"; then :
10060 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10062 wine_cv_fttrigon=yes
10063 else
10064 wine_cv_fttrigon=no
10066 rm -f conftest.err conftest.$ac_ext
10067 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10069 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10071 cat >>confdefs.h <<_ACEOF
10072 #define HAVE_FT_TRUETYPEENGINETYPE 1
10073 _ACEOF
10078 ac_save_CFLAGS="$CFLAGS"
10079 CFLAGS="$CFLAGS $ac_freetype_libs"
10080 for ac_func in FT_Load_Sfnt_Table
10081 do :
10082 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10083 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10084 cat >>confdefs.h <<_ACEOF
10085 #define HAVE_FT_LOAD_SFNT_TABLE 1
10086 _ACEOF
10089 done
10091 CFLAGS="$ac_save_CFLAGS"
10092 CPPFLAGS="$ac_save_CPPFLAGS"
10093 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10094 then
10096 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10098 FREETYPELIBS="$ac_freetype_libs"
10100 FREETYPEINCL="$ac_freetype_incl"
10105 if test "x$FREETYPELIBS" = "x"; then :
10106 case "x$with_freetype" in
10107 xno) ;;
10108 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10109 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10110 esac
10112 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10115 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10116 if test "${ac_cv_c_ppdev+set}" = set; then :
10117 $as_echo_n "(cached) " >&6
10118 else
10119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10120 /* end confdefs.h. */
10121 #include <linux/ppdev.h>
10123 main ()
10125 ioctl (1,PPCLAIM,0)
10127 return 0;
10129 _ACEOF
10130 if ac_fn_c_try_compile "$LINENO"; then :
10131 ac_cv_c_ppdev="yes"
10132 else
10133 ac_cv_c_ppdev="no"
10135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10138 $as_echo "$ac_cv_c_ppdev" >&6; }
10139 if test "$ac_cv_c_ppdev" = "yes"
10140 then
10142 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10146 ac_wine_check_funcs_save_LIBS="$LIBS"
10147 LIBS="$LIBS $LIBPTHREAD"
10148 for ac_func in \
10149 pthread_attr_get_np \
10150 pthread_getattr_np \
10151 pthread_get_stackaddr_np \
10152 pthread_get_stacksize_np
10153 do :
10154 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10155 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10156 eval as_val=\$$as_ac_var
10157 if test "x$as_val" = x""yes; then :
10158 cat >>confdefs.h <<_ACEOF
10159 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10160 _ACEOF
10163 done
10165 LIBS="$ac_wine_check_funcs_save_LIBS"
10167 if test "$ac_cv_header_zlib_h" = "yes"
10168 then
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10170 $as_echo_n "checking for inflate in -lz... " >&6; }
10171 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10172 $as_echo_n "(cached) " >&6
10173 else
10174 ac_check_lib_save_LIBS=$LIBS
10175 LIBS="-lz $LIBS"
10176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10177 /* end confdefs.h. */
10179 /* Override any GCC internal prototype to avoid an error.
10180 Use char because int might match the return type of a GCC
10181 builtin and then its argument prototype would still apply. */
10182 #ifdef __cplusplus
10183 extern "C"
10184 #endif
10185 char inflate ();
10187 main ()
10189 return inflate ();
10191 return 0;
10193 _ACEOF
10194 if ac_fn_c_try_link "$LINENO"; then :
10195 ac_cv_lib_z_inflate=yes
10196 else
10197 ac_cv_lib_z_inflate=no
10199 rm -f core conftest.err conftest.$ac_objext \
10200 conftest$ac_exeext conftest.$ac_ext
10201 LIBS=$ac_check_lib_save_LIBS
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10204 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10205 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10207 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10209 ZLIB="-lz"
10215 if test "x$with_esd" != xno
10216 then
10217 save_CFLAGS="$CFLAGS"
10218 # Extract the first word of "esd-config", so it can be a program name with args.
10219 set dummy esd-config; ac_word=$2
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10221 $as_echo_n "checking for $ac_word... " >&6; }
10222 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10223 $as_echo_n "(cached) " >&6
10224 else
10225 case $ESDCONFIG in
10226 [\\/]* | ?:[\\/]*)
10227 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10231 for as_dir in $PATH
10233 IFS=$as_save_IFS
10234 test -z "$as_dir" && as_dir=.
10235 for ac_exec_ext in '' $ac_executable_extensions; do
10236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10237 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10239 break 2
10241 done
10242 done
10243 IFS=$as_save_IFS
10245 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10247 esac
10249 ESDCONFIG=$ac_cv_path_ESDCONFIG
10250 if test -n "$ESDCONFIG"; then
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10252 $as_echo "$ESDCONFIG" >&6; }
10253 else
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10255 $as_echo "no" >&6; }
10259 if test "x$ESDCONFIG" != "xno"
10260 then
10261 ac_esd_incl=""
10262 for i in `$ESDCONFIG --cflags`
10264 case "$i" in
10265 -I*) ac_esd_incl="$ac_esd_incl $i";;
10266 esac
10267 done
10268 ac_esd_libs=`$ESDCONFIG --libs`
10269 CFLAGS="$CFLAGS $ac_esd_incl"
10271 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10272 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10273 if test "x$ac_cv_header_esd_h" = x""yes; then :
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10275 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10276 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10277 $as_echo_n "(cached) " >&6
10278 else
10279 ac_check_lib_save_LIBS=$LIBS
10280 LIBS="-lesd $ac_esd_libs $LIBS"
10281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10282 /* end confdefs.h. */
10284 /* Override any GCC internal prototype to avoid an error.
10285 Use char because int might match the return type of a GCC
10286 builtin and then its argument prototype would still apply. */
10287 #ifdef __cplusplus
10288 extern "C"
10289 #endif
10290 char esd_open_sound ();
10292 main ()
10294 return esd_open_sound ();
10296 return 0;
10298 _ACEOF
10299 if ac_fn_c_try_link "$LINENO"; then :
10300 ac_cv_lib_esd_esd_open_sound=yes
10301 else
10302 ac_cv_lib_esd_esd_open_sound=no
10304 rm -f core conftest.err conftest.$ac_objext \
10305 conftest$ac_exeext conftest.$ac_ext
10306 LIBS=$ac_check_lib_save_LIBS
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10309 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10310 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10311 ESDINCL="$ac_esd_incl"
10313 ESDLIBS="$ac_esd_libs"
10316 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10323 CFLAGS="$save_CFLAGS"
10326 ALSALIBS=""
10328 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10329 then
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10331 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10332 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10333 $as_echo_n "(cached) " >&6
10334 else
10335 ac_check_lib_save_LIBS=$LIBS
10336 LIBS="-lasound $LIBS"
10337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10338 /* end confdefs.h. */
10340 /* Override any GCC internal prototype to avoid an error.
10341 Use char because int might match the return type of a GCC
10342 builtin and then its argument prototype would still apply. */
10343 #ifdef __cplusplus
10344 extern "C"
10345 #endif
10346 char snd_pcm_hw_params_get_access ();
10348 main ()
10350 return snd_pcm_hw_params_get_access ();
10352 return 0;
10354 _ACEOF
10355 if ac_fn_c_try_link "$LINENO"; then :
10356 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10357 else
10358 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10360 rm -f core conftest.err conftest.$ac_objext \
10361 conftest$ac_exeext conftest.$ac_ext
10362 LIBS=$ac_check_lib_save_LIBS
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10365 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10366 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10368 /* end confdefs.h. */
10369 #ifdef HAVE_ALSA_ASOUNDLIB_H
10370 #include <alsa/asoundlib.h>
10371 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10372 #include <sys/asoundlib.h>
10373 #endif
10375 main ()
10377 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10379 return 0;
10381 _ACEOF
10382 if ac_fn_c_try_compile "$LINENO"; then :
10384 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10386 ALSALIBS="-lasound"
10388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10393 AUDIOIOLIBS=""
10395 if test "$ac_cv_header_libaudioio_h" = "yes"
10396 then
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10398 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10399 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10400 $as_echo_n "(cached) " >&6
10401 else
10402 ac_check_lib_save_LIBS=$LIBS
10403 LIBS="-laudioio $LIBS"
10404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10405 /* end confdefs.h. */
10407 /* Override any GCC internal prototype to avoid an error.
10408 Use char because int might match the return type of a GCC
10409 builtin and then its argument prototype would still apply. */
10410 #ifdef __cplusplus
10411 extern "C"
10412 #endif
10413 char AudioIOGetVersion ();
10415 main ()
10417 return AudioIOGetVersion ();
10419 return 0;
10421 _ACEOF
10422 if ac_fn_c_try_link "$LINENO"; then :
10423 ac_cv_lib_audioio_AudioIOGetVersion=yes
10424 else
10425 ac_cv_lib_audioio_AudioIOGetVersion=no
10427 rm -f core conftest.err conftest.$ac_objext \
10428 conftest$ac_exeext conftest.$ac_ext
10429 LIBS=$ac_check_lib_save_LIBS
10431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10432 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10433 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10434 AUDIOIOLIBS="-laudioio"
10436 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10443 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10444 then
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10446 $as_echo_n "checking for -lcapi20... " >&6; }
10447 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10448 $as_echo_n "(cached) " >&6
10449 else
10450 ac_check_soname_save_LIBS=$LIBS
10451 LIBS="-lcapi20 $LIBS"
10452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10458 #ifdef __cplusplus
10459 extern "C"
10460 #endif
10461 char capi20_register ();
10463 main ()
10465 return capi20_register ();
10467 return 0;
10469 _ACEOF
10470 if ac_fn_c_try_link "$LINENO"; then :
10471 case "$LIBEXT" in
10472 dll) ;;
10473 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'` ;;
10474 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10475 esac
10477 rm -f core conftest.err conftest.$ac_objext \
10478 conftest$ac_exeext conftest.$ac_ext
10479 LIBS=$ac_check_soname_save_LIBS
10481 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10483 $as_echo "not found" >&6; }
10485 else
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10487 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10489 cat >>confdefs.h <<_ACEOF
10490 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10491 _ACEOF
10496 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10497 case "x$with_capi" in
10498 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10499 xno) ;;
10500 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10501 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10502 esac
10505 CUPSINCL=""
10507 if test "x$with_cups" != "xno"
10508 then
10509 ac_save_CPPFLAGS="$CPPFLAGS"
10510 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10511 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10512 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10513 for ac_header in cups/cups.h
10514 do :
10515 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10516 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10517 cat >>confdefs.h <<_ACEOF
10518 #define HAVE_CUPS_CUPS_H 1
10519 _ACEOF
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10521 $as_echo_n "checking for -lcups... " >&6; }
10522 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10523 $as_echo_n "(cached) " >&6
10524 else
10525 ac_check_soname_save_LIBS=$LIBS
10526 LIBS="-lcups $ac_cups_libs $LIBS"
10527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10528 /* end confdefs.h. */
10530 /* Override any GCC internal prototype to avoid an error.
10531 Use char because int might match the return type of a GCC
10532 builtin and then its argument prototype would still apply. */
10533 #ifdef __cplusplus
10534 extern "C"
10535 #endif
10536 char cupsGetDefault ();
10538 main ()
10540 return cupsGetDefault ();
10542 return 0;
10544 _ACEOF
10545 if ac_fn_c_try_link "$LINENO"; then :
10546 case "$LIBEXT" in
10547 dll) ;;
10548 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'` ;;
10549 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10550 esac
10552 rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
10554 LIBS=$ac_check_soname_save_LIBS
10556 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10558 $as_echo "not found" >&6; }
10560 else
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10562 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10564 cat >>confdefs.h <<_ACEOF
10565 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10566 _ACEOF
10568 CUPSINCL="$ac_cups_cflags"
10572 done
10574 CPPFLAGS="$ac_save_CPPFLAGS"
10576 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10577 case "x$with_cups" in
10578 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10579 xno) ;;
10580 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10581 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10582 esac
10585 if test "$ac_cv_header_jack_jack_h" = "yes"
10586 then
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10588 $as_echo_n "checking for -ljack... " >&6; }
10589 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10590 $as_echo_n "(cached) " >&6
10591 else
10592 ac_check_soname_save_LIBS=$LIBS
10593 LIBS="-ljack $LIBS"
10594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10595 /* end confdefs.h. */
10597 /* Override any GCC internal prototype to avoid an error.
10598 Use char because int might match the return type of a GCC
10599 builtin and then its argument prototype would still apply. */
10600 #ifdef __cplusplus
10601 extern "C"
10602 #endif
10603 char jack_client_new ();
10605 main ()
10607 return jack_client_new ();
10609 return 0;
10611 _ACEOF
10612 if ac_fn_c_try_link "$LINENO"; then :
10613 case "$LIBEXT" in
10614 dll) ;;
10615 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'` ;;
10616 *) 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'` ;;
10617 esac
10619 rm -f core conftest.err conftest.$ac_objext \
10620 conftest$ac_exeext conftest.$ac_ext
10621 LIBS=$ac_check_soname_save_LIBS
10623 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10625 $as_echo "not found" >&6; }
10627 else
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10629 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10631 cat >>confdefs.h <<_ACEOF
10632 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10633 _ACEOF
10639 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10640 then
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10642 $as_echo_n "checking for -lfontconfig... " >&6; }
10643 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10644 $as_echo_n "(cached) " >&6
10645 else
10646 ac_check_soname_save_LIBS=$LIBS
10647 LIBS="-lfontconfig $LIBS"
10648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10649 /* end confdefs.h. */
10651 /* Override any GCC internal prototype to avoid an error.
10652 Use char because int might match the return type of a GCC
10653 builtin and then its argument prototype would still apply. */
10654 #ifdef __cplusplus
10655 extern "C"
10656 #endif
10657 char FcInit ();
10659 main ()
10661 return FcInit ();
10663 return 0;
10665 _ACEOF
10666 if ac_fn_c_try_link "$LINENO"; then :
10667 case "$LIBEXT" in
10668 dll) ;;
10669 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'` ;;
10670 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10671 esac
10673 rm -f core conftest.err conftest.$ac_objext \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_soname_save_LIBS
10677 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10679 $as_echo "not found" >&6; }
10681 else
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10683 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10685 cat >>confdefs.h <<_ACEOF
10686 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10687 _ACEOF
10691 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10692 then
10693 ac_save_CPPFLAGS="$CPPFLAGS"
10694 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10695 $as_unset ac_cv_header_fontconfig_fontconfig_h
10696 for ac_header in fontconfig/fontconfig.h
10697 do :
10698 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10699 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10700 cat >>confdefs.h <<_ACEOF
10701 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10702 _ACEOF
10706 done
10708 CPPFLAGS="$ac_save_CPPFLAGS"
10709 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10710 then
10711 FONTCONFIGINCL="$X_CFLAGS"
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10714 $as_echo_n "checking for -lfontconfig... " >&6; }
10715 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10716 $as_echo_n "(cached) " >&6
10717 else
10718 ac_check_soname_save_LIBS=$LIBS
10719 LIBS="-lfontconfig $X_LIBS $LIBS"
10720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10723 /* Override any GCC internal prototype to avoid an error.
10724 Use char because int might match the return type of a GCC
10725 builtin and then its argument prototype would still apply. */
10726 #ifdef __cplusplus
10727 extern "C"
10728 #endif
10729 char FcInit ();
10731 main ()
10733 return FcInit ();
10735 return 0;
10737 _ACEOF
10738 if ac_fn_c_try_link "$LINENO"; then :
10739 case "$LIBEXT" in
10740 dll) ;;
10741 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'` ;;
10742 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10743 esac
10745 rm -f core conftest.err conftest.$ac_objext \
10746 conftest$ac_exeext conftest.$ac_ext
10747 LIBS=$ac_check_soname_save_LIBS
10749 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10751 $as_echo "not found" >&6; }
10753 else
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10755 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10757 cat >>confdefs.h <<_ACEOF
10758 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10759 _ACEOF
10765 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10766 case "x$with_fontconfig" in
10767 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10768 xno) ;;
10769 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10770 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10771 esac
10774 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10775 then
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10777 $as_echo_n "checking for -lssl... " >&6; }
10778 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10779 $as_echo_n "(cached) " >&6
10780 else
10781 ac_check_soname_save_LIBS=$LIBS
10782 LIBS="-lssl $LIBS"
10783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10784 /* end confdefs.h. */
10786 /* Override any GCC internal prototype to avoid an error.
10787 Use char because int might match the return type of a GCC
10788 builtin and then its argument prototype would still apply. */
10789 #ifdef __cplusplus
10790 extern "C"
10791 #endif
10792 char SSL_library_init ();
10794 main ()
10796 return SSL_library_init ();
10798 return 0;
10800 _ACEOF
10801 if ac_fn_c_try_link "$LINENO"; then :
10802 case "$LIBEXT" in
10803 dll) ;;
10804 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'` ;;
10805 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10806 esac
10808 rm -f core conftest.err conftest.$ac_objext \
10809 conftest$ac_exeext conftest.$ac_ext
10810 LIBS=$ac_check_soname_save_LIBS
10812 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10814 $as_echo "not found" >&6; }
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10818 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10820 cat >>confdefs.h <<_ACEOF
10821 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10822 _ACEOF
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10827 $as_echo_n "checking for -lcrypto... " >&6; }
10828 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10829 $as_echo_n "(cached) " >&6
10830 else
10831 ac_check_soname_save_LIBS=$LIBS
10832 LIBS="-lcrypto $LIBS"
10833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char BIO_new_socket ();
10844 main ()
10846 return BIO_new_socket ();
10848 return 0;
10850 _ACEOF
10851 if ac_fn_c_try_link "$LINENO"; then :
10852 case "$LIBEXT" in
10853 dll) ;;
10854 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'` ;;
10855 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10856 esac
10858 rm -f core conftest.err conftest.$ac_objext \
10859 conftest$ac_exeext conftest.$ac_ext
10860 LIBS=$ac_check_soname_save_LIBS
10862 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10864 $as_echo "not found" >&6; }
10866 else
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10868 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10870 cat >>confdefs.h <<_ACEOF
10871 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10872 _ACEOF
10877 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10878 case "x$with_openssl" in
10879 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10880 xno) ;;
10881 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10882 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10883 esac
10886 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10887 then
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10889 $as_echo_n "checking for -lgsm... " >&6; }
10890 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10891 $as_echo_n "(cached) " >&6
10892 else
10893 ac_check_soname_save_LIBS=$LIBS
10894 LIBS="-lgsm $LIBS"
10895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10896 /* end confdefs.h. */
10898 /* Override any GCC internal prototype to avoid an error.
10899 Use char because int might match the return type of a GCC
10900 builtin and then its argument prototype would still apply. */
10901 #ifdef __cplusplus
10902 extern "C"
10903 #endif
10904 char gsm_create ();
10906 main ()
10908 return gsm_create ();
10910 return 0;
10912 _ACEOF
10913 if ac_fn_c_try_link "$LINENO"; then :
10914 case "$LIBEXT" in
10915 dll) ;;
10916 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'` ;;
10917 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10918 esac
10920 rm -f core conftest.err conftest.$ac_objext \
10921 conftest$ac_exeext conftest.$ac_ext
10922 LIBS=$ac_check_soname_save_LIBS
10924 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10926 $as_echo "not found" >&6; }
10928 else
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10930 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10932 cat >>confdefs.h <<_ACEOF
10933 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10934 _ACEOF
10939 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10940 case "x$with_gsm" in
10941 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10942 xno) ;;
10943 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10944 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10945 esac
10948 if test "$ac_cv_header_jpeglib_h" = "yes"
10949 then
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10951 $as_echo_n "checking for -ljpeg... " >&6; }
10952 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10953 $as_echo_n "(cached) " >&6
10954 else
10955 ac_check_soname_save_LIBS=$LIBS
10956 LIBS="-ljpeg $LIBS"
10957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char jpeg_start_decompress ();
10968 main ()
10970 return jpeg_start_decompress ();
10972 return 0;
10974 _ACEOF
10975 if ac_fn_c_try_link "$LINENO"; then :
10976 case "$LIBEXT" in
10977 dll) ;;
10978 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'` ;;
10979 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10980 esac
10982 rm -f core conftest.err conftest.$ac_objext \
10983 conftest$ac_exeext conftest.$ac_ext
10984 LIBS=$ac_check_soname_save_LIBS
10986 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10988 $as_echo "not found" >&6; }
10990 else
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10992 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10994 cat >>confdefs.h <<_ACEOF
10995 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10996 _ACEOF
11001 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11002 case "x$with_jpeg" in
11003 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11004 xno) ;;
11005 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11006 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11007 esac
11010 if test "$ac_cv_header_png_h" = "yes"
11011 then
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11013 $as_echo_n "checking for -lpng... " >&6; }
11014 if test "${ac_cv_lib_soname_png+set}" = set; then :
11015 $as_echo_n "(cached) " >&6
11016 else
11017 ac_check_soname_save_LIBS=$LIBS
11018 LIBS="-lpng -lm -lz $LIBS"
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11025 #ifdef __cplusplus
11026 extern "C"
11027 #endif
11028 char png_create_read_struct ();
11030 main ()
11032 return png_create_read_struct ();
11034 return 0;
11036 _ACEOF
11037 if ac_fn_c_try_link "$LINENO"; then :
11038 case "$LIBEXT" in
11039 dll) ;;
11040 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'` ;;
11041 *) 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'` ;;
11042 esac
11044 rm -f core conftest.err conftest.$ac_objext \
11045 conftest$ac_exeext conftest.$ac_ext
11046 LIBS=$ac_check_soname_save_LIBS
11048 if test "x$ac_cv_lib_soname_png" = "x"; then :
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11050 $as_echo "not found" >&6; }
11052 else
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11054 $as_echo "$ac_cv_lib_soname_png" >&6; }
11056 cat >>confdefs.h <<_ACEOF
11057 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11058 _ACEOF
11062 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11063 then
11064 ac_save_CPPFLAGS="$CPPFLAGS"
11065 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11066 $as_unset ac_cv_header_png_h
11067 for ac_header in png.h
11068 do :
11069 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11070 if test "x$ac_cv_header_png_h" = x""yes; then :
11071 cat >>confdefs.h <<_ACEOF
11072 #define HAVE_PNG_H 1
11073 _ACEOF
11077 done
11079 CPPFLAGS="$ac_save_CPPFLAGS"
11080 if test "$ac_cv_header_png_h" = "yes"
11081 then
11082 PNGINCL="$X_CFLAGS"
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11085 $as_echo_n "checking for -lpng... " >&6; }
11086 if test "${ac_cv_lib_soname_png+set}" = set; then :
11087 $as_echo_n "(cached) " >&6
11088 else
11089 ac_check_soname_save_LIBS=$LIBS
11090 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11092 /* end confdefs.h. */
11094 /* Override any GCC internal prototype to avoid an error.
11095 Use char because int might match the return type of a GCC
11096 builtin and then its argument prototype would still apply. */
11097 #ifdef __cplusplus
11098 extern "C"
11099 #endif
11100 char png_create_read_struct ();
11102 main ()
11104 return png_create_read_struct ();
11106 return 0;
11108 _ACEOF
11109 if ac_fn_c_try_link "$LINENO"; then :
11110 case "$LIBEXT" in
11111 dll) ;;
11112 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'` ;;
11113 *) 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'` ;;
11114 esac
11116 rm -f core conftest.err conftest.$ac_objext \
11117 conftest$ac_exeext conftest.$ac_ext
11118 LIBS=$ac_check_soname_save_LIBS
11120 if test "x$ac_cv_lib_soname_png" = "x"; then :
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11122 $as_echo "not found" >&6; }
11124 else
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11126 $as_echo "$ac_cv_lib_soname_png" >&6; }
11128 cat >>confdefs.h <<_ACEOF
11129 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11130 _ACEOF
11136 if test "x$ac_cv_lib_soname_png" = "x"; then :
11137 case "x$with_png" in
11138 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11139 xno) ;;
11140 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11141 This is an error since --with-png was requested." "$LINENO" 5 ;;
11142 esac
11145 if test "$ac_cv_header_mpg123_h" = "yes"
11146 then
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11148 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11149 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11150 $as_echo_n "(cached) " >&6
11151 else
11152 ac_check_lib_save_LIBS=$LIBS
11153 LIBS="-lmpg123 $LIBS"
11154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11155 /* end confdefs.h. */
11157 /* Override any GCC internal prototype to avoid an error.
11158 Use char because int might match the return type of a GCC
11159 builtin and then its argument prototype would still apply. */
11160 #ifdef __cplusplus
11161 extern "C"
11162 #endif
11163 char mpg123_feed ();
11165 main ()
11167 return mpg123_feed ();
11169 return 0;
11171 _ACEOF
11172 if ac_fn_c_try_link "$LINENO"; then :
11173 ac_cv_lib_mpg123_mpg123_feed=yes
11174 else
11175 ac_cv_lib_mpg123_mpg123_feed=no
11177 rm -f core conftest.err conftest.$ac_objext \
11178 conftest$ac_exeext conftest.$ac_ext
11179 LIBS=$ac_check_lib_save_LIBS
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11182 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11183 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11184 LIBMPG123="-lmpg123"
11189 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11190 case "x$with_mpg123" in
11191 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11192 xno) ;;
11193 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11194 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11195 esac
11197 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11199 if test "$ac_cv_header_AL_al_h" = "yes"
11200 then
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11202 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11203 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11204 $as_echo_n "(cached) " >&6
11205 else
11206 ac_check_lib_save_LIBS=$LIBS
11207 LIBS="-lopenal $LIBS"
11208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11209 /* end confdefs.h. */
11211 /* Override any GCC internal prototype to avoid an error.
11212 Use char because int might match the return type of a GCC
11213 builtin and then its argument prototype would still apply. */
11214 #ifdef __cplusplus
11215 extern "C"
11216 #endif
11217 char alGetSource3i ();
11219 main ()
11221 return alGetSource3i ();
11223 return 0;
11225 _ACEOF
11226 if ac_fn_c_try_link "$LINENO"; then :
11227 ac_cv_lib_openal_alGetSource3i=yes
11228 else
11229 ac_cv_lib_openal_alGetSource3i=no
11231 rm -f core conftest.err conftest.$ac_objext \
11232 conftest$ac_exeext conftest.$ac_ext
11233 LIBS=$ac_check_lib_save_LIBS
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11236 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11237 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11238 LIBOPENAL="-lopenal"
11243 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11244 case "x$with_openal" in
11245 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11246 xno) ;;
11247 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11248 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11249 esac
11251 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11253 if test "$ac_cv_header_kstat_h" = "yes"
11254 then
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11256 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11257 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11258 $as_echo_n "(cached) " >&6
11259 else
11260 ac_check_lib_save_LIBS=$LIBS
11261 LIBS="-lkstat $LIBS"
11262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11263 /* end confdefs.h. */
11265 /* Override any GCC internal prototype to avoid an error.
11266 Use char because int might match the return type of a GCC
11267 builtin and then its argument prototype would still apply. */
11268 #ifdef __cplusplus
11269 extern "C"
11270 #endif
11271 char kstat_open ();
11273 main ()
11275 return kstat_open ();
11277 return 0;
11279 _ACEOF
11280 if ac_fn_c_try_link "$LINENO"; then :
11281 ac_cv_lib_kstat_kstat_open=yes
11282 else
11283 ac_cv_lib_kstat_kstat_open=no
11285 rm -f core conftest.err conftest.$ac_objext \
11286 conftest$ac_exeext conftest.$ac_ext
11287 LIBS=$ac_check_lib_save_LIBS
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11290 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11291 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11293 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11295 LIBKSTAT="-lkstat"
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11302 $as_echo_n "checking for -lodbc... " >&6; }
11303 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11304 $as_echo_n "(cached) " >&6
11305 else
11306 ac_check_soname_save_LIBS=$LIBS
11307 LIBS="-lodbc $LIBS"
11308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11309 /* end confdefs.h. */
11311 /* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char SQLConnect ();
11319 main ()
11321 return SQLConnect ();
11323 return 0;
11325 _ACEOF
11326 if ac_fn_c_try_link "$LINENO"; then :
11327 case "$LIBEXT" in
11328 dll) ;;
11329 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'` ;;
11330 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11331 esac
11333 rm -f core conftest.err conftest.$ac_objext \
11334 conftest$ac_exeext conftest.$ac_ext
11335 LIBS=$ac_check_soname_save_LIBS
11337 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11339 $as_echo "not found" >&6; }
11340 cat >>confdefs.h <<_ACEOF
11341 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11342 _ACEOF
11344 else
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11346 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11348 cat >>confdefs.h <<_ACEOF
11349 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11350 _ACEOF
11355 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11356 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11357 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11358 "$ac_cv_header_soundcard_h" != "yes" -a \
11359 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11360 then
11361 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11365 EXTRACFLAGS=""
11367 if test "x${GCC}" = "xyes"
11368 then
11369 EXTRACFLAGS="-Wall -pipe"
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11372 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11373 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11374 $as_echo_n "(cached) " >&6
11375 else
11376 if test "$cross_compiling" = yes; then :
11377 ac_cv_c_gcc_strength_bug="yes"
11378 else
11379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11380 /* end confdefs.h. */
11381 int L[4] = {0,1,2,3};
11383 main ()
11385 static int Array[3];
11386 unsigned int B = 3;
11387 int i;
11388 for(i=0; i<B; i++) Array[i] = i - 3;
11389 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11390 L[i] = 4;
11391 return (Array[1] != -2 || L[2] != 3)
11393 return 0;
11395 _ACEOF
11396 if ac_fn_c_try_run "$LINENO"; then :
11397 ac_cv_c_gcc_strength_bug="no"
11398 else
11399 ac_cv_c_gcc_strength_bug="yes"
11401 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11402 conftest.$ac_objext conftest.beam conftest.$ac_ext
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11407 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11408 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11409 then
11410 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11414 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11415 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11416 $as_echo_n "(cached) " >&6
11417 else
11418 ac_wine_try_cflags_saved=$CFLAGS
11419 CFLAGS="$CFLAGS -fno-builtin"
11420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h. */
11422 int main(int argc, char *argv) { return 0; }
11423 _ACEOF
11424 if ac_fn_c_try_link "$LINENO"; then :
11425 ac_cv_cflags__fno_builtin=yes
11426 else
11427 ac_cv_cflags__fno_builtin=no
11429 rm -f core conftest.err conftest.$ac_objext \
11430 conftest$ac_exeext conftest.$ac_ext
11431 CFLAGS=$ac_wine_try_cflags_saved
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11434 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11435 if test $ac_cv_cflags__fno_builtin = yes; then :
11436 BUILTINFLAG="-fno-builtin"
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11440 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11441 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11442 $as_echo_n "(cached) " >&6
11443 else
11444 ac_wine_try_cflags_saved=$CFLAGS
11445 CFLAGS="$CFLAGS -fno-strict-aliasing"
11446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11447 /* end confdefs.h. */
11448 int main(int argc, char *argv) { return 0; }
11449 _ACEOF
11450 if ac_fn_c_try_link "$LINENO"; then :
11451 ac_cv_cflags__fno_strict_aliasing=yes
11452 else
11453 ac_cv_cflags__fno_strict_aliasing=no
11455 rm -f core conftest.err conftest.$ac_objext \
11456 conftest$ac_exeext conftest.$ac_ext
11457 CFLAGS=$ac_wine_try_cflags_saved
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11460 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11461 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11462 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11465 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11466 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11467 $as_echo_n "(cached) " >&6
11468 else
11469 ac_wine_try_cflags_saved=$CFLAGS
11470 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11472 /* end confdefs.h. */
11473 int main(int argc, char *argv) { return 0; }
11474 _ACEOF
11475 if ac_fn_c_try_link "$LINENO"; then :
11476 ac_cv_cflags__Wdeclaration_after_statement=yes
11477 else
11478 ac_cv_cflags__Wdeclaration_after_statement=no
11480 rm -f core conftest.err conftest.$ac_objext \
11481 conftest$ac_exeext conftest.$ac_ext
11482 CFLAGS=$ac_wine_try_cflags_saved
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11485 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11486 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11487 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11490 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11491 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11492 $as_echo_n "(cached) " >&6
11493 else
11494 ac_wine_try_cflags_saved=$CFLAGS
11495 CFLAGS="$CFLAGS -Wstrict-prototypes"
11496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11497 /* end confdefs.h. */
11498 int main(int argc, char *argv) { return 0; }
11499 _ACEOF
11500 if ac_fn_c_try_link "$LINENO"; then :
11501 ac_cv_cflags__Wstrict_prototypes=yes
11502 else
11503 ac_cv_cflags__Wstrict_prototypes=no
11505 rm -f core conftest.err conftest.$ac_objext \
11506 conftest$ac_exeext conftest.$ac_ext
11507 CFLAGS=$ac_wine_try_cflags_saved
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11510 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11511 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11512 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11515 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11516 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 ac_wine_try_cflags_saved=$CFLAGS
11520 CFLAGS="$CFLAGS -Wtype-limits"
11521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11523 int main(int argc, char *argv) { return 0; }
11524 _ACEOF
11525 if ac_fn_c_try_link "$LINENO"; then :
11526 ac_cv_cflags__Wtype_limits=yes
11527 else
11528 ac_cv_cflags__Wtype_limits=no
11530 rm -f core conftest.err conftest.$ac_objext \
11531 conftest$ac_exeext conftest.$ac_ext
11532 CFLAGS=$ac_wine_try_cflags_saved
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11535 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11536 if test $ac_cv_cflags__Wtype_limits = yes; then :
11537 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11540 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11541 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11542 $as_echo_n "(cached) " >&6
11543 else
11544 ac_wine_try_cflags_saved=$CFLAGS
11545 CFLAGS="$CFLAGS -Wwrite-strings"
11546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11547 /* end confdefs.h. */
11548 int main(int argc, char *argv) { return 0; }
11549 _ACEOF
11550 if ac_fn_c_try_link "$LINENO"; then :
11551 ac_cv_cflags__Wwrite_strings=yes
11552 else
11553 ac_cv_cflags__Wwrite_strings=no
11555 rm -f core conftest.err conftest.$ac_objext \
11556 conftest$ac_exeext conftest.$ac_ext
11557 CFLAGS=$ac_wine_try_cflags_saved
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11560 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11561 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11562 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11565 saved_CFLAGS="$CFLAGS"
11566 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11568 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11569 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11570 $as_echo_n "(cached) " >&6
11571 else
11572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11574 #include <string.h>
11576 main ()
11580 return 0;
11582 _ACEOF
11583 if ac_fn_c_try_compile "$LINENO"; then :
11584 ac_cv_c_string_h_warnings=no
11585 else
11586 ac_cv_c_string_h_warnings=yes
11588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11591 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11592 CFLAGS="$saved_CFLAGS"
11593 if test "$ac_cv_c_string_h_warnings" = "no"
11594 then
11595 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11598 if test "${enable_maintainer_mode+set}" = set
11599 then
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11601 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11602 if test "${ac_cv_cflags__Werror+set}" = set; then :
11603 $as_echo_n "(cached) " >&6
11604 else
11605 ac_wine_try_cflags_saved=$CFLAGS
11606 CFLAGS="$CFLAGS -Werror"
11607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11608 /* end confdefs.h. */
11609 int main(int argc, char *argv) { return 0; }
11610 _ACEOF
11611 if ac_fn_c_try_link "$LINENO"; then :
11612 ac_cv_cflags__Werror=yes
11613 else
11614 ac_cv_cflags__Werror=no
11616 rm -f core conftest.err conftest.$ac_objext \
11617 conftest$ac_exeext conftest.$ac_ext
11618 CFLAGS=$ac_wine_try_cflags_saved
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11621 $as_echo "$ac_cv_cflags__Werror" >&6; }
11622 if test $ac_cv_cflags__Werror = yes; then :
11623 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11627 saved_CFLAGS="$CFLAGS"
11628 CFLAGS="$CFLAGS -Werror"
11629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11630 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11631 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11632 $as_echo_n "(cached) " >&6
11633 else
11634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h. */
11636 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11638 main ()
11642 return 0;
11644 _ACEOF
11645 if ac_fn_c_try_compile "$LINENO"; then :
11646 ac_cv_have_ms_hook_prologue="yes"
11647 else
11648 ac_cv_have_ms_hook_prologue="no"
11650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11653 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11654 CFLAGS="$saved_CFLAGS"
11655 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11656 then
11658 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11660 else
11661 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11668 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11669 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11670 $as_echo_n "(cached) " >&6
11671 else
11672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11673 /* end confdefs.h. */
11674 extern int ac_test;
11676 main ()
11678 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11680 return 0;
11682 _ACEOF
11683 if ac_fn_c_try_link "$LINENO"; then :
11684 ac_cv_c_extern_prefix="yes"
11685 else
11686 ac_cv_c_extern_prefix="no"
11688 rm -f core conftest.err conftest.$ac_objext \
11689 conftest$ac_exeext conftest.$ac_ext
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11692 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11694 case $host_cpu in
11695 *i[3456789]86*)
11696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11697 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11698 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11699 $as_echo_n "(cached) " >&6
11700 else
11701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11702 /* end confdefs.h. */
11703 #ifndef _MSC_VER
11704 #define __stdcall __attribute__((__stdcall__))
11705 #endif
11706 int __stdcall ac_test(int i) { return i; }
11708 main ()
11710 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11712 return 0;
11714 _ACEOF
11715 if ac_fn_c_try_link "$LINENO"; then :
11716 ac_cv_c_stdcall_suffix="yes"
11717 else
11718 ac_cv_c_stdcall_suffix="no"
11720 rm -f core conftest.err conftest.$ac_objext \
11721 conftest$ac_exeext conftest.$ac_ext
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11724 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11725 *) ac_cv_c_stdcall_suffix="no" ;;
11726 esac
11729 if test "$ac_cv_c_extern_prefix" = "yes"
11730 then
11731 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11733 asm_name_prefix="_"
11734 else
11735 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11737 asm_name_prefix=""
11741 if test "$ac_cv_c_stdcall_suffix" = "yes"
11742 then
11743 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11745 else
11746 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11752 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11753 if test "${ac_cv_asm_func_def+set}" = set; then :
11754 $as_echo_n "(cached) " >&6
11755 else
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11760 main ()
11762 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11764 return 0;
11766 _ACEOF
11767 if ac_fn_c_try_link "$LINENO"; then :
11768 ac_cv_asm_func_def=".def"
11769 else
11770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11771 /* end confdefs.h. */
11774 main ()
11776 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11778 return 0;
11780 _ACEOF
11781 if ac_fn_c_try_link "$LINENO"; then :
11782 ac_cv_asm_func_def=".type @function"
11783 else
11784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11785 /* end confdefs.h. */
11788 main ()
11790 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11792 return 0;
11794 _ACEOF
11795 if ac_fn_c_try_link "$LINENO"; then :
11796 ac_cv_asm_func_def=".type 2"
11797 else
11798 ac_cv_asm_func_def="unknown"
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11806 rm -f core conftest.err conftest.$ac_objext \
11807 conftest$ac_exeext conftest.$ac_ext
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11810 $as_echo "$ac_cv_asm_func_def" >&6; }
11813 case "$ac_cv_asm_func_def" in
11814 ".def")
11815 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11817 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11818 ".type @function")
11819 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11821 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11822 ".type 2")
11823 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11825 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11827 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11829 asm_func_header="" ;;
11830 esac
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11833 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11834 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11835 $as_echo_n "(cached) " >&6
11836 else
11837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11838 /* end confdefs.h. */
11839 asm(".text\n\t.long 0");
11841 main ()
11845 return 0;
11847 _ACEOF
11848 if ac_fn_c_try_compile "$LINENO"; then :
11849 ac_cv_c_asm_outside_funcs="yes"
11850 else
11851 ac_cv_c_asm_outside_funcs="no"
11853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11856 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11859 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11860 if test "${ac_cv_c_dot_previous+set}" = set; then :
11861 $as_echo_n "(cached) " >&6
11862 else
11863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11864 /* end confdefs.h. */
11867 main ()
11869 asm(".text\nac_test:\t.long 0\n\t.previous");
11871 return 0;
11873 _ACEOF
11874 if ac_fn_c_try_link "$LINENO"; then :
11875 ac_cv_c_dot_previous="yes"
11876 else
11877 ac_cv_c_dot_previous="no"
11879 rm -f core conftest.err conftest.$ac_objext \
11880 conftest$ac_exeext conftest.$ac_ext
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11883 $as_echo "$ac_cv_c_dot_previous" >&6; }
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11886 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11887 if test "${ac_cv_c_cfi_support+set}" = set; then :
11888 $as_echo_n "(cached) " >&6
11889 else
11890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11891 /* end confdefs.h. */
11892 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11894 main ()
11898 return 0;
11900 _ACEOF
11901 if ac_fn_c_try_compile "$LINENO"; then :
11902 ac_cv_c_cfi_support="yes"
11903 else
11904 ac_cv_c_cfi_support="no"
11906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11909 $as_echo "$ac_cv_c_cfi_support" >&6; }
11911 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11912 asm_func_trailer=""
11913 if test "$ac_cv_c_dot_previous" = "yes"
11914 then
11915 asm_func_trailer="\\n\\t.previous"
11917 if test "$ac_cv_c_cfi_support" = "yes"
11918 then
11919 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11920 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11922 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11924 else
11925 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11929 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11932 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11933 then
11934 cat >>confdefs.h <<_ACEOF
11935 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11936 _ACEOF
11938 else
11939 cat >>confdefs.h <<_ACEOF
11940 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11941 _ACEOF
11945 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11948 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11952 LDPATH=""
11954 case $build_os in
11955 cygwin*|mingw32*)
11956 TOOLSEXT=".exe"
11958 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11960 darwin*|macosx*)
11963 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11965 esac
11967 case $host_os in
11968 mingw32*)
11969 CRTLIBS="-lmsvcrt"
11971 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11974 esac
11976 MAIN_BINARY="wine"
11978 test -z "$with_wine64" || MAIN_BINARY="wine32"
11980 case $host_cpu in
11981 *i[3456789]86*)
11982 case $host_os in
11983 linux*)
11984 EXTRA_BINARIES="wine-preloader"
11986 esac
11988 esac
11991 ac_save_CFLAGS="$CFLAGS"
11992 CFLAGS="$CFLAGS $BUILTINFLAG"
11993 for ac_func in \
11994 _pclose \
11995 _popen \
11996 _snprintf \
11997 _spawnvp \
11998 _strdup \
11999 _stricmp \
12000 _strnicmp \
12001 _strtoi64 \
12002 _strtoui64 \
12003 _vsnprintf \
12004 asctime_r \
12005 chsize \
12006 dlopen \
12007 epoll_create \
12008 ffs \
12009 finite \
12010 fnmatch \
12011 fork \
12012 fpclass \
12013 fstatfs \
12014 fstatvfs \
12015 ftruncate \
12016 futimes \
12017 futimesat \
12018 getdirentries \
12019 getopt_long \
12020 getpagesize \
12021 getpwuid \
12022 gettid \
12023 gettimeofday \
12024 getuid \
12025 kqueue \
12026 lstat \
12027 memmove \
12028 mmap \
12029 pclose \
12030 pipe2 \
12031 poll \
12032 popen \
12033 port_create \
12034 prctl \
12035 pread \
12036 pwrite \
12037 readdir \
12038 readlink \
12039 sched_setaffinity \
12040 sched_yield \
12041 select \
12042 setproctitle \
12043 setrlimit \
12044 settimeofday \
12045 sigaltstack \
12046 sigprocmask \
12047 snprintf \
12048 spawnvp \
12049 statfs \
12050 statvfs \
12051 strcasecmp \
12052 strdup \
12053 strerror \
12054 strncasecmp \
12055 strtold \
12056 strtoll \
12057 strtoull \
12058 symlink \
12059 tcgetattr \
12060 thr_kill2 \
12061 timegm \
12062 usleep \
12063 vsnprintf \
12064 wait4 \
12065 waitpid \
12067 do :
12068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12069 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12070 eval as_val=\$$as_ac_var
12071 if test "x$as_val" = x""yes; then :
12072 cat >>confdefs.h <<_ACEOF
12073 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12074 _ACEOF
12077 done
12079 CFLAGS="$ac_save_CFLAGS"
12081 if test "$ac_cv_func_dlopen" = no
12082 then
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12084 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12085 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12086 $as_echo_n "(cached) " >&6
12087 else
12088 ac_check_lib_save_LIBS=$LIBS
12089 LIBS="-ldl $LIBS"
12090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12091 /* end confdefs.h. */
12093 /* Override any GCC internal prototype to avoid an error.
12094 Use char because int might match the return type of a GCC
12095 builtin and then its argument prototype would still apply. */
12096 #ifdef __cplusplus
12097 extern "C"
12098 #endif
12099 char dlopen ();
12101 main ()
12103 return dlopen ();
12105 return 0;
12107 _ACEOF
12108 if ac_fn_c_try_link "$LINENO"; then :
12109 ac_cv_lib_dl_dlopen=yes
12110 else
12111 ac_cv_lib_dl_dlopen=no
12113 rm -f core conftest.err conftest.$ac_objext \
12114 conftest$ac_exeext conftest.$ac_ext
12115 LIBS=$ac_check_lib_save_LIBS
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12118 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12119 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12120 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12121 LIBDL="-ldl"
12126 ac_wine_check_funcs_save_LIBS="$LIBS"
12127 LIBS="$LIBS $LIBDL"
12128 for ac_func in dladdr
12129 do :
12130 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12131 if test "x$ac_cv_func_dladdr" = x""yes; then :
12132 cat >>confdefs.h <<_ACEOF
12133 #define HAVE_DLADDR 1
12134 _ACEOF
12137 done
12139 LIBS="$ac_wine_check_funcs_save_LIBS"
12141 if test "$ac_cv_func_poll" = no
12142 then
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12144 $as_echo_n "checking for poll in -lpoll... " >&6; }
12145 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12146 $as_echo_n "(cached) " >&6
12147 else
12148 ac_check_lib_save_LIBS=$LIBS
12149 LIBS="-lpoll $LIBS"
12150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12151 /* end confdefs.h. */
12153 /* Override any GCC internal prototype to avoid an error.
12154 Use char because int might match the return type of a GCC
12155 builtin and then its argument prototype would still apply. */
12156 #ifdef __cplusplus
12157 extern "C"
12158 #endif
12159 char poll ();
12161 main ()
12163 return poll ();
12165 return 0;
12167 _ACEOF
12168 if ac_fn_c_try_link "$LINENO"; then :
12169 ac_cv_lib_poll_poll=yes
12170 else
12171 ac_cv_lib_poll_poll=no
12173 rm -f core conftest.err conftest.$ac_objext \
12174 conftest$ac_exeext conftest.$ac_ext
12175 LIBS=$ac_check_lib_save_LIBS
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12178 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12179 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12180 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12181 LIBPOLL="-lpoll"
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12188 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12189 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12190 $as_echo_n "(cached) " >&6
12191 else
12192 ac_func_search_save_LIBS=$LIBS
12193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12196 /* Override any GCC internal prototype to avoid an error.
12197 Use char because int might match the return type of a GCC
12198 builtin and then its argument prototype would still apply. */
12199 #ifdef __cplusplus
12200 extern "C"
12201 #endif
12202 char gethostbyname ();
12204 main ()
12206 return gethostbyname ();
12208 return 0;
12210 _ACEOF
12211 for ac_lib in '' nsl; do
12212 if test -z "$ac_lib"; then
12213 ac_res="none required"
12214 else
12215 ac_res=-l$ac_lib
12216 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12218 if ac_fn_c_try_link "$LINENO"; then :
12219 ac_cv_search_gethostbyname=$ac_res
12221 rm -f core conftest.err conftest.$ac_objext \
12222 conftest$ac_exeext
12223 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12224 break
12226 done
12227 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12229 else
12230 ac_cv_search_gethostbyname=no
12232 rm conftest.$ac_ext
12233 LIBS=$ac_func_search_save_LIBS
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12236 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12237 ac_res=$ac_cv_search_gethostbyname
12238 if test "$ac_res" != no; then :
12239 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12245 $as_echo_n "checking for library containing connect... " >&6; }
12246 if test "${ac_cv_search_connect+set}" = set; then :
12247 $as_echo_n "(cached) " >&6
12248 else
12249 ac_func_search_save_LIBS=$LIBS
12250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12251 /* end confdefs.h. */
12253 /* Override any GCC internal prototype to avoid an error.
12254 Use char because int might match the return type of a GCC
12255 builtin and then its argument prototype would still apply. */
12256 #ifdef __cplusplus
12257 extern "C"
12258 #endif
12259 char connect ();
12261 main ()
12263 return connect ();
12265 return 0;
12267 _ACEOF
12268 for ac_lib in '' socket; do
12269 if test -z "$ac_lib"; then
12270 ac_res="none required"
12271 else
12272 ac_res=-l$ac_lib
12273 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12275 if ac_fn_c_try_link "$LINENO"; then :
12276 ac_cv_search_connect=$ac_res
12278 rm -f core conftest.err conftest.$ac_objext \
12279 conftest$ac_exeext
12280 if test "${ac_cv_search_connect+set}" = set; then :
12281 break
12283 done
12284 if test "${ac_cv_search_connect+set}" = set; then :
12286 else
12287 ac_cv_search_connect=no
12289 rm conftest.$ac_ext
12290 LIBS=$ac_func_search_save_LIBS
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12293 $as_echo "$ac_cv_search_connect" >&6; }
12294 ac_res=$ac_cv_search_connect
12295 if test "$ac_res" != no; then :
12296 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12302 $as_echo_n "checking for library containing inet_aton... " >&6; }
12303 if test "${ac_cv_search_inet_aton+set}" = set; then :
12304 $as_echo_n "(cached) " >&6
12305 else
12306 ac_func_search_save_LIBS=$LIBS
12307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12308 /* end confdefs.h. */
12310 /* Override any GCC internal prototype to avoid an error.
12311 Use char because int might match the return type of a GCC
12312 builtin and then its argument prototype would still apply. */
12313 #ifdef __cplusplus
12314 extern "C"
12315 #endif
12316 char inet_aton ();
12318 main ()
12320 return inet_aton ();
12322 return 0;
12324 _ACEOF
12325 for ac_lib in '' resolv; do
12326 if test -z "$ac_lib"; then
12327 ac_res="none required"
12328 else
12329 ac_res=-l$ac_lib
12330 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12332 if ac_fn_c_try_link "$LINENO"; then :
12333 ac_cv_search_inet_aton=$ac_res
12335 rm -f core conftest.err conftest.$ac_objext \
12336 conftest$ac_exeext
12337 if test "${ac_cv_search_inet_aton+set}" = set; then :
12338 break
12340 done
12341 if test "${ac_cv_search_inet_aton+set}" = set; then :
12343 else
12344 ac_cv_search_inet_aton=no
12346 rm conftest.$ac_ext
12347 LIBS=$ac_func_search_save_LIBS
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12350 $as_echo "$ac_cv_search_inet_aton" >&6; }
12351 ac_res=$ac_cv_search_inet_aton
12352 if test "$ac_res" != no; then :
12353 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12358 for ac_func in \
12359 getaddrinfo \
12360 getnameinfo \
12361 getnetbyname \
12362 getprotobyname \
12363 getprotobynumber \
12364 getservbyport \
12365 inet_network \
12366 inet_ntop \
12367 inet_pton \
12368 sendmsg \
12369 socketpair \
12371 do :
12372 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12373 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12374 eval as_val=\$$as_ac_var
12375 if test "x$as_val" = x""yes; then :
12376 cat >>confdefs.h <<_ACEOF
12377 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12378 _ACEOF
12381 done
12384 LDAPLIBS=""
12386 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12387 then
12388 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12390 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12392 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12393 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12394 $as_echo_n "(cached) " >&6
12395 else
12396 ac_check_lib_save_LIBS=$LIBS
12397 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12399 /* end confdefs.h. */
12401 /* Override any GCC internal prototype to avoid an error.
12402 Use char because int might match the return type of a GCC
12403 builtin and then its argument prototype would still apply. */
12404 #ifdef __cplusplus
12405 extern "C"
12406 #endif
12407 char ldap_initialize ();
12409 main ()
12411 return ldap_initialize ();
12413 return 0;
12415 _ACEOF
12416 if ac_fn_c_try_link "$LINENO"; then :
12417 ac_cv_lib_ldap_r_ldap_initialize=yes
12418 else
12419 ac_cv_lib_ldap_r_ldap_initialize=no
12421 rm -f core conftest.err conftest.$ac_objext \
12422 conftest$ac_exeext conftest.$ac_ext
12423 LIBS=$ac_check_lib_save_LIBS
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12426 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12427 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12429 $as_echo_n "checking for ber_init in -llber... " >&6; }
12430 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
12432 else
12433 ac_check_lib_save_LIBS=$LIBS
12434 LIBS="-llber $LIBPTHREAD $LIBS"
12435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12436 /* end confdefs.h. */
12438 /* Override any GCC internal prototype to avoid an error.
12439 Use char because int might match the return type of a GCC
12440 builtin and then its argument prototype would still apply. */
12441 #ifdef __cplusplus
12442 extern "C"
12443 #endif
12444 char ber_init ();
12446 main ()
12448 return ber_init ();
12450 return 0;
12452 _ACEOF
12453 if ac_fn_c_try_link "$LINENO"; then :
12454 ac_cv_lib_lber_ber_init=yes
12455 else
12456 ac_cv_lib_lber_ber_init=no
12458 rm -f core conftest.err conftest.$ac_objext \
12459 conftest$ac_exeext conftest.$ac_ext
12460 LIBS=$ac_check_lib_save_LIBS
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12463 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12464 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12466 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12468 LDAPLIBS="-lldap_r -llber"
12475 ac_wine_check_funcs_save_LIBS="$LIBS"
12476 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12477 for ac_func in \
12478 ldap_count_references \
12479 ldap_first_reference \
12480 ldap_next_reference \
12481 ldap_parse_reference \
12482 ldap_parse_sort_control \
12483 ldap_parse_sortresponse_control \
12484 ldap_parse_vlv_control \
12485 ldap_parse_vlvresponse_control
12486 do :
12487 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12488 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12489 eval as_val=\$$as_ac_var
12490 if test "x$as_val" = x""yes; then :
12491 cat >>confdefs.h <<_ACEOF
12492 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12493 _ACEOF
12496 done
12498 LIBS="$ac_wine_check_funcs_save_LIBS"
12500 if test "x$LDAPLIBS" = "x"; then :
12501 case "x$with_ldap" in
12502 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12503 xno) ;;
12504 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12505 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12506 esac
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12510 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12511 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12512 $as_echo_n "(cached) " >&6
12513 else
12514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12515 /* end confdefs.h. */
12516 #include <sys/stat.h>
12518 main ()
12520 mkdir("foo");
12522 return 0;
12524 _ACEOF
12525 if ac_fn_c_try_compile "$LINENO"; then :
12526 wine_cv_one_arg_mkdir=yes
12527 else
12528 wine_cv_one_arg_mkdir=no
12530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12533 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12534 if test "$wine_cv_one_arg_mkdir" = "yes"
12535 then
12537 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12543 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12544 if test "${ac_cv_c_const+set}" = set; then :
12545 $as_echo_n "(cached) " >&6
12546 else
12547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12548 /* end confdefs.h. */
12551 main ()
12553 /* FIXME: Include the comments suggested by Paul. */
12554 #ifndef __cplusplus
12555 /* Ultrix mips cc rejects this. */
12556 typedef int charset[2];
12557 const charset cs;
12558 /* SunOS 4.1.1 cc rejects this. */
12559 char const *const *pcpcc;
12560 char **ppc;
12561 /* NEC SVR4.0.2 mips cc rejects this. */
12562 struct point {int x, y;};
12563 static struct point const zero = {0,0};
12564 /* AIX XL C 1.02.0.0 rejects this.
12565 It does not let you subtract one const X* pointer from another in
12566 an arm of an if-expression whose if-part is not a constant
12567 expression */
12568 const char *g = "string";
12569 pcpcc = &g + (g ? g-g : 0);
12570 /* HPUX 7.0 cc rejects these. */
12571 ++pcpcc;
12572 ppc = (char**) pcpcc;
12573 pcpcc = (char const *const *) ppc;
12574 { /* SCO 3.2v4 cc rejects this. */
12575 char *t;
12576 char const *s = 0 ? (char *) 0 : (char const *) 0;
12578 *t++ = 0;
12579 if (s) return 0;
12581 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12582 int x[] = {25, 17};
12583 const int *foo = &x[0];
12584 ++foo;
12586 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12587 typedef const int *iptr;
12588 iptr p = 0;
12589 ++p;
12591 { /* AIX XL C 1.02.0.0 rejects this saying
12592 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12593 struct s { int j; const int *ap[3]; };
12594 struct s *b; b->j = 5;
12596 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12597 const int foo = 10;
12598 if (!foo) return 0;
12600 return !cs[0] && !zero.x;
12601 #endif
12604 return 0;
12606 _ACEOF
12607 if ac_fn_c_try_compile "$LINENO"; then :
12608 ac_cv_c_const=yes
12609 else
12610 ac_cv_c_const=no
12612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12615 $as_echo "$ac_cv_c_const" >&6; }
12616 if test $ac_cv_c_const = no; then
12618 $as_echo "#define const /**/" >>confdefs.h
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12623 $as_echo_n "checking for inline... " >&6; }
12624 if test "${ac_cv_c_inline+set}" = set; then :
12625 $as_echo_n "(cached) " >&6
12626 else
12627 ac_cv_c_inline=no
12628 for ac_kw in inline __inline__ __inline; do
12629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12630 /* end confdefs.h. */
12631 #ifndef __cplusplus
12632 typedef int foo_t;
12633 static $ac_kw foo_t static_foo () {return 0; }
12634 $ac_kw foo_t foo () {return 0; }
12635 #endif
12637 _ACEOF
12638 if ac_fn_c_try_compile "$LINENO"; then :
12639 ac_cv_c_inline=$ac_kw
12641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12642 test "$ac_cv_c_inline" != no && break
12643 done
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12647 $as_echo "$ac_cv_c_inline" >&6; }
12649 case $ac_cv_c_inline in
12650 inline | yes) ;;
12652 case $ac_cv_c_inline in
12653 no) ac_val=;;
12654 *) ac_val=$ac_cv_c_inline;;
12655 esac
12656 cat >>confdefs.h <<_ACEOF
12657 #ifndef __cplusplus
12658 #define inline $ac_val
12659 #endif
12660 _ACEOF
12662 esac
12664 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12665 if test "x$ac_cv_type_mode_t" = x""yes; then :
12667 cat >>confdefs.h <<_ACEOF
12668 #define HAVE_MODE_T 1
12669 _ACEOF
12673 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12674 if test "x$ac_cv_type_off_t" = x""yes; then :
12676 cat >>confdefs.h <<_ACEOF
12677 #define HAVE_OFF_T 1
12678 _ACEOF
12682 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12683 if test "x$ac_cv_type_pid_t" = x""yes; then :
12685 cat >>confdefs.h <<_ACEOF
12686 #define HAVE_PID_T 1
12687 _ACEOF
12691 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12692 if test "x$ac_cv_type_size_t" = x""yes; then :
12694 cat >>confdefs.h <<_ACEOF
12695 #define HAVE_SIZE_T 1
12696 _ACEOF
12700 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12701 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12703 cat >>confdefs.h <<_ACEOF
12704 #define HAVE_SSIZE_T 1
12705 _ACEOF
12709 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12710 if test "x$ac_cv_type_long_long" = x""yes; then :
12712 cat >>confdefs.h <<_ACEOF
12713 #define HAVE_LONG_LONG 1
12714 _ACEOF
12718 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12719 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12721 cat >>confdefs.h <<_ACEOF
12722 #define HAVE_FSBLKCNT_T 1
12723 _ACEOF
12727 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12728 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12730 cat >>confdefs.h <<_ACEOF
12731 #define HAVE_FSFILCNT_T 1
12732 _ACEOF
12737 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12738 #include <signal.h>
12740 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12742 cat >>confdefs.h <<_ACEOF
12743 #define HAVE_SIGSET_T 1
12744 _ACEOF
12749 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12751 if test "x$ac_cv_type_request_sense" = x""yes; then :
12753 cat >>confdefs.h <<_ACEOF
12754 #define HAVE_REQUEST_SENSE 1
12755 _ACEOF
12761 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12762 #ifdef HAVE_SYS_SOCKET_H
12763 #include <sys/socket.h>
12764 #endif
12765 #ifdef HAVE_SYS_SOCKETVAR_H
12766 #include <sys/socketvar.h>
12767 #endif
12768 #ifdef HAVE_NET_ROUTE_H
12769 #include <net/route.h>
12770 #endif
12771 #ifdef HAVE_NETINET_IN_H
12772 #include <netinet/in.h>
12773 #endif
12774 #ifdef HAVE_NETINET_IN_SYSTM_H
12775 #include <netinet/in_systm.h>
12776 #endif
12777 #ifdef HAVE_NETINET_IP_H
12778 #include <netinet/ip.h>
12779 #endif
12780 #ifdef HAVE_NETINET_IN_PCB_H
12781 #include <netinet/in_pcb.h>
12782 #endif
12784 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12786 cat >>confdefs.h <<_ACEOF
12787 #define HAVE_STRUCT_XINPGEN 1
12788 _ACEOF
12794 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12795 #include <linux/input.h>
12796 #endif
12798 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12800 cat >>confdefs.h <<_ACEOF
12801 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12802 _ACEOF
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12809 $as_echo_n "checking for sigaddset... " >&6; }
12810 if test "${wine_cv_have_sigaddset+set}" = set; then :
12811 $as_echo_n "(cached) " >&6
12812 else
12813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12814 /* end confdefs.h. */
12815 #include <signal.h>
12817 main ()
12819 sigset_t set; sigaddset(&set,SIGTERM);
12821 return 0;
12823 _ACEOF
12824 if ac_fn_c_try_link "$LINENO"; then :
12825 wine_cv_have_sigaddset=yes
12826 else
12827 wine_cv_have_sigaddset=no
12829 rm -f core conftest.err conftest.$ac_objext \
12830 conftest$ac_exeext conftest.$ac_ext
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12833 $as_echo "$wine_cv_have_sigaddset" >&6; }
12834 if test "$wine_cv_have_sigaddset" = "yes"
12835 then
12837 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12843 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12844 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12845 $as_echo_n "(cached) " >&6
12846 else
12847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12848 /* end confdefs.h. */
12849 #include <netdb.h>
12851 main ()
12854 char *name=0;
12855 struct hostent he;
12856 struct hostent *result;
12857 char *buf=0;
12858 int bufsize=0;
12859 int res,errnr;
12860 char *addr=0;
12861 int addrlen=0;
12862 int addrtype=0;
12863 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12864 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12867 return 0;
12869 _ACEOF
12870 if ac_fn_c_try_link "$LINENO"; then :
12871 wine_cv_linux_gethostbyname_r_6=yes
12872 else
12873 wine_cv_linux_gethostbyname_r_6=no
12876 rm -f core conftest.err conftest.$ac_objext \
12877 conftest$ac_exeext conftest.$ac_ext
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12881 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12882 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12883 then
12885 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12889 if test "$ac_cv_header_linux_joystick_h" = "yes"
12890 then
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12892 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12893 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12894 $as_echo_n "(cached) " >&6
12895 else
12896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12897 /* end confdefs.h. */
12899 #include <sys/ioctl.h>
12900 #include <sys/types.h>
12901 #include <linux/joystick.h>
12903 struct js_event blub;
12904 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12905 #error "no 2.2 header"
12906 #endif
12909 main ()
12911 /*empty*/
12913 return 0;
12915 _ACEOF
12916 if ac_fn_c_try_compile "$LINENO"; then :
12917 wine_cv_linux_joystick_22_api=yes
12918 else
12919 wine_cv_linux_joystick_22_api=no
12921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12925 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12926 if test "$wine_cv_linux_joystick_22_api" = "yes"
12927 then
12929 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12935 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12936 #ifdef HAVE_SYS_PARAM_H
12937 # include <sys/param.h>
12938 #endif
12939 #ifdef HAVE_SYS_MOUNT_H
12940 # include <sys/mount.h>
12941 #endif
12942 #ifdef HAVE_SYS_VFS_H
12943 # include <sys/vfs.h>
12944 #endif
12945 #ifdef HAVE_SYS_STATFS_H
12946 # include <sys/statfs.h>
12947 #endif
12949 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12951 cat >>confdefs.h <<_ACEOF
12952 #define HAVE_STRUCT_STATFS_F_BFREE 1
12953 _ACEOF
12957 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12958 #ifdef HAVE_SYS_PARAM_H
12959 # include <sys/param.h>
12960 #endif
12961 #ifdef HAVE_SYS_MOUNT_H
12962 # include <sys/mount.h>
12963 #endif
12964 #ifdef HAVE_SYS_VFS_H
12965 # include <sys/vfs.h>
12966 #endif
12967 #ifdef HAVE_SYS_STATFS_H
12968 # include <sys/statfs.h>
12969 #endif
12971 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12973 cat >>confdefs.h <<_ACEOF
12974 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12975 _ACEOF
12979 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12980 #ifdef HAVE_SYS_PARAM_H
12981 # include <sys/param.h>
12982 #endif
12983 #ifdef HAVE_SYS_MOUNT_H
12984 # include <sys/mount.h>
12985 #endif
12986 #ifdef HAVE_SYS_VFS_H
12987 # include <sys/vfs.h>
12988 #endif
12989 #ifdef HAVE_SYS_STATFS_H
12990 # include <sys/statfs.h>
12991 #endif
12993 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12995 cat >>confdefs.h <<_ACEOF
12996 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12997 _ACEOF
13001 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13002 #ifdef HAVE_SYS_PARAM_H
13003 # include <sys/param.h>
13004 #endif
13005 #ifdef HAVE_SYS_MOUNT_H
13006 # include <sys/mount.h>
13007 #endif
13008 #ifdef HAVE_SYS_VFS_H
13009 # include <sys/vfs.h>
13010 #endif
13011 #ifdef HAVE_SYS_STATFS_H
13012 # include <sys/statfs.h>
13013 #endif
13015 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13017 cat >>confdefs.h <<_ACEOF
13018 #define HAVE_STRUCT_STATFS_F_FFREE 1
13019 _ACEOF
13023 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13024 #ifdef HAVE_SYS_PARAM_H
13025 # include <sys/param.h>
13026 #endif
13027 #ifdef HAVE_SYS_MOUNT_H
13028 # include <sys/mount.h>
13029 #endif
13030 #ifdef HAVE_SYS_VFS_H
13031 # include <sys/vfs.h>
13032 #endif
13033 #ifdef HAVE_SYS_STATFS_H
13034 # include <sys/statfs.h>
13035 #endif
13037 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13039 cat >>confdefs.h <<_ACEOF
13040 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13041 _ACEOF
13045 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13046 #ifdef HAVE_SYS_PARAM_H
13047 # include <sys/param.h>
13048 #endif
13049 #ifdef HAVE_SYS_MOUNT_H
13050 # include <sys/mount.h>
13051 #endif
13052 #ifdef HAVE_SYS_VFS_H
13053 # include <sys/vfs.h>
13054 #endif
13055 #ifdef HAVE_SYS_STATFS_H
13056 # include <sys/statfs.h>
13057 #endif
13059 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13061 cat >>confdefs.h <<_ACEOF
13062 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13063 _ACEOF
13069 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13070 #include <sys/statvfs.h>
13071 #endif
13073 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13077 _ACEOF
13083 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13084 #ifdef HAVE_SYS_SOCKET_H
13085 # include <sys/socket.h>
13086 #endif
13087 #ifdef HAVE_SYS_UN_H
13088 # include <sys/un.h>
13089 #endif
13091 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13093 cat >>confdefs.h <<_ACEOF
13094 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13095 _ACEOF
13099 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13100 #ifdef HAVE_SYS_SOCKET_H
13101 # include <sys/socket.h>
13102 #endif
13103 #ifdef HAVE_SYS_UN_H
13104 # include <sys/un.h>
13105 #endif
13107 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13109 cat >>confdefs.h <<_ACEOF
13110 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13111 _ACEOF
13115 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13116 #ifdef HAVE_SYS_SOCKET_H
13117 # include <sys/socket.h>
13118 #endif
13119 #ifdef HAVE_SYS_UN_H
13120 # include <sys/un.h>
13121 #endif
13123 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13125 cat >>confdefs.h <<_ACEOF
13126 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13127 _ACEOF
13133 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13134 #ifdef HAVE_SCSI_SG_H
13135 #include <scsi/sg.h>
13136 #endif
13138 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13140 cat >>confdefs.h <<_ACEOF
13141 #define HAVE_SCSIREQ_T_CMD 1
13142 _ACEOF
13146 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>
13147 #ifdef HAVE_SCSI_SG_H
13148 #include <scsi/sg.h>
13149 #endif
13151 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13153 cat >>confdefs.h <<_ACEOF
13154 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13155 _ACEOF
13161 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13163 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13165 cat >>confdefs.h <<_ACEOF
13166 #define HAVE_SIGINFO_T_SI_FD 1
13167 _ACEOF
13173 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13174 #ifdef HAVE_SYS_MTIO_H
13175 #include <sys/mtio.h>
13176 #endif
13178 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13180 cat >>confdefs.h <<_ACEOF
13181 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13182 _ACEOF
13186 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13187 #ifdef HAVE_SYS_MTIO_H
13188 #include <sys/mtio.h>
13189 #endif
13191 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13193 cat >>confdefs.h <<_ACEOF
13194 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13195 _ACEOF
13199 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13200 #ifdef HAVE_SYS_MTIO_H
13201 #include <sys/mtio.h>
13202 #endif
13204 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13206 cat >>confdefs.h <<_ACEOF
13207 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13208 _ACEOF
13214 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13215 #include <getopt.h>
13216 #endif
13218 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13220 cat >>confdefs.h <<_ACEOF
13221 #define HAVE_STRUCT_OPTION_NAME 1
13222 _ACEOF
13228 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13229 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13233 _ACEOF
13237 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13238 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13240 cat >>confdefs.h <<_ACEOF
13241 #define HAVE_STRUCT_STAT_ST_MTIM 1
13242 _ACEOF
13246 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13247 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13249 cat >>confdefs.h <<_ACEOF
13250 #define HAVE_STRUCT_STAT_ST_CTIM 1
13251 _ACEOF
13255 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13256 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13258 cat >>confdefs.h <<_ACEOF
13259 #define HAVE_STRUCT_STAT_ST_ATIM 1
13260 _ACEOF
13266 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
13267 #include <sys/types.h>
13268 #endif
13269 #ifdef HAVE_NETINET_IN_H
13270 #include <netinet/in.h>
13271 #endif
13273 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13275 cat >>confdefs.h <<_ACEOF
13276 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13277 _ACEOF
13283 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13284 #include <sys/types.h>
13285 #endif
13286 #ifdef HAVE_NETINET_IN_H
13287 # include <netinet/in.h>
13288 #endif
13289 #ifdef HAVE_ARPA_NAMESER_H
13290 # include <arpa/nameser.h>
13291 #endif
13293 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13295 cat >>confdefs.h <<_ACEOF
13296 #define HAVE_NS_MSG__MSG_PTR 1
13297 _ACEOF
13303 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13304 #include <sys/types.h>
13305 #endif
13306 #ifdef HAVE_ALIAS_H
13307 #include <alias.h>
13308 #endif
13309 #ifdef HAVE_SYS_SOCKET_H
13310 #include <sys/socket.h>
13311 #endif
13312 #ifdef HAVE_SYS_SOCKETVAR_H
13313 #include <sys/socketvar.h>
13314 #endif
13315 #ifdef HAVE_SYS_TIMEOUT_H
13316 #include <sys/timeout.h>
13317 #endif
13318 #ifdef HAVE_NETINET_IN_H
13319 #include <netinet/in.h>
13320 #endif
13321 #ifdef HAVE_NETINET_IN_SYSTM_H
13322 #include <netinet/in_systm.h>
13323 #endif
13324 #ifdef HAVE_NETINET_IP_H
13325 #include <netinet/ip.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IP_VAR_H
13328 #include <netinet/ip_var.h>
13329 #endif
13330 #ifdef HAVE_NETINET_IP_ICMP_H
13331 #include <netinet/ip_icmp.h>
13332 #endif
13333 #ifdef HAVE_NETINET_ICMP_VAR
13334 #include <netinet/icmp_var.h>
13335 #endif
13337 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13339 cat >>confdefs.h <<_ACEOF
13340 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13341 _ACEOF
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13348 $as_echo_n "checking for timezone variable... " >&6; }
13349 if test "${ac_cv_have_timezone+set}" = set; then :
13350 $as_echo_n "(cached) " >&6
13351 else
13352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13353 /* end confdefs.h. */
13354 #include <time.h>
13356 main ()
13358 timezone = 1
13360 return 0;
13362 _ACEOF
13363 if ac_fn_c_try_link "$LINENO"; then :
13364 ac_cv_have_timezone="yes"
13365 else
13366 ac_cv_have_timezone="no"
13368 rm -f core conftest.err conftest.$ac_objext \
13369 conftest$ac_exeext conftest.$ac_ext
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13372 $as_echo "$ac_cv_have_timezone" >&6; }
13373 if test "$ac_cv_have_timezone" = "yes"
13374 then
13376 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13380 $as_echo_n "checking for daylight variable... " >&6; }
13381 if test "${ac_cv_have_daylight+set}" = set; then :
13382 $as_echo_n "(cached) " >&6
13383 else
13384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13385 /* end confdefs.h. */
13386 #include <time.h>
13388 main ()
13390 daylight = 1
13392 return 0;
13394 _ACEOF
13395 if ac_fn_c_try_link "$LINENO"; then :
13396 ac_cv_have_daylight="yes"
13397 else
13398 ac_cv_have_daylight="no"
13400 rm -f core conftest.err conftest.$ac_objext \
13401 conftest$ac_exeext conftest.$ac_ext
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13404 $as_echo "$ac_cv_have_daylight" >&6; }
13405 if test "$ac_cv_have_daylight" = "yes"
13406 then
13408 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13413 $as_echo_n "checking for isinf... " >&6; }
13414 if test "${ac_cv_have_isinf+set}" = set; then :
13415 $as_echo_n "(cached) " >&6
13416 else
13417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13418 /* end confdefs.h. */
13419 #include <math.h>
13421 main ()
13423 float f = 0.0; int i=isinf(f)
13425 return 0;
13427 _ACEOF
13428 if ac_fn_c_try_link "$LINENO"; then :
13429 ac_cv_have_isinf="yes"
13430 else
13431 ac_cv_have_isinf="no"
13433 rm -f core conftest.err conftest.$ac_objext \
13434 conftest$ac_exeext conftest.$ac_ext
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13437 $as_echo "$ac_cv_have_isinf" >&6; }
13438 if test "$ac_cv_have_isinf" = "yes"
13439 then
13441 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13446 $as_echo_n "checking for isnan... " >&6; }
13447 if test "${ac_cv_have_isnan+set}" = set; then :
13448 $as_echo_n "(cached) " >&6
13449 else
13450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13451 /* end confdefs.h. */
13452 #include <math.h>
13454 main ()
13456 float f = 0.0; int i=isnan(f)
13458 return 0;
13460 _ACEOF
13461 if ac_fn_c_try_link "$LINENO"; then :
13462 ac_cv_have_isnan="yes"
13463 else
13464 ac_cv_have_isnan="no"
13466 rm -f core conftest.err conftest.$ac_objext \
13467 conftest$ac_exeext conftest.$ac_ext
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13470 $as_echo "$ac_cv_have_isnan" >&6; }
13471 if test "$ac_cv_have_isnan" = "yes"
13472 then
13474 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13479 case $host_cpu in
13480 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13481 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13482 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13483 $as_echo_n "(cached) " >&6
13484 else
13485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13486 /* end confdefs.h. */
13487 #ifndef __i386__
13489 #endif
13490 _ACEOF
13491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13492 $EGREP "yes" >/dev/null 2>&1; then :
13493 ac_cv_cpp_def___i386__=yes
13494 else
13495 ac_cv_cpp_def___i386__=no
13497 rm -f conftest*
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13501 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13502 if test $ac_cv_cpp_def___i386__ = yes; then :
13503 CFLAGS="$CFLAGS -D__i386__"
13504 LINTFLAGS="$LINTFLAGS -D__i386__"
13505 fi ;;
13506 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13507 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13508 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13509 $as_echo_n "(cached) " >&6
13510 else
13511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13512 /* end confdefs.h. */
13513 #ifndef __x86_64__
13515 #endif
13516 _ACEOF
13517 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13518 $EGREP "yes" >/dev/null 2>&1; then :
13519 ac_cv_cpp_def___x86_64__=yes
13520 else
13521 ac_cv_cpp_def___x86_64__=no
13523 rm -f conftest*
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13527 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13528 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13529 CFLAGS="$CFLAGS -D__x86_64__"
13530 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13531 fi ;;
13532 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13533 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13534 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13535 $as_echo_n "(cached) " >&6
13536 else
13537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13538 /* end confdefs.h. */
13539 #ifndef __ALPHA__
13541 #endif
13542 _ACEOF
13543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13544 $EGREP "yes" >/dev/null 2>&1; then :
13545 ac_cv_cpp_def___ALPHA__=yes
13546 else
13547 ac_cv_cpp_def___ALPHA__=no
13549 rm -f conftest*
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13553 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13554 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13555 CFLAGS="$CFLAGS -D__ALPHA__"
13556 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13557 fi ;;
13558 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13559 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13560 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13561 $as_echo_n "(cached) " >&6
13562 else
13563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13565 #ifndef __sparc__
13567 #endif
13568 _ACEOF
13569 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13570 $EGREP "yes" >/dev/null 2>&1; then :
13571 ac_cv_cpp_def___sparc__=yes
13572 else
13573 ac_cv_cpp_def___sparc__=no
13575 rm -f conftest*
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13579 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13580 if test $ac_cv_cpp_def___sparc__ = yes; then :
13581 CFLAGS="$CFLAGS -D__sparc__"
13582 LINTFLAGS="$LINTFLAGS -D__sparc__"
13583 fi ;;
13584 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13585 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13586 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13587 $as_echo_n "(cached) " >&6
13588 else
13589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13590 /* end confdefs.h. */
13591 #ifndef __powerpc__
13593 #endif
13594 _ACEOF
13595 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13596 $EGREP "yes" >/dev/null 2>&1; then :
13597 ac_cv_cpp_def___powerpc__=yes
13598 else
13599 ac_cv_cpp_def___powerpc__=no
13601 rm -f conftest*
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13605 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13606 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13607 CFLAGS="$CFLAGS -D__powerpc__"
13608 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13609 fi ;;
13610 esac
13612 case $host_vendor in
13613 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13614 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13615 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13616 $as_echo_n "(cached) " >&6
13617 else
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619 /* end confdefs.h. */
13620 #ifndef __sun__
13622 #endif
13623 _ACEOF
13624 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13625 $EGREP "yes" >/dev/null 2>&1; then :
13626 ac_cv_cpp_def___sun__=yes
13627 else
13628 ac_cv_cpp_def___sun__=no
13630 rm -f conftest*
13633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13634 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13635 if test $ac_cv_cpp_def___sun__ = yes; then :
13636 CFLAGS="$CFLAGS -D__sun__"
13637 LINTFLAGS="$LINTFLAGS -D__sun__"
13638 fi ;;
13639 esac
13642 DEPENDENCIES="### Dependencies:
13644 .INIT: Makefile
13645 .BEGIN: Makefile
13646 .MAKEFILEDEPS:
13647 Makefile: dummy
13648 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13650 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13651 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13652 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13653 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13654 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13657 ALL_MAKERULES=""
13659 ALL_SYMLINKS=""
13661 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13663 ALL_WINETEST_DEPENDS="# Test binaries"
13666 ALL_DIRS=""
13668 ALL_TOP_DIRS=""
13670 ALL_DLL_DIRS=""
13672 ALL_TOOL_DIRS=""
13674 ALL_STATICLIB_DIRS=""
13676 ALL_STATIC_LIBS=""
13678 ALL_IMPORT_LIBS=""
13680 ALL_INSTALL_DIRS=""
13682 ALL_TEST_DIRS=""
13684 ALL_TEST_BINARIES=""
13686 ALL_PROGRAM_DIRS=""
13688 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13693 ac_config_commands="$ac_config_commands include/stamp-h"
13696 wine_fn_append_file ()
13698 as_fn_append $1 " \\$as_nl $2"
13700 wine_fn_append_rule ()
13702 as_fn_append $1 "$as_nl$2"
13704 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13705 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13706 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13707 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13708 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13709 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13710 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13711 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13712 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13713 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13714 ac_config_links="$ac_config_links wine:tools/winewrapper"
13715 wine_fn_append_file ALL_SYMLINKS "wine"
13717 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13719 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13721 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13723 ac_config_commands="$ac_config_commands dlls/user32/resources"
13725 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13727 ac_config_commands="$ac_config_commands include/wine"
13730 wine_fn_append_file ALL_MAKERULES "Make.rules"
13731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13732 MAKE_RULES=Make.rules
13733 ac_config_files="$ac_config_files Make.rules"
13735 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13737 MAKE_TEST_RULES=Maketest.rules
13738 ac_config_files="$ac_config_files Maketest.rules"
13740 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13742 MAKE_DLL_RULES=dlls/Makedll.rules
13743 ac_config_files="$ac_config_files dlls/Makedll.rules"
13745 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13746 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13747 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13748 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13750 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13751 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13752 MAKE_PROG_RULES=programs/Makeprog.rules
13753 ac_config_files="$ac_config_files programs/Makeprog.rules"
13758 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13759 ac_config_files="$ac_config_files Makefile"
13761 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/acledit dlls/acledit/__install__ dlls/acledit/__install-lib__ dlls/acledit/__install-dev__: __builddeps__"
13762 wine_fn_append_file ALL_DIRS "dlls/acledit"
13763 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13764 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/acledit/%) dlls/acledit: dlls/acledit/Makefile
13765 dlls/acledit/Makefile dlls/acledit/__depend__: dlls/acledit/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13766 @./config.status --file dlls/acledit/Makefile && cd dlls/acledit && \$(MAKE) Makefile"
13767 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13769 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13770 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13771 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13772 @cd dlls/aclui && \$(MAKE) \`basename \$@\`
13773 dlls/aclui dlls/aclui/__install__ dlls/aclui/__install-lib__ dlls/aclui/__install-dev__: __builddeps__"
13774 wine_fn_append_file ALL_DIRS "dlls/aclui"
13775 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13776 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/aclui/%) dlls/aclui: dlls/aclui/Makefile
13777 dlls/aclui/Makefile dlls/aclui/__depend__: dlls/aclui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13778 @./config.status --file dlls/aclui/Makefile && cd dlls/aclui && \$(MAKE) Makefile"
13779 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13781 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13782 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13783 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13784 @cd dlls/activeds && \$(MAKE) \`basename \$@\`
13785 dlls/activeds dlls/activeds/__install__ dlls/activeds/__install-lib__ dlls/activeds/__install-dev__: __builddeps__"
13786 wine_fn_append_file ALL_DIRS "dlls/activeds"
13787 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13788 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/activeds/%) dlls/activeds: dlls/activeds/Makefile
13789 dlls/activeds/Makefile dlls/activeds/__depend__: dlls/activeds/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13790 @./config.status --file dlls/activeds/Makefile && cd dlls/activeds && \$(MAKE) Makefile"
13791 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13793 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/actxprxy dlls/actxprxy/__install__ dlls/actxprxy/__install-lib__ dlls/actxprxy/__install-dev__: __builddeps__"
13794 wine_fn_append_file ALL_DIRS "dlls/actxprxy"
13795 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13796 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/actxprxy/%) dlls/actxprxy: dlls/actxprxy/Makefile
13797 dlls/actxprxy/Makefile dlls/actxprxy/__depend__: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13798 @./config.status --file dlls/actxprxy/Makefile && cd dlls/actxprxy && \$(MAKE) Makefile"
13799 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13801 wine_fn_append_file ALL_STATIC_LIBS "dlls/adsiid/libadsiid.a"
13802 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/adsiid: tools/widl tools/winebuild tools/winegcc include
13803 dlls/adsiid/__install__ dlls/adsiid/__install-dev__: dlls/adsiid
13804 dlls/adsiid/libadsiid.cross.a: dlls/adsiid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
13805 @cd dlls/adsiid && \$(MAKE) \`basename \$@\`"
13806 wine_fn_append_file ALL_DIRS "dlls/adsiid"
13807 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/adsiid/%) dlls/adsiid: dlls/adsiid/Makefile
13809 dlls/adsiid/Makefile dlls/adsiid/__depend__: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
13810 @./config.status --file dlls/adsiid/Makefile && cd dlls/adsiid && \$(MAKE) Makefile"
13811 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13813 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13814 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13815 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13816 @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`
13817 dlls/advapi32 dlls/advapi32/__install__ dlls/advapi32/__install-lib__ dlls/advapi32/__install-dev__: __builddeps__"
13818 wine_fn_append_file ALL_DIRS "dlls/advapi32"
13819 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13820 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advapi32/%) dlls/advapi32: dlls/advapi32/Makefile
13821 dlls/advapi32/Makefile dlls/advapi32/__depend__: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13822 @./config.status --file dlls/advapi32/Makefile && cd dlls/advapi32 && \$(MAKE) Makefile"
13823 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/tests: __builddeps__
13826 dlls/advapi32/tests/__crosstest__: __buildcrossdeps__"
13827 wine_fn_append_file ALL_TEST_BINARIES "advapi32_test.exe"
13828 wine_fn_append_rule ALL_WINETEST_DEPENDS "advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13829 cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13830 advapi32_test.rc:
13831 echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13832 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13833 wine_fn_append_file ALL_DIRS "dlls/advapi32/tests"
13834 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13835 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advapi32/tests/%) dlls/advapi32/tests: dlls/advapi32/tests/Makefile
13836 dlls/advapi32/tests/Makefile dlls/advapi32/tests/__depend__: dlls/advapi32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
13837 @./config.status --file dlls/advapi32/tests/Makefile && cd dlls/advapi32/tests && \$(MAKE) Makefile"
13838 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13840 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13842 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13843 @cd dlls/advpack && \$(MAKE) \`basename \$@\`
13844 dlls/advpack dlls/advpack/__install__ dlls/advpack/__install-lib__ dlls/advpack/__install-dev__: __builddeps__"
13845 wine_fn_append_file ALL_DIRS "dlls/advpack"
13846 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
13847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advpack/%) dlls/advpack: dlls/advpack/Makefile
13848 dlls/advpack/Makefile dlls/advpack/__depend__: dlls/advpack/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13849 @./config.status --file dlls/advpack/Makefile && cd dlls/advpack && \$(MAKE) Makefile"
13850 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/tests: __builddeps__
13853 dlls/advpack/tests/__crosstest__: __buildcrossdeps__"
13854 wine_fn_append_file ALL_TEST_BINARIES "advpack_test.exe"
13855 wine_fn_append_rule ALL_WINETEST_DEPENDS "advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13856 cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13857 advpack_test.rc:
13858 echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13859 advpack_test.res: advpack_test.rc advpack_test.exe"
13860 wine_fn_append_file ALL_DIRS "dlls/advpack/tests"
13861 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
13862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advpack/tests/%) dlls/advpack/tests: dlls/advpack/tests/Makefile
13863 dlls/advpack/tests/Makefile dlls/advpack/tests/__depend__: dlls/advpack/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
13864 @./config.status --file dlls/advpack/tests/Makefile && cd dlls/advpack/tests && \$(MAKE) Makefile"
13865 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13867 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream dlls/amstream/__install__ dlls/amstream/__install-lib__ dlls/amstream/__install-dev__: __builddeps__"
13868 wine_fn_append_file ALL_DIRS "dlls/amstream"
13869 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
13870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/amstream/%) dlls/amstream: dlls/amstream/Makefile
13871 dlls/amstream/Makefile dlls/amstream/__depend__: dlls/amstream/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13872 @./config.status --file dlls/amstream/Makefile && cd dlls/amstream && \$(MAKE) Makefile"
13873 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream/tests: __builddeps__
13876 dlls/amstream/tests/__crosstest__: __buildcrossdeps__"
13877 wine_fn_append_file ALL_TEST_BINARIES "amstream_test.exe"
13878 wine_fn_append_rule ALL_WINETEST_DEPENDS "amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13879 cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13880 amstream_test.rc:
13881 echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13882 amstream_test.res: amstream_test.rc amstream_test.exe"
13883 wine_fn_append_file ALL_DIRS "dlls/amstream/tests"
13884 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
13885 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/amstream/tests/%) dlls/amstream/tests: dlls/amstream/tests/Makefile
13886 dlls/amstream/tests/Makefile dlls/amstream/tests/__depend__: dlls/amstream/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
13887 @./config.status --file dlls/amstream/tests/Makefile && cd dlls/amstream/tests && \$(MAKE) Makefile"
13888 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13890 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/appwiz.cpl dlls/appwiz.cpl/__install__ dlls/appwiz.cpl/__install-lib__ dlls/appwiz.cpl/__install-dev__: __builddeps__"
13891 wine_fn_append_file ALL_DIRS "dlls/appwiz.cpl"
13892 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
13893 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/appwiz.cpl/%) dlls/appwiz.cpl: dlls/appwiz.cpl/Makefile
13894 dlls/appwiz.cpl/Makefile dlls/appwiz.cpl/__depend__: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13895 @./config.status --file dlls/appwiz.cpl/Makefile && cd dlls/appwiz.cpl && \$(MAKE) Makefile"
13896 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13898 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
13899 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13900 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13901 @cd dlls/atl && \$(MAKE) \`basename \$@\`
13902 dlls/atl dlls/atl/__install__ dlls/atl/__install-lib__ dlls/atl/__install-dev__: __builddeps__"
13903 wine_fn_append_file ALL_DIRS "dlls/atl"
13904 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
13905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/atl/%) dlls/atl: dlls/atl/Makefile
13906 dlls/atl/Makefile dlls/atl/__depend__: dlls/atl/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13907 @./config.status --file dlls/atl/Makefile && cd dlls/atl && \$(MAKE) Makefile"
13908 ac_config_files="$ac_config_files dlls/atl/Makefile"
13910 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/authz dlls/authz/__install__ dlls/authz/__install-lib__ dlls/authz/__install-dev__: __builddeps__"
13911 wine_fn_append_file ALL_DIRS "dlls/authz"
13912 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
13913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/authz/%) dlls/authz: dlls/authz/Makefile
13914 dlls/authz/Makefile dlls/authz/__depend__: dlls/authz/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13915 @./config.status --file dlls/authz/Makefile && cd dlls/authz && \$(MAKE) Makefile"
13916 ac_config_files="$ac_config_files dlls/authz/Makefile"
13918 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
13919 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13920 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13921 @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`
13922 dlls/avicap32 dlls/avicap32/__install__ dlls/avicap32/__install-lib__ dlls/avicap32/__install-dev__: __builddeps__"
13923 wine_fn_append_file ALL_DIRS "dlls/avicap32"
13924 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
13925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avicap32/%) dlls/avicap32: dlls/avicap32/Makefile
13926 dlls/avicap32/Makefile dlls/avicap32/__depend__: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13927 @./config.status --file dlls/avicap32/Makefile && cd dlls/avicap32 && \$(MAKE) Makefile"
13928 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13930 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
13931 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13932 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13933 @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`
13934 dlls/avifil32 dlls/avifil32/__install__ dlls/avifil32/__install-lib__ dlls/avifil32/__install-dev__: __builddeps__"
13935 wine_fn_append_file ALL_DIRS "dlls/avifil32"
13936 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
13937 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifil32/%) dlls/avifil32: dlls/avifil32/Makefile
13938 dlls/avifil32/Makefile dlls/avifil32/__depend__: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13939 @./config.status --file dlls/avifil32/Makefile && cd dlls/avifil32 && \$(MAKE) Makefile"
13940 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13942 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/tests: __builddeps__
13943 dlls/avifil32/tests/__crosstest__: __buildcrossdeps__"
13944 wine_fn_append_file ALL_TEST_BINARIES "avifil32_test.exe"
13945 wine_fn_append_rule ALL_WINETEST_DEPENDS "avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13946 cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13947 avifil32_test.rc:
13948 echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13949 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
13950 wine_fn_append_file ALL_DIRS "dlls/avifil32/tests"
13951 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
13952 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifil32/tests/%) dlls/avifil32/tests: dlls/avifil32/tests/Makefile
13953 dlls/avifil32/tests/Makefile dlls/avifil32/tests/__depend__: dlls/avifil32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
13954 @./config.status --file dlls/avifil32/tests/Makefile && cd dlls/avifil32/tests && \$(MAKE) Makefile"
13955 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13957 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifile.dll16 dlls/avifile.dll16/__install__ dlls/avifile.dll16/__install-lib__ dlls/avifile.dll16/__install-dev__: __builddeps__"
13958 wine_fn_append_file ALL_DIRS "dlls/avifile.dll16"
13959 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
13960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifile.dll16/%) dlls/avifile.dll16: dlls/avifile.dll16/Makefile
13961 dlls/avifile.dll16/Makefile dlls/avifile.dll16/__depend__: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13962 @./config.status --file dlls/avifile.dll16/Makefile && cd dlls/avifile.dll16 && \$(MAKE) Makefile"
13963 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13965 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
13966 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
13967 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
13968 @cd dlls/avrt && \$(MAKE) \`basename \$@\`
13969 dlls/avrt dlls/avrt/__install__ dlls/avrt/__install-lib__ dlls/avrt/__install-dev__: __builddeps__"
13970 wine_fn_append_file ALL_DIRS "dlls/avrt"
13971 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
13972 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avrt/%) dlls/avrt: dlls/avrt/Makefile
13973 dlls/avrt/Makefile dlls/avrt/__depend__: dlls/avrt/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13974 @./config.status --file dlls/avrt/Makefile && cd dlls/avrt && \$(MAKE) Makefile"
13975 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13977 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/bcrypt dlls/bcrypt/__install__ dlls/bcrypt/__install-lib__ dlls/bcrypt/__install-dev__: __builddeps__"
13978 wine_fn_append_file ALL_DIRS "dlls/bcrypt"
13979 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
13980 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/bcrypt/%) dlls/bcrypt: dlls/bcrypt/Makefile
13981 dlls/bcrypt/Makefile dlls/bcrypt/__depend__: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13982 @./config.status --file dlls/bcrypt/Makefile && cd dlls/bcrypt && \$(MAKE) Makefile"
13983 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13985 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui dlls/browseui/__install__ dlls/browseui/__install-lib__ dlls/browseui/__install-dev__: __builddeps__"
13986 wine_fn_append_file ALL_DIRS "dlls/browseui"
13987 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
13988 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/browseui/%) dlls/browseui: dlls/browseui/Makefile
13989 dlls/browseui/Makefile dlls/browseui/__depend__: dlls/browseui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
13990 @./config.status --file dlls/browseui/Makefile && cd dlls/browseui && \$(MAKE) Makefile"
13991 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13993 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui/tests: __builddeps__
13994 dlls/browseui/tests/__crosstest__: __buildcrossdeps__"
13995 wine_fn_append_file ALL_TEST_BINARIES "browseui_test.exe"
13996 wine_fn_append_rule ALL_WINETEST_DEPENDS "browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
13997 cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13998 browseui_test.rc:
13999 echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14000 browseui_test.res: browseui_test.rc browseui_test.exe"
14001 wine_fn_append_file ALL_DIRS "dlls/browseui/tests"
14002 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
14003 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/browseui/tests/%) dlls/browseui/tests: dlls/browseui/tests/Makefile
14004 dlls/browseui/tests/Makefile dlls/browseui/tests/__depend__: dlls/browseui/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14005 @./config.status --file dlls/browseui/tests/Makefile && cd dlls/browseui/tests && \$(MAKE) Makefile"
14006 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14008 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
14009 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
14010 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
14011 @cd dlls/cabinet && \$(MAKE) \`basename \$@\`
14012 dlls/cabinet dlls/cabinet/__install__ dlls/cabinet/__install-lib__ dlls/cabinet/__install-dev__: __builddeps__"
14013 wine_fn_append_file ALL_DIRS "dlls/cabinet"
14014 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
14015 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cabinet/%) dlls/cabinet: dlls/cabinet/Makefile
14016 dlls/cabinet/Makefile dlls/cabinet/__depend__: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14017 @./config.status --file dlls/cabinet/Makefile && cd dlls/cabinet && \$(MAKE) Makefile"
14018 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14020 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/tests: __builddeps__
14021 dlls/cabinet/tests/__crosstest__: __buildcrossdeps__"
14022 wine_fn_append_file ALL_TEST_BINARIES "cabinet_test.exe"
14023 wine_fn_append_rule ALL_WINETEST_DEPENDS "cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14024 cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14025 cabinet_test.rc:
14026 echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14027 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14028 wine_fn_append_file ALL_DIRS "dlls/cabinet/tests"
14029 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cabinet/tests/%) dlls/cabinet/tests: dlls/cabinet/tests/Makefile
14031 dlls/cabinet/tests/Makefile dlls/cabinet/tests/__depend__: dlls/cabinet/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14032 @./config.status --file dlls/cabinet/tests/Makefile && cd dlls/cabinet/tests && \$(MAKE) Makefile"
14033 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14035 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14037 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14038 @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`
14039 dlls/capi2032 dlls/capi2032/__install__ dlls/capi2032/__install-lib__ dlls/capi2032/__install-dev__: __builddeps__"
14040 wine_fn_append_file ALL_DIRS "dlls/capi2032"
14041 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14042 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/capi2032/%) dlls/capi2032: dlls/capi2032/Makefile
14043 dlls/capi2032/Makefile dlls/capi2032/__depend__: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14044 @./config.status --file dlls/capi2032/Makefile && cd dlls/capi2032 && \$(MAKE) Makefile"
14045 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14047 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14048 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14049 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14050 @cd dlls/cards && \$(MAKE) \`basename \$@\`
14051 dlls/cards dlls/cards/__install__ dlls/cards/__install-lib__ dlls/cards/__install-dev__: __builddeps__"
14052 wine_fn_append_file ALL_DIRS "dlls/cards"
14053 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cards/%) dlls/cards: dlls/cards/Makefile
14055 dlls/cards/Makefile dlls/cards/__depend__: dlls/cards/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14056 @./config.status --file dlls/cards/Makefile && cd dlls/cards && \$(MAKE) Makefile"
14057 ac_config_files="$ac_config_files dlls/cards/Makefile"
14059 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14060 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14061 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14062 @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`
14063 dlls/cfgmgr32 dlls/cfgmgr32/__install__ dlls/cfgmgr32/__install-lib__ dlls/cfgmgr32/__install-dev__: __builddeps__"
14064 wine_fn_append_file ALL_DIRS "dlls/cfgmgr32"
14065 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cfgmgr32/%) dlls/cfgmgr32: dlls/cfgmgr32/Makefile
14067 dlls/cfgmgr32/Makefile dlls/cfgmgr32/__depend__: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14068 @./config.status --file dlls/cfgmgr32/Makefile && cd dlls/cfgmgr32 && \$(MAKE) Makefile"
14069 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14071 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14073 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14074 @cd dlls/clusapi && \$(MAKE) \`basename \$@\`
14075 dlls/clusapi dlls/clusapi/__install__ dlls/clusapi/__install-lib__ dlls/clusapi/__install-dev__: __builddeps__"
14076 wine_fn_append_file ALL_DIRS "dlls/clusapi"
14077 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14078 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/clusapi/%) dlls/clusapi: dlls/clusapi/Makefile
14079 dlls/clusapi/Makefile dlls/clusapi/__depend__: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14080 @./config.status --file dlls/clusapi/Makefile && cd dlls/clusapi && \$(MAKE) Makefile"
14081 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14083 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat dlls/comcat/__install__ dlls/comcat/__install-lib__ dlls/comcat/__install-dev__: __builddeps__"
14084 wine_fn_append_file ALL_DIRS "dlls/comcat"
14085 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14086 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comcat/%) dlls/comcat: dlls/comcat/Makefile
14087 dlls/comcat/Makefile dlls/comcat/__depend__: dlls/comcat/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14088 @./config.status --file dlls/comcat/Makefile && cd dlls/comcat && \$(MAKE) Makefile"
14089 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14091 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat/tests: __builddeps__
14092 dlls/comcat/tests/__crosstest__: __buildcrossdeps__"
14093 wine_fn_append_file ALL_TEST_BINARIES "comcat_test.exe"
14094 wine_fn_append_rule ALL_WINETEST_DEPENDS "comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14095 cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14096 comcat_test.rc:
14097 echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14098 comcat_test.res: comcat_test.rc comcat_test.exe"
14099 wine_fn_append_file ALL_DIRS "dlls/comcat/tests"
14100 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comcat/tests/%) dlls/comcat/tests: dlls/comcat/tests/Makefile
14102 dlls/comcat/tests/Makefile dlls/comcat/tests/__depend__: dlls/comcat/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14103 @./config.status --file dlls/comcat/tests/Makefile && cd dlls/comcat/tests && \$(MAKE) Makefile"
14104 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14106 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14107 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14108 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14109 @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`
14110 dlls/comctl32 dlls/comctl32/__install__ dlls/comctl32/__install-lib__ dlls/comctl32/__install-dev__: __builddeps__"
14111 wine_fn_append_file ALL_DIRS "dlls/comctl32"
14112 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14113 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comctl32/%) dlls/comctl32: dlls/comctl32/Makefile
14114 dlls/comctl32/Makefile dlls/comctl32/__depend__: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14115 @./config.status --file dlls/comctl32/Makefile && cd dlls/comctl32 && \$(MAKE) Makefile"
14116 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14118 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/tests: __builddeps__
14119 dlls/comctl32/tests/__crosstest__: __buildcrossdeps__"
14120 wine_fn_append_file ALL_TEST_BINARIES "comctl32_test.exe"
14121 wine_fn_append_rule ALL_WINETEST_DEPENDS "comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14122 cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14123 comctl32_test.rc:
14124 echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14125 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14126 wine_fn_append_file ALL_DIRS "dlls/comctl32/tests"
14127 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14128 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comctl32/tests/%) dlls/comctl32/tests: dlls/comctl32/tests/Makefile
14129 dlls/comctl32/tests/Makefile dlls/comctl32/tests/__depend__: dlls/comctl32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14130 @./config.status --file dlls/comctl32/tests/Makefile && cd dlls/comctl32/tests && \$(MAKE) Makefile"
14131 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14133 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14135 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14136 @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`
14137 dlls/comdlg32 dlls/comdlg32/__install__ dlls/comdlg32/__install-lib__ dlls/comdlg32/__install-dev__: __builddeps__"
14138 wine_fn_append_file ALL_DIRS "dlls/comdlg32"
14139 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14140 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comdlg32/%) dlls/comdlg32: dlls/comdlg32/Makefile
14141 dlls/comdlg32/Makefile dlls/comdlg32/__depend__: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14142 @./config.status --file dlls/comdlg32/Makefile && cd dlls/comdlg32 && \$(MAKE) Makefile"
14143 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14145 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/tests: __builddeps__
14146 dlls/comdlg32/tests/__crosstest__: __buildcrossdeps__"
14147 wine_fn_append_file ALL_TEST_BINARIES "comdlg32_test.exe"
14148 wine_fn_append_rule ALL_WINETEST_DEPENDS "comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14149 cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14150 comdlg32_test.rc:
14151 echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14152 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14153 wine_fn_append_file ALL_DIRS "dlls/comdlg32/tests"
14154 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14155 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comdlg32/tests/%) dlls/comdlg32/tests: dlls/comdlg32/tests/Makefile
14156 dlls/comdlg32/tests/Makefile dlls/comdlg32/tests/__depend__: dlls/comdlg32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14157 @./config.status --file dlls/comdlg32/tests/Makefile && cd dlls/comdlg32/tests && \$(MAKE) Makefile"
14158 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14160 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comm.drv16 dlls/comm.drv16/__install__ dlls/comm.drv16/__install-lib__ dlls/comm.drv16/__install-dev__: __builddeps__"
14161 wine_fn_append_file ALL_DIRS "dlls/comm.drv16"
14162 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14163 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comm.drv16/%) dlls/comm.drv16: dlls/comm.drv16/Makefile
14164 dlls/comm.drv16/Makefile dlls/comm.drv16/__depend__: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14165 @./config.status --file dlls/comm.drv16/Makefile && cd dlls/comm.drv16 && \$(MAKE) Makefile"
14166 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14168 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/commdlg.dll16 dlls/commdlg.dll16/__install__ dlls/commdlg.dll16/__install-lib__ dlls/commdlg.dll16/__install-dev__: __builddeps__"
14169 wine_fn_append_file ALL_DIRS "dlls/commdlg.dll16"
14170 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14171 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/commdlg.dll16/%) dlls/commdlg.dll16: dlls/commdlg.dll16/Makefile
14172 dlls/commdlg.dll16/Makefile dlls/commdlg.dll16/__depend__: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14173 @./config.status --file dlls/commdlg.dll16/Makefile && cd dlls/commdlg.dll16 && \$(MAKE) Makefile"
14174 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14176 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compobj.dll16 dlls/compobj.dll16/__install__ dlls/compobj.dll16/__install-lib__ dlls/compobj.dll16/__install-dev__: __builddeps__"
14177 wine_fn_append_file ALL_DIRS "dlls/compobj.dll16"
14178 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14179 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/compobj.dll16/%) dlls/compobj.dll16: dlls/compobj.dll16/Makefile
14180 dlls/compobj.dll16/Makefile dlls/compobj.dll16/__depend__: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14181 @./config.status --file dlls/compobj.dll16/Makefile && cd dlls/compobj.dll16 && \$(MAKE) Makefile"
14182 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14184 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14185 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14186 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14187 @cd dlls/compstui && \$(MAKE) \`basename \$@\`
14188 dlls/compstui dlls/compstui/__install__ dlls/compstui/__install-lib__ dlls/compstui/__install-dev__: __builddeps__"
14189 wine_fn_append_file ALL_DIRS "dlls/compstui"
14190 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/compstui/%) dlls/compstui: dlls/compstui/Makefile
14192 dlls/compstui/Makefile dlls/compstui/__depend__: dlls/compstui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14193 @./config.status --file dlls/compstui/Makefile && cd dlls/compstui && \$(MAKE) Makefile"
14194 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14196 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14197 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14198 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14199 @cd dlls/credui && \$(MAKE) \`basename \$@\`
14200 dlls/credui dlls/credui/__install__ dlls/credui/__install-lib__ dlls/credui/__install-dev__: __builddeps__"
14201 wine_fn_append_file ALL_DIRS "dlls/credui"
14202 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14203 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/credui/%) dlls/credui: dlls/credui/Makefile
14204 dlls/credui/Makefile dlls/credui/__depend__: dlls/credui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14205 @./config.status --file dlls/credui/Makefile && cd dlls/credui && \$(MAKE) Makefile"
14206 ac_config_files="$ac_config_files dlls/credui/Makefile"
14208 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/tests: __builddeps__
14209 dlls/credui/tests/__crosstest__: __buildcrossdeps__"
14210 wine_fn_append_file ALL_TEST_BINARIES "credui_test.exe"
14211 wine_fn_append_rule ALL_WINETEST_DEPENDS "credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14212 cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14213 credui_test.rc:
14214 echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14215 credui_test.res: credui_test.rc credui_test.exe"
14216 wine_fn_append_file ALL_DIRS "dlls/credui/tests"
14217 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14218 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/credui/tests/%) dlls/credui/tests: dlls/credui/tests/Makefile
14219 dlls/credui/tests/Makefile dlls/credui/tests/__depend__: dlls/credui/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14220 @./config.status --file dlls/credui/tests/Makefile && cd dlls/credui/tests && \$(MAKE) Makefile"
14221 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14223 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14224 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14225 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14226 @cd dlls/crtdll && \$(MAKE) \`basename \$@\`
14227 dlls/crtdll dlls/crtdll/__install__ dlls/crtdll/__install-lib__ dlls/crtdll/__install-dev__: __builddeps__"
14228 wine_fn_append_file ALL_DIRS "dlls/crtdll"
14229 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14230 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crtdll/%) dlls/crtdll: dlls/crtdll/Makefile
14231 dlls/crtdll/Makefile dlls/crtdll/__depend__: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14232 @./config.status --file dlls/crtdll/Makefile && cd dlls/crtdll && \$(MAKE) Makefile"
14233 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14235 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14237 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14238 @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`
14239 dlls/crypt32 dlls/crypt32/__install__ dlls/crypt32/__install-lib__ dlls/crypt32/__install-dev__: __builddeps__"
14240 wine_fn_append_file ALL_DIRS "dlls/crypt32"
14241 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14242 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crypt32/%) dlls/crypt32: dlls/crypt32/Makefile
14243 dlls/crypt32/Makefile dlls/crypt32/__depend__: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14244 @./config.status --file dlls/crypt32/Makefile && cd dlls/crypt32 && \$(MAKE) Makefile"
14245 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/tests: __builddeps__
14248 dlls/crypt32/tests/__crosstest__: __buildcrossdeps__"
14249 wine_fn_append_file ALL_TEST_BINARIES "crypt32_test.exe"
14250 wine_fn_append_rule ALL_WINETEST_DEPENDS "crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14251 cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14252 crypt32_test.rc:
14253 echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14254 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14255 wine_fn_append_file ALL_DIRS "dlls/crypt32/tests"
14256 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14257 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crypt32/tests/%) dlls/crypt32/tests: dlls/crypt32/tests/Makefile
14258 dlls/crypt32/tests/Makefile dlls/crypt32/tests/__depend__: dlls/crypt32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14259 @./config.status --file dlls/crypt32/tests/Makefile && cd dlls/crypt32/tests && \$(MAKE) Makefile"
14260 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14262 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdlg dlls/cryptdlg/__install__ dlls/cryptdlg/__install-lib__ dlls/cryptdlg/__install-dev__: __builddeps__"
14263 wine_fn_append_file ALL_DIRS "dlls/cryptdlg"
14264 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14265 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptdlg/%) dlls/cryptdlg: dlls/cryptdlg/Makefile
14266 dlls/cryptdlg/Makefile dlls/cryptdlg/__depend__: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14267 @./config.status --file dlls/cryptdlg/Makefile && cd dlls/cryptdlg && \$(MAKE) Makefile"
14268 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14270 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14271 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14272 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14273 @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`
14274 dlls/cryptdll dlls/cryptdll/__install__ dlls/cryptdll/__install-lib__ dlls/cryptdll/__install-dev__: __builddeps__"
14275 wine_fn_append_file ALL_DIRS "dlls/cryptdll"
14276 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14277 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptdll/%) dlls/cryptdll: dlls/cryptdll/Makefile
14278 dlls/cryptdll/Makefile dlls/cryptdll/__depend__: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14279 @./config.status --file dlls/cryptdll/Makefile && cd dlls/cryptdll && \$(MAKE) Makefile"
14280 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14282 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14283 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14284 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14285 @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`
14286 dlls/cryptnet dlls/cryptnet/__install__ dlls/cryptnet/__install-lib__ dlls/cryptnet/__install-dev__: __builddeps__"
14287 wine_fn_append_file ALL_DIRS "dlls/cryptnet"
14288 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14289 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptnet/%) dlls/cryptnet: dlls/cryptnet/Makefile
14290 dlls/cryptnet/Makefile dlls/cryptnet/__depend__: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14291 @./config.status --file dlls/cryptnet/Makefile && cd dlls/cryptnet && \$(MAKE) Makefile"
14292 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14294 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/tests: __builddeps__
14295 dlls/cryptnet/tests/__crosstest__: __buildcrossdeps__"
14296 wine_fn_append_file ALL_TEST_BINARIES "cryptnet_test.exe"
14297 wine_fn_append_rule ALL_WINETEST_DEPENDS "cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14298 cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14299 cryptnet_test.rc:
14300 echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14301 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14302 wine_fn_append_file ALL_DIRS "dlls/cryptnet/tests"
14303 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14304 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptnet/tests/%) dlls/cryptnet/tests: dlls/cryptnet/tests/Makefile
14305 dlls/cryptnet/tests/Makefile dlls/cryptnet/tests/__depend__: dlls/cryptnet/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14306 @./config.status --file dlls/cryptnet/tests/Makefile && cd dlls/cryptnet/tests && \$(MAKE) Makefile"
14307 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14309 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14310 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14311 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14312 @cd dlls/cryptui && \$(MAKE) \`basename \$@\`
14313 dlls/cryptui dlls/cryptui/__install__ dlls/cryptui/__install-lib__ dlls/cryptui/__install-dev__: __builddeps__"
14314 wine_fn_append_file ALL_DIRS "dlls/cryptui"
14315 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptui/%) dlls/cryptui: dlls/cryptui/Makefile
14317 dlls/cryptui/Makefile dlls/cryptui/__depend__: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14318 @./config.status --file dlls/cryptui/Makefile && cd dlls/cryptui && \$(MAKE) Makefile"
14319 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14321 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/tests: __builddeps__
14322 dlls/cryptui/tests/__crosstest__: __buildcrossdeps__"
14323 wine_fn_append_file ALL_TEST_BINARIES "cryptui_test.exe"
14324 wine_fn_append_rule ALL_WINETEST_DEPENDS "cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14325 cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14326 cryptui_test.rc:
14327 echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14328 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14329 wine_fn_append_file ALL_DIRS "dlls/cryptui/tests"
14330 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14331 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptui/tests/%) dlls/cryptui/tests: dlls/cryptui/tests/Makefile
14332 dlls/cryptui/tests/Makefile dlls/cryptui/tests/__depend__: dlls/cryptui/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14333 @./config.status --file dlls/cryptui/tests/Makefile && cd dlls/cryptui/tests && \$(MAKE) Makefile"
14334 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctapi32 dlls/ctapi32/__install__ dlls/ctapi32/__install-lib__ dlls/ctapi32/__install-dev__: __builddeps__"
14337 wine_fn_append_file ALL_DIRS "dlls/ctapi32"
14338 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14339 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctapi32/%) dlls/ctapi32: dlls/ctapi32/Makefile
14340 dlls/ctapi32/Makefile dlls/ctapi32/__depend__: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14341 @./config.status --file dlls/ctapi32/Makefile && cd dlls/ctapi32 && \$(MAKE) Makefile"
14342 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14344 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d.dll16 dlls/ctl3d.dll16/__install__ dlls/ctl3d.dll16/__install-lib__ dlls/ctl3d.dll16/__install-dev__: __builddeps__"
14345 wine_fn_append_file ALL_DIRS "dlls/ctl3d.dll16"
14346 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14347 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3d.dll16/%) dlls/ctl3d.dll16: dlls/ctl3d.dll16/Makefile
14348 dlls/ctl3d.dll16/Makefile dlls/ctl3d.dll16/__depend__: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14349 @./config.status --file dlls/ctl3d.dll16/Makefile && cd dlls/ctl3d.dll16 && \$(MAKE) Makefile"
14350 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14352 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14353 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14354 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14355 @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`
14356 dlls/ctl3d32 dlls/ctl3d32/__install__ dlls/ctl3d32/__install-lib__ dlls/ctl3d32/__install-dev__: __builddeps__"
14357 wine_fn_append_file ALL_DIRS "dlls/ctl3d32"
14358 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14359 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3d32/%) dlls/ctl3d32: dlls/ctl3d32/Makefile
14360 dlls/ctl3d32/Makefile dlls/ctl3d32/__depend__: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14361 @./config.status --file dlls/ctl3d32/Makefile && cd dlls/ctl3d32 && \$(MAKE) Makefile"
14362 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14364 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3dv2.dll16 dlls/ctl3dv2.dll16/__install__ dlls/ctl3dv2.dll16/__install-lib__ dlls/ctl3dv2.dll16/__install-dev__: __builddeps__"
14365 wine_fn_append_file ALL_DIRS "dlls/ctl3dv2.dll16"
14366 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14367 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3dv2.dll16/%) dlls/ctl3dv2.dll16: dlls/ctl3dv2.dll16/Makefile
14368 dlls/ctl3dv2.dll16/Makefile dlls/ctl3dv2.dll16/__depend__: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14369 @./config.status --file dlls/ctl3dv2.dll16/Makefile && cd dlls/ctl3dv2.dll16 && \$(MAKE) Makefile"
14370 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14372 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14373 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14374 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14375 @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`
14376 dlls/d3d10 dlls/d3d10/__install__ dlls/d3d10/__install-lib__ dlls/d3d10/__install-dev__: __builddeps__"
14377 wine_fn_append_file ALL_DIRS "dlls/d3d10"
14378 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14379 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10/%) dlls/d3d10: dlls/d3d10/Makefile
14380 dlls/d3d10/Makefile dlls/d3d10/__depend__: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14381 @./config.status --file dlls/d3d10/Makefile && cd dlls/d3d10 && \$(MAKE) Makefile"
14382 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14384 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/tests: __builddeps__
14385 dlls/d3d10/tests/__crosstest__: __buildcrossdeps__"
14386 wine_fn_append_file ALL_TEST_BINARIES "d3d10_test.exe"
14387 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14388 cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14389 d3d10_test.rc:
14390 echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14391 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14392 wine_fn_append_file ALL_DIRS "dlls/d3d10/tests"
14393 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14394 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10/tests/%) dlls/d3d10/tests: dlls/d3d10/tests/Makefile
14395 dlls/d3d10/tests/Makefile dlls/d3d10/tests/__depend__: dlls/d3d10/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14396 @./config.status --file dlls/d3d10/tests/Makefile && cd dlls/d3d10/tests && \$(MAKE) Makefile"
14397 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14399 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14400 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14401 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14402 @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`
14403 dlls/d3d10core dlls/d3d10core/__install__ dlls/d3d10core/__install-lib__ dlls/d3d10core/__install-dev__: __builddeps__"
14404 wine_fn_append_file ALL_DIRS "dlls/d3d10core"
14405 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14406 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10core/%) dlls/d3d10core: dlls/d3d10core/Makefile
14407 dlls/d3d10core/Makefile dlls/d3d10core/__depend__: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14408 @./config.status --file dlls/d3d10core/Makefile && cd dlls/d3d10core && \$(MAKE) Makefile"
14409 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14411 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/tests: __builddeps__
14412 dlls/d3d10core/tests/__crosstest__: __buildcrossdeps__"
14413 wine_fn_append_file ALL_TEST_BINARIES "d3d10core_test.exe"
14414 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14415 cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14416 d3d10core_test.rc:
14417 echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14418 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14419 wine_fn_append_file ALL_DIRS "dlls/d3d10core/tests"
14420 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14421 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10core/tests/%) dlls/d3d10core/tests: dlls/d3d10core/tests/Makefile
14422 dlls/d3d10core/tests/Makefile dlls/d3d10core/tests/__depend__: dlls/d3d10core/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14423 @./config.status --file dlls/d3d10core/tests/Makefile && cd dlls/d3d10core/tests && \$(MAKE) Makefile"
14424 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14426 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14428 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14429 @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`
14430 dlls/d3d8 dlls/d3d8/__install__ dlls/d3d8/__install-lib__ dlls/d3d8/__install-dev__: __builddeps__"
14431 wine_fn_append_file ALL_DIRS "dlls/d3d8"
14432 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14433 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d8/%) dlls/d3d8: dlls/d3d8/Makefile
14434 dlls/d3d8/Makefile dlls/d3d8/__depend__: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14435 @./config.status --file dlls/d3d8/Makefile && cd dlls/d3d8 && \$(MAKE) Makefile"
14436 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14438 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/tests: __builddeps__
14439 dlls/d3d8/tests/__crosstest__: __buildcrossdeps__"
14440 wine_fn_append_file ALL_TEST_BINARIES "d3d8_test.exe"
14441 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14442 cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14443 d3d8_test.rc:
14444 echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14445 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14446 wine_fn_append_file ALL_DIRS "dlls/d3d8/tests"
14447 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14448 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d8/tests/%) dlls/d3d8/tests: dlls/d3d8/tests/Makefile
14449 dlls/d3d8/tests/Makefile dlls/d3d8/tests/__depend__: dlls/d3d8/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14450 @./config.status --file dlls/d3d8/tests/Makefile && cd dlls/d3d8/tests && \$(MAKE) Makefile"
14451 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14453 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14454 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14455 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14456 @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`
14457 dlls/d3d9 dlls/d3d9/__install__ dlls/d3d9/__install-lib__ dlls/d3d9/__install-dev__: __builddeps__"
14458 wine_fn_append_file ALL_DIRS "dlls/d3d9"
14459 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14460 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d9/%) dlls/d3d9: dlls/d3d9/Makefile
14461 dlls/d3d9/Makefile dlls/d3d9/__depend__: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14462 @./config.status --file dlls/d3d9/Makefile && cd dlls/d3d9 && \$(MAKE) Makefile"
14463 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14465 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/tests: __builddeps__
14466 dlls/d3d9/tests/__crosstest__: __buildcrossdeps__"
14467 wine_fn_append_file ALL_TEST_BINARIES "d3d9_test.exe"
14468 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14469 cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14470 d3d9_test.rc:
14471 echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14472 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14473 wine_fn_append_file ALL_DIRS "dlls/d3d9/tests"
14474 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14475 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d9/tests/%) dlls/d3d9/tests: dlls/d3d9/tests/Makefile
14476 dlls/d3d9/tests/Makefile dlls/d3d9/tests/__depend__: dlls/d3d9/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14477 @./config.status --file dlls/d3d9/tests/Makefile && cd dlls/d3d9/tests && \$(MAKE) Makefile"
14478 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14480 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14481 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14482 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14483 @cd dlls/d3dim && \$(MAKE) \`basename \$@\`
14484 dlls/d3dim dlls/d3dim/__install__ dlls/d3dim/__install-lib__ dlls/d3dim/__install-dev__: __builddeps__"
14485 wine_fn_append_file ALL_DIRS "dlls/d3dim"
14486 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14487 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dim/%) dlls/d3dim: dlls/d3dim/Makefile
14488 dlls/d3dim/Makefile dlls/d3dim/__depend__: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14489 @./config.status --file dlls/d3dim/Makefile && cd dlls/d3dim && \$(MAKE) Makefile"
14490 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14492 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14493 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14494 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14495 @cd dlls/d3drm && \$(MAKE) \`basename \$@\`
14496 dlls/d3drm dlls/d3drm/__install__ dlls/d3drm/__install-lib__ dlls/d3drm/__install-dev__: __builddeps__"
14497 wine_fn_append_file ALL_DIRS "dlls/d3drm"
14498 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14499 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3drm/%) dlls/d3drm: dlls/d3drm/Makefile
14500 dlls/d3drm/Makefile dlls/d3drm/__depend__: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14501 @./config.status --file dlls/d3drm/Makefile && cd dlls/d3drm && \$(MAKE) Makefile"
14502 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14504 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/tests: __builddeps__
14505 dlls/d3drm/tests/__crosstest__: __buildcrossdeps__"
14506 wine_fn_append_file ALL_TEST_BINARIES "d3drm_test.exe"
14507 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14508 cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14509 d3drm_test.rc:
14510 echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14511 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14512 wine_fn_append_file ALL_DIRS "dlls/d3drm/tests"
14513 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14514 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3drm/tests/%) dlls/d3drm/tests: dlls/d3drm/tests/Makefile
14515 dlls/d3drm/tests/Makefile dlls/d3drm/tests/__depend__: dlls/d3drm/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14516 @./config.status --file dlls/d3drm/tests/Makefile && cd dlls/d3drm/tests && \$(MAKE) Makefile"
14517 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14519 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_24 dlls/d3dx9_24/__install__ dlls/d3dx9_24/__install-lib__ dlls/d3dx9_24/__install-dev__: __builddeps__"
14520 wine_fn_append_file ALL_DIRS "dlls/d3dx9_24"
14521 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14522 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_24/%) dlls/d3dx9_24: dlls/d3dx9_24/Makefile
14523 dlls/d3dx9_24/Makefile dlls/d3dx9_24/__depend__: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14524 @./config.status --file dlls/d3dx9_24/Makefile && cd dlls/d3dx9_24 && \$(MAKE) Makefile"
14525 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14527 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_25 dlls/d3dx9_25/__install__ dlls/d3dx9_25/__install-lib__ dlls/d3dx9_25/__install-dev__: __builddeps__"
14528 wine_fn_append_file ALL_DIRS "dlls/d3dx9_25"
14529 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14530 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_25/%) dlls/d3dx9_25: dlls/d3dx9_25/Makefile
14531 dlls/d3dx9_25/Makefile dlls/d3dx9_25/__depend__: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14532 @./config.status --file dlls/d3dx9_25/Makefile && cd dlls/d3dx9_25 && \$(MAKE) Makefile"
14533 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14535 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_26 dlls/d3dx9_26/__install__ dlls/d3dx9_26/__install-lib__ dlls/d3dx9_26/__install-dev__: __builddeps__"
14536 wine_fn_append_file ALL_DIRS "dlls/d3dx9_26"
14537 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14538 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_26/%) dlls/d3dx9_26: dlls/d3dx9_26/Makefile
14539 dlls/d3dx9_26/Makefile dlls/d3dx9_26/__depend__: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14540 @./config.status --file dlls/d3dx9_26/Makefile && cd dlls/d3dx9_26 && \$(MAKE) Makefile"
14541 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14543 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_27 dlls/d3dx9_27/__install__ dlls/d3dx9_27/__install-lib__ dlls/d3dx9_27/__install-dev__: __builddeps__"
14544 wine_fn_append_file ALL_DIRS "dlls/d3dx9_27"
14545 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_27/%) dlls/d3dx9_27: dlls/d3dx9_27/Makefile
14547 dlls/d3dx9_27/Makefile dlls/d3dx9_27/__depend__: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14548 @./config.status --file dlls/d3dx9_27/Makefile && cd dlls/d3dx9_27 && \$(MAKE) Makefile"
14549 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14551 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_28 dlls/d3dx9_28/__install__ dlls/d3dx9_28/__install-lib__ dlls/d3dx9_28/__install-dev__: __builddeps__"
14552 wine_fn_append_file ALL_DIRS "dlls/d3dx9_28"
14553 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14554 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_28/%) dlls/d3dx9_28: dlls/d3dx9_28/Makefile
14555 dlls/d3dx9_28/Makefile dlls/d3dx9_28/__depend__: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14556 @./config.status --file dlls/d3dx9_28/Makefile && cd dlls/d3dx9_28 && \$(MAKE) Makefile"
14557 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14559 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_29 dlls/d3dx9_29/__install__ dlls/d3dx9_29/__install-lib__ dlls/d3dx9_29/__install-dev__: __builddeps__"
14560 wine_fn_append_file ALL_DIRS "dlls/d3dx9_29"
14561 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14562 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_29/%) dlls/d3dx9_29: dlls/d3dx9_29/Makefile
14563 dlls/d3dx9_29/Makefile dlls/d3dx9_29/__depend__: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14564 @./config.status --file dlls/d3dx9_29/Makefile && cd dlls/d3dx9_29 && \$(MAKE) Makefile"
14565 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_30 dlls/d3dx9_30/__install__ dlls/d3dx9_30/__install-lib__ dlls/d3dx9_30/__install-dev__: __builddeps__"
14568 wine_fn_append_file ALL_DIRS "dlls/d3dx9_30"
14569 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14570 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_30/%) dlls/d3dx9_30: dlls/d3dx9_30/Makefile
14571 dlls/d3dx9_30/Makefile dlls/d3dx9_30/__depend__: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14572 @./config.status --file dlls/d3dx9_30/Makefile && cd dlls/d3dx9_30 && \$(MAKE) Makefile"
14573 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14575 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_31 dlls/d3dx9_31/__install__ dlls/d3dx9_31/__install-lib__ dlls/d3dx9_31/__install-dev__: __builddeps__"
14576 wine_fn_append_file ALL_DIRS "dlls/d3dx9_31"
14577 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14578 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_31/%) dlls/d3dx9_31: dlls/d3dx9_31/Makefile
14579 dlls/d3dx9_31/Makefile dlls/d3dx9_31/__depend__: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14580 @./config.status --file dlls/d3dx9_31/Makefile && cd dlls/d3dx9_31 && \$(MAKE) Makefile"
14581 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14583 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_32 dlls/d3dx9_32/__install__ dlls/d3dx9_32/__install-lib__ dlls/d3dx9_32/__install-dev__: __builddeps__"
14584 wine_fn_append_file ALL_DIRS "dlls/d3dx9_32"
14585 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14586 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_32/%) dlls/d3dx9_32: dlls/d3dx9_32/Makefile
14587 dlls/d3dx9_32/Makefile dlls/d3dx9_32/__depend__: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14588 @./config.status --file dlls/d3dx9_32/Makefile && cd dlls/d3dx9_32 && \$(MAKE) Makefile"
14589 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14591 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_33 dlls/d3dx9_33/__install__ dlls/d3dx9_33/__install-lib__ dlls/d3dx9_33/__install-dev__: __builddeps__"
14592 wine_fn_append_file ALL_DIRS "dlls/d3dx9_33"
14593 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14594 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_33/%) dlls/d3dx9_33: dlls/d3dx9_33/Makefile
14595 dlls/d3dx9_33/Makefile dlls/d3dx9_33/__depend__: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14596 @./config.status --file dlls/d3dx9_33/Makefile && cd dlls/d3dx9_33 && \$(MAKE) Makefile"
14597 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14599 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_34 dlls/d3dx9_34/__install__ dlls/d3dx9_34/__install-lib__ dlls/d3dx9_34/__install-dev__: __builddeps__"
14600 wine_fn_append_file ALL_DIRS "dlls/d3dx9_34"
14601 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14602 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_34/%) dlls/d3dx9_34: dlls/d3dx9_34/Makefile
14603 dlls/d3dx9_34/Makefile dlls/d3dx9_34/__depend__: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14604 @./config.status --file dlls/d3dx9_34/Makefile && cd dlls/d3dx9_34 && \$(MAKE) Makefile"
14605 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14607 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_35 dlls/d3dx9_35/__install__ dlls/d3dx9_35/__install-lib__ dlls/d3dx9_35/__install-dev__: __builddeps__"
14608 wine_fn_append_file ALL_DIRS "dlls/d3dx9_35"
14609 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14610 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_35/%) dlls/d3dx9_35: dlls/d3dx9_35/Makefile
14611 dlls/d3dx9_35/Makefile dlls/d3dx9_35/__depend__: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14612 @./config.status --file dlls/d3dx9_35/Makefile && cd dlls/d3dx9_35 && \$(MAKE) Makefile"
14613 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14615 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14616 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: tools/widl tools/winebuild tools/winegcc include
14617 dlls/libd3dx9.$IMPLIBEXT: dlls/d3dx9_36/libd3dx9.$IMPLIBEXT
14618 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.$IMPLIBEXT \$@
14619 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14620 \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14621 clean::
14622 \$(RM) dlls/libd3dx9.$IMPLIBEXT
14623 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14624 @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14625 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14626 wine_fn_append_file ALL_DIRS "dlls/d3dx9_36"
14627 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14628 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_36/%) dlls/d3dx9_36: dlls/d3dx9_36/Makefile
14629 dlls/d3dx9_36/Makefile dlls/d3dx9_36/__depend__: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14630 @./config.status --file dlls/d3dx9_36/Makefile && cd dlls/d3dx9_36 && \$(MAKE) Makefile"
14631 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14633 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_36/tests: __builddeps__
14634 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14635 wine_fn_append_file ALL_TEST_BINARIES "d3dx9_36_test.exe"
14636 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14637 cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14638 d3dx9_36_test.rc:
14639 echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14640 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14641 wine_fn_append_file ALL_DIRS "dlls/d3dx9_36/tests"
14642 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14643 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile
14644 dlls/d3dx9_36/tests/Makefile dlls/d3dx9_36/tests/__depend__: dlls/d3dx9_36/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14645 @./config.status --file dlls/d3dx9_36/tests/Makefile && cd dlls/d3dx9_36/tests && \$(MAKE) Makefile"
14646 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14648 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_37 dlls/d3dx9_37/__install__ dlls/d3dx9_37/__install-lib__ dlls/d3dx9_37/__install-dev__: __builddeps__"
14649 wine_fn_append_file ALL_DIRS "dlls/d3dx9_37"
14650 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14651 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_37/%) dlls/d3dx9_37: dlls/d3dx9_37/Makefile
14652 dlls/d3dx9_37/Makefile dlls/d3dx9_37/__depend__: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14653 @./config.status --file dlls/d3dx9_37/Makefile && cd dlls/d3dx9_37 && \$(MAKE) Makefile"
14654 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14656 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_38 dlls/d3dx9_38/__install__ dlls/d3dx9_38/__install-lib__ dlls/d3dx9_38/__install-dev__: __builddeps__"
14657 wine_fn_append_file ALL_DIRS "dlls/d3dx9_38"
14658 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14659 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_38/%) dlls/d3dx9_38: dlls/d3dx9_38/Makefile
14660 dlls/d3dx9_38/Makefile dlls/d3dx9_38/__depend__: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14661 @./config.status --file dlls/d3dx9_38/Makefile && cd dlls/d3dx9_38 && \$(MAKE) Makefile"
14662 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14664 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_39 dlls/d3dx9_39/__install__ dlls/d3dx9_39/__install-lib__ dlls/d3dx9_39/__install-dev__: __builddeps__"
14665 wine_fn_append_file ALL_DIRS "dlls/d3dx9_39"
14666 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14667 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_39/%) dlls/d3dx9_39: dlls/d3dx9_39/Makefile
14668 dlls/d3dx9_39/Makefile dlls/d3dx9_39/__depend__: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14669 @./config.status --file dlls/d3dx9_39/Makefile && cd dlls/d3dx9_39 && \$(MAKE) Makefile"
14670 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14672 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_40 dlls/d3dx9_40/__install__ dlls/d3dx9_40/__install-lib__ dlls/d3dx9_40/__install-dev__: __builddeps__"
14673 wine_fn_append_file ALL_DIRS "dlls/d3dx9_40"
14674 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14675 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_40/%) dlls/d3dx9_40: dlls/d3dx9_40/Makefile
14676 dlls/d3dx9_40/Makefile dlls/d3dx9_40/__depend__: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14677 @./config.status --file dlls/d3dx9_40/Makefile && cd dlls/d3dx9_40 && \$(MAKE) Makefile"
14678 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14680 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_41 dlls/d3dx9_41/__install__ dlls/d3dx9_41/__install-lib__ dlls/d3dx9_41/__install-dev__: __builddeps__"
14681 wine_fn_append_file ALL_DIRS "dlls/d3dx9_41"
14682 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14683 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_41/%) dlls/d3dx9_41: dlls/d3dx9_41/Makefile
14684 dlls/d3dx9_41/Makefile dlls/d3dx9_41/__depend__: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14685 @./config.status --file dlls/d3dx9_41/Makefile && cd dlls/d3dx9_41 && \$(MAKE) Makefile"
14686 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14688 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_42 dlls/d3dx9_42/__install__ dlls/d3dx9_42/__install-lib__ dlls/d3dx9_42/__install-dev__: __builddeps__"
14689 wine_fn_append_file ALL_DIRS "dlls/d3dx9_42"
14690 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14691 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_42/%) dlls/d3dx9_42: dlls/d3dx9_42/Makefile
14692 dlls/d3dx9_42/Makefile dlls/d3dx9_42/__depend__: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14693 @./config.status --file dlls/d3dx9_42/Makefile && cd dlls/d3dx9_42 && \$(MAKE) Makefile"
14694 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14696 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14697 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14698 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14699 @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
14700 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
14701 wine_fn_append_file ALL_DIRS "dlls/d3dxof"
14702 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14703 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dxof/%) dlls/d3dxof: dlls/d3dxof/Makefile
14704 dlls/d3dxof/Makefile dlls/d3dxof/__depend__: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14705 @./config.status --file dlls/d3dxof/Makefile && cd dlls/d3dxof && \$(MAKE) Makefile"
14706 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14708 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/tests: __builddeps__
14709 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
14710 wine_fn_append_file ALL_TEST_BINARIES "d3dxof_test.exe"
14711 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14712 cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14713 d3dxof_test.rc:
14714 echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14715 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14716 wine_fn_append_file ALL_DIRS "dlls/d3dxof/tests"
14717 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14718 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile
14719 dlls/d3dxof/tests/Makefile dlls/d3dxof/tests/__depend__: dlls/d3dxof/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14720 @./config.status --file dlls/d3dxof/tests/Makefile && cd dlls/d3dxof/tests && \$(MAKE) Makefile"
14721 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14723 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14725 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14726 @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
14727 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
14728 wine_fn_append_file ALL_DIRS "dlls/dbghelp"
14729 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14730 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dbghelp/%) dlls/dbghelp: dlls/dbghelp/Makefile
14731 dlls/dbghelp/Makefile dlls/dbghelp/__depend__: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14732 @./config.status --file dlls/dbghelp/Makefile && cd dlls/dbghelp && \$(MAKE) Makefile"
14733 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14735 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14737 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14738 @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
14739 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
14740 wine_fn_append_file ALL_DIRS "dlls/dciman32"
14741 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14742 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dciman32/%) dlls/dciman32: dlls/dciman32/Makefile
14743 dlls/dciman32/Makefile dlls/dciman32/__depend__: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14744 @./config.status --file dlls/dciman32/Makefile && cd dlls/dciman32 && \$(MAKE) Makefile"
14745 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14747 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddeml.dll16 dlls/ddeml.dll16/__install__ dlls/ddeml.dll16/__install-lib__ dlls/ddeml.dll16/__install-dev__: __builddeps__"
14748 wine_fn_append_file ALL_DIRS "dlls/ddeml.dll16"
14749 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14750 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddeml.dll16/%) dlls/ddeml.dll16: dlls/ddeml.dll16/Makefile
14751 dlls/ddeml.dll16/Makefile dlls/ddeml.dll16/__depend__: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14752 @./config.status --file dlls/ddeml.dll16/Makefile && cd dlls/ddeml.dll16 && \$(MAKE) Makefile"
14753 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14755 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14756 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14757 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14758 @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
14759 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
14760 wine_fn_append_file ALL_DIRS "dlls/ddraw"
14761 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14762 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddraw/%) dlls/ddraw: dlls/ddraw/Makefile
14763 dlls/ddraw/Makefile dlls/ddraw/__depend__: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14764 @./config.status --file dlls/ddraw/Makefile && cd dlls/ddraw && \$(MAKE) Makefile"
14765 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14767 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/tests: __builddeps__
14768 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
14769 wine_fn_append_file ALL_TEST_BINARIES "ddraw_test.exe"
14770 wine_fn_append_rule ALL_WINETEST_DEPENDS "ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14771 cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14772 ddraw_test.rc:
14773 echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14774 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14775 wine_fn_append_file ALL_DIRS "dlls/ddraw/tests"
14776 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14777 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile
14778 dlls/ddraw/tests/Makefile dlls/ddraw/tests/__depend__: dlls/ddraw/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14779 @./config.status --file dlls/ddraw/tests/Makefile && cd dlls/ddraw/tests && \$(MAKE) Makefile"
14780 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14782 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
14783 wine_fn_append_file ALL_DIRS "dlls/ddrawex"
14784 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14785 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddrawex/%) dlls/ddrawex: dlls/ddrawex/Makefile
14786 dlls/ddrawex/Makefile dlls/ddrawex/__depend__: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14787 @./config.status --file dlls/ddrawex/Makefile && cd dlls/ddrawex && \$(MAKE) Makefile"
14788 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14790 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex/tests: __builddeps__
14791 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
14792 wine_fn_append_file ALL_TEST_BINARIES "ddrawex_test.exe"
14793 wine_fn_append_rule ALL_WINETEST_DEPENDS "ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14794 cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14795 ddrawex_test.rc:
14796 echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14797 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14798 wine_fn_append_file ALL_DIRS "dlls/ddrawex/tests"
14799 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14800 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile
14801 dlls/ddrawex/tests/Makefile dlls/ddrawex/tests/__depend__: dlls/ddrawex/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14802 @./config.status --file dlls/ddrawex/tests/Makefile && cd dlls/ddrawex/tests && \$(MAKE) Makefile"
14803 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14805 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
14806 wine_fn_append_file ALL_DIRS "dlls/devenum"
14807 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/devenum/%) dlls/devenum: dlls/devenum/Makefile
14809 dlls/devenum/Makefile dlls/devenum/__depend__: dlls/devenum/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14810 @./config.status --file dlls/devenum/Makefile && cd dlls/devenum && \$(MAKE) Makefile"
14811 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14813 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14814 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput/libdinput.$IMPLIBEXT dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: tools/widl tools/winebuild tools/winegcc include
14815 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
14816 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14817 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
14818 @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14819 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
14820 wine_fn_append_file ALL_DIRS "dlls/dinput"
14821 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput/%) dlls/dinput: dlls/dinput/Makefile
14823 dlls/dinput/Makefile dlls/dinput/__depend__: dlls/dinput/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14824 @./config.status --file dlls/dinput/Makefile && cd dlls/dinput && \$(MAKE) Makefile"
14825 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14827 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput/tests: __builddeps__
14828 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
14829 wine_fn_append_file ALL_TEST_BINARIES "dinput_test.exe"
14830 wine_fn_append_rule ALL_WINETEST_DEPENDS "dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
14831 cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14832 dinput_test.rc:
14833 echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14834 dinput_test.res: dinput_test.rc dinput_test.exe"
14835 wine_fn_append_file ALL_DIRS "dlls/dinput/tests"
14836 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14837 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile
14838 dlls/dinput/tests/Makefile dlls/dinput/tests/__depend__: dlls/dinput/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14839 @./config.status --file dlls/dinput/tests/Makefile && cd dlls/dinput/tests && \$(MAKE) Makefile"
14840 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14842 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14843 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
14844 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
14845 @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
14846 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
14847 wine_fn_append_file ALL_DIRS "dlls/dinput8"
14848 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14849 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput8/%) dlls/dinput8: dlls/dinput8/Makefile
14850 dlls/dinput8/Makefile dlls/dinput8/__depend__: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14851 @./config.status --file dlls/dinput8/Makefile && cd dlls/dinput8 && \$(MAKE) Makefile"
14852 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14854 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dispdib.dll16 dlls/dispdib.dll16/__install__ dlls/dispdib.dll16/__install-lib__ dlls/dispdib.dll16/__install-dev__: __builddeps__"
14855 wine_fn_append_file ALL_DIRS "dlls/dispdib.dll16"
14856 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dispdib.dll16/%) dlls/dispdib.dll16: dlls/dispdib.dll16/Makefile
14858 dlls/dispdib.dll16/Makefile dlls/dispdib.dll16/__depend__: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14859 @./config.status --file dlls/dispdib.dll16/Makefile && cd dlls/dispdib.dll16 && \$(MAKE) Makefile"
14860 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/display.drv16 dlls/display.drv16/__install__ dlls/display.drv16/__install-lib__ dlls/display.drv16/__install-dev__: __builddeps__"
14863 wine_fn_append_file ALL_DIRS "dlls/display.drv16"
14864 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14865 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/display.drv16/%) dlls/display.drv16: dlls/display.drv16/Makefile
14866 dlls/display.drv16/Makefile dlls/display.drv16/__depend__: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14867 @./config.status --file dlls/display.drv16/Makefile && cd dlls/display.drv16 && \$(MAKE) Makefile"
14868 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
14871 wine_fn_append_file ALL_DIRS "dlls/dmband"
14872 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14873 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmband/%) dlls/dmband: dlls/dmband/Makefile
14874 dlls/dmband/Makefile dlls/dmband/__depend__: dlls/dmband/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14875 @./config.status --file dlls/dmband/Makefile && cd dlls/dmband && \$(MAKE) Makefile"
14876 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
14879 wine_fn_append_file ALL_DIRS "dlls/dmcompos"
14880 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14881 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmcompos/%) dlls/dmcompos: dlls/dmcompos/Makefile
14882 dlls/dmcompos/Makefile dlls/dmcompos/__depend__: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14883 @./config.status --file dlls/dmcompos/Makefile && cd dlls/dmcompos && \$(MAKE) Makefile"
14884 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14886 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
14887 wine_fn_append_file ALL_DIRS "dlls/dmime"
14888 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14889 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmime/%) dlls/dmime: dlls/dmime/Makefile
14890 dlls/dmime/Makefile dlls/dmime/__depend__: dlls/dmime/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14891 @./config.status --file dlls/dmime/Makefile && cd dlls/dmime && \$(MAKE) Makefile"
14892 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14894 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
14895 wine_fn_append_file ALL_DIRS "dlls/dmloader"
14896 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14897 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmloader/%) dlls/dmloader: dlls/dmloader/Makefile
14898 dlls/dmloader/Makefile dlls/dmloader/__depend__: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14899 @./config.status --file dlls/dmloader/Makefile && cd dlls/dmloader && \$(MAKE) Makefile"
14900 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14902 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader/tests: __builddeps__
14903 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
14904 wine_fn_append_file ALL_TEST_BINARIES "dmloader_test.exe"
14905 wine_fn_append_rule ALL_WINETEST_DEPENDS "dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
14906 cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14907 dmloader_test.rc:
14908 echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14909 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
14910 wine_fn_append_file ALL_DIRS "dlls/dmloader/tests"
14911 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14912 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile
14913 dlls/dmloader/tests/Makefile dlls/dmloader/tests/__depend__: dlls/dmloader/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14914 @./config.status --file dlls/dmloader/tests/Makefile && cd dlls/dmloader/tests && \$(MAKE) Makefile"
14915 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14917 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
14918 wine_fn_append_file ALL_DIRS "dlls/dmscript"
14919 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14920 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmscript/%) dlls/dmscript: dlls/dmscript/Makefile
14921 dlls/dmscript/Makefile dlls/dmscript/__depend__: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14922 @./config.status --file dlls/dmscript/Makefile && cd dlls/dmscript && \$(MAKE) Makefile"
14923 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
14926 wine_fn_append_file ALL_DIRS "dlls/dmstyle"
14927 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14928 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmstyle/%) dlls/dmstyle: dlls/dmstyle/Makefile
14929 dlls/dmstyle/Makefile dlls/dmstyle/__depend__: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14930 @./config.status --file dlls/dmstyle/Makefile && cd dlls/dmstyle && \$(MAKE) Makefile"
14931 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
14934 wine_fn_append_file ALL_DIRS "dlls/dmsynth"
14935 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14936 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmsynth/%) dlls/dmsynth: dlls/dmsynth/Makefile
14937 dlls/dmsynth/Makefile dlls/dmsynth/__depend__: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14938 @./config.status --file dlls/dmsynth/Makefile && cd dlls/dmsynth && \$(MAKE) Makefile"
14939 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14941 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
14942 wine_fn_append_file ALL_DIRS "dlls/dmusic"
14943 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14944 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmusic/%) dlls/dmusic: dlls/dmusic/Makefile
14945 dlls/dmusic/Makefile dlls/dmusic/__depend__: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14946 @./config.status --file dlls/dmusic/Makefile && cd dlls/dmusic && \$(MAKE) Makefile"
14947 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14949 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14950 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
14951 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
14952 @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
14953 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
14954 wine_fn_append_file ALL_DIRS "dlls/dmusic32"
14955 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14956 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmusic32/%) dlls/dmusic32: dlls/dmusic32/Makefile
14957 dlls/dmusic32/Makefile dlls/dmusic32/__depend__: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14958 @./config.status --file dlls/dmusic32/Makefile && cd dlls/dmusic32 && \$(MAKE) Makefile"
14959 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14961 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14962 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14963 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
14964 @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
14965 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
14966 wine_fn_append_file ALL_DIRS "dlls/dnsapi"
14967 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14968 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dnsapi/%) dlls/dnsapi: dlls/dnsapi/Makefile
14969 dlls/dnsapi/Makefile dlls/dnsapi/__depend__: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14970 @./config.status --file dlls/dnsapi/Makefile && cd dlls/dnsapi && \$(MAKE) Makefile"
14971 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14973 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/tests: __builddeps__
14974 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
14975 wine_fn_append_file ALL_TEST_BINARIES "dnsapi_test.exe"
14976 wine_fn_append_rule ALL_WINETEST_DEPENDS "dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
14977 cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14978 dnsapi_test.rc:
14979 echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14980 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
14981 wine_fn_append_file ALL_DIRS "dlls/dnsapi/tests"
14982 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14983 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile
14984 dlls/dnsapi/tests/Makefile dlls/dnsapi/tests/__depend__: dlls/dnsapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
14985 @./config.status --file dlls/dnsapi/tests/Makefile && cd dlls/dnsapi/tests && \$(MAKE) Makefile"
14986 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14988 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14989 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
14990 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
14991 @cd dlls/dplay && \$(MAKE) \`basename \$@\`
14992 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
14993 wine_fn_append_file ALL_DIRS "dlls/dplay"
14994 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14995 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplay/%) dlls/dplay: dlls/dplay/Makefile
14996 dlls/dplay/Makefile dlls/dplay/__depend__: dlls/dplay/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
14997 @./config.status --file dlls/dplay/Makefile && cd dlls/dplay && \$(MAKE) Makefile"
14998 ac_config_files="$ac_config_files dlls/dplay/Makefile"
15000 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
15001 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
15002 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
15003 @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
15004 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
15005 wine_fn_append_file ALL_DIRS "dlls/dplayx"
15006 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
15007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplayx/%) dlls/dplayx: dlls/dplayx/Makefile
15008 dlls/dplayx/Makefile dlls/dplayx/__depend__: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15009 @./config.status --file dlls/dplayx/Makefile && cd dlls/dplayx && \$(MAKE) Makefile"
15010 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
15012 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/tests: __builddeps__
15013 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
15014 wine_fn_append_file ALL_TEST_BINARIES "dplayx_test.exe"
15015 wine_fn_append_rule ALL_WINETEST_DEPENDS "dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
15016 cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15017 dplayx_test.rc:
15018 echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15019 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
15020 wine_fn_append_file ALL_DIRS "dlls/dplayx/tests"
15021 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
15022 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile
15023 dlls/dplayx/tests/Makefile dlls/dplayx/tests/__depend__: dlls/dplayx/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15024 @./config.status --file dlls/dplayx/tests/Makefile && cd dlls/dplayx/tests && \$(MAKE) Makefile"
15025 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
15027 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
15028 wine_fn_append_file ALL_DIRS "dlls/dpnaddr"
15029 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
15030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnaddr/%) dlls/dpnaddr: dlls/dpnaddr/Makefile
15031 dlls/dpnaddr/Makefile dlls/dpnaddr/__depend__: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15032 @./config.status --file dlls/dpnaddr/Makefile && cd dlls/dpnaddr && \$(MAKE) Makefile"
15033 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
15035 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
15036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
15037 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
15038 @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
15039 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
15040 wine_fn_append_file ALL_DIRS "dlls/dpnet"
15041 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
15042 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnet/%) dlls/dpnet: dlls/dpnet/Makefile
15043 dlls/dpnet/Makefile dlls/dpnet/__depend__: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15044 @./config.status --file dlls/dpnet/Makefile && cd dlls/dpnet && \$(MAKE) Makefile"
15045 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
15047 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
15048 wine_fn_append_file ALL_DIRS "dlls/dpnhpast"
15049 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
15050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnhpast/%) dlls/dpnhpast: dlls/dpnhpast/Makefile
15051 dlls/dpnhpast/Makefile dlls/dpnhpast/__depend__: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15052 @./config.status --file dlls/dpnhpast/Makefile && cd dlls/dpnhpast && \$(MAKE) Makefile"
15053 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
15055 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
15056 wine_fn_append_file ALL_DIRS "dlls/dpnlobby"
15057 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
15058 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnlobby/%) dlls/dpnlobby: dlls/dpnlobby/Makefile
15059 dlls/dpnlobby/Makefile dlls/dpnlobby/__depend__: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15060 @./config.status --file dlls/dpnlobby/Makefile && cd dlls/dpnlobby && \$(MAKE) Makefile"
15061 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
15063 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
15064 wine_fn_append_file ALL_DIRS "dlls/dpwsockx"
15065 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
15066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpwsockx/%) dlls/dpwsockx: dlls/dpwsockx/Makefile
15067 dlls/dpwsockx/Makefile dlls/dpwsockx/__depend__: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15068 @./config.status --file dlls/dpwsockx/Makefile && cd dlls/dpwsockx && \$(MAKE) Makefile"
15069 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
15071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
15072 wine_fn_append_file ALL_DIRS "dlls/drmclien"
15073 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
15074 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/drmclien/%) dlls/drmclien: dlls/drmclien/Makefile
15075 dlls/drmclien/Makefile dlls/drmclien/__depend__: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15076 @./config.status --file dlls/drmclien/Makefile && cd dlls/drmclien && \$(MAKE) Makefile"
15077 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
15079 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
15080 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
15081 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
15082 @cd dlls/dsound && \$(MAKE) \`basename \$@\`
15083 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
15084 wine_fn_append_file ALL_DIRS "dlls/dsound"
15085 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
15086 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dsound/%) dlls/dsound: dlls/dsound/Makefile
15087 dlls/dsound/Makefile dlls/dsound/__depend__: dlls/dsound/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15088 @./config.status --file dlls/dsound/Makefile && cd dlls/dsound && \$(MAKE) Makefile"
15089 ac_config_files="$ac_config_files dlls/dsound/Makefile"
15091 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/tests: __builddeps__
15092 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
15093 wine_fn_append_file ALL_TEST_BINARIES "dsound_test.exe"
15094 wine_fn_append_rule ALL_WINETEST_DEPENDS "dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
15095 cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15096 dsound_test.rc:
15097 echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15098 dsound_test.res: dsound_test.rc dsound_test.exe"
15099 wine_fn_append_file ALL_DIRS "dlls/dsound/tests"
15100 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
15101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile
15102 dlls/dsound/tests/Makefile dlls/dsound/tests/__depend__: dlls/dsound/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15103 @./config.status --file dlls/dsound/tests/Makefile && cd dlls/dsound/tests && \$(MAKE) Makefile"
15104 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
15106 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
15107 wine_fn_append_file ALL_DIRS "dlls/dssenh"
15108 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
15109 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dssenh/%) dlls/dssenh: dlls/dssenh/Makefile
15110 dlls/dssenh/Makefile dlls/dssenh/__depend__: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15111 @./config.status --file dlls/dssenh/Makefile && cd dlls/dssenh && \$(MAKE) Makefile"
15112 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
15114 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
15115 wine_fn_append_file ALL_DIRS "dlls/dswave"
15116 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
15117 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dswave/%) dlls/dswave: dlls/dswave/Makefile
15118 dlls/dswave/Makefile dlls/dswave/__depend__: dlls/dswave/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15119 @./config.status --file dlls/dswave/Makefile && cd dlls/dswave && \$(MAKE) Makefile"
15120 ac_config_files="$ac_config_files dlls/dswave/Makefile"
15122 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
15123 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15124 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15125 @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
15126 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
15127 wine_fn_append_file ALL_DIRS "dlls/dwmapi"
15128 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
15129 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dwmapi/%) dlls/dwmapi: dlls/dwmapi/Makefile
15130 dlls/dwmapi/Makefile dlls/dwmapi/__depend__: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15131 @./config.status --file dlls/dwmapi/Makefile && cd dlls/dwmapi && \$(MAKE) Makefile"
15132 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
15135 wine_fn_append_file ALL_DIRS "dlls/dxdiagn"
15136 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
15137 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxdiagn/%) dlls/dxdiagn: dlls/dxdiagn/Makefile
15138 dlls/dxdiagn/Makefile dlls/dxdiagn/__depend__: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15139 @./config.status --file dlls/dxdiagn/Makefile && cd dlls/dxdiagn && \$(MAKE) Makefile"
15140 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15142 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn/tests: __builddeps__
15143 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15144 wine_fn_append_file ALL_TEST_BINARIES "dxdiagn_test.exe"
15145 wine_fn_append_rule ALL_WINETEST_DEPENDS "dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15146 cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15147 dxdiagn_test.rc:
15148 echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15149 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15150 wine_fn_append_file ALL_DIRS "dlls/dxdiagn/tests"
15151 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
15152 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile
15153 dlls/dxdiagn/tests/Makefile dlls/dxdiagn/tests/__depend__: dlls/dxdiagn/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15154 @./config.status --file dlls/dxdiagn/tests/Makefile && cd dlls/dxdiagn/tests && \$(MAKE) Makefile"
15155 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15157 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxerr8/libdxerr8.a"
15158 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15159 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15160 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15161 @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15162 wine_fn_append_file ALL_DIRS "dlls/dxerr8"
15163 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
15164 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile
15165 dlls/dxerr8/Makefile dlls/dxerr8/__depend__: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
15166 @./config.status --file dlls/dxerr8/Makefile && cd dlls/dxerr8 && \$(MAKE) Makefile"
15167 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15169 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxerr9/libdxerr9.a"
15170 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15171 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15172 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15173 @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15174 wine_fn_append_file ALL_DIRS "dlls/dxerr9"
15175 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
15176 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile
15177 dlls/dxerr9/Makefile dlls/dxerr9/__depend__: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
15178 @./config.status --file dlls/dxerr9/Makefile && cd dlls/dxerr9 && \$(MAKE) Makefile"
15179 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15181 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
15182 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15183 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15184 @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
15185 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
15186 wine_fn_append_file ALL_DIRS "dlls/dxgi"
15187 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
15188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxgi/%) dlls/dxgi: dlls/dxgi/Makefile
15189 dlls/dxgi/Makefile dlls/dxgi/__depend__: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15190 @./config.status --file dlls/dxgi/Makefile && cd dlls/dxgi && \$(MAKE) Makefile"
15191 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15193 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/tests: __builddeps__
15194 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15195 wine_fn_append_file ALL_TEST_BINARIES "dxgi_test.exe"
15196 wine_fn_append_rule ALL_WINETEST_DEPENDS "dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15197 cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15198 dxgi_test.rc:
15199 echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15200 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15201 wine_fn_append_file ALL_DIRS "dlls/dxgi/tests"
15202 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
15203 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile
15204 dlls/dxgi/tests/Makefile dlls/dxgi/tests/__depend__: dlls/dxgi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15205 @./config.status --file dlls/dxgi/tests/Makefile && cd dlls/dxgi/tests && \$(MAKE) Makefile"
15206 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15208 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxguid/libdxguid.a"
15209 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15210 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15211 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15212 @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15213 wine_fn_append_file ALL_DIRS "dlls/dxguid"
15214 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
15215 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile
15216 dlls/dxguid/Makefile dlls/dxguid/__depend__: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
15217 @./config.status --file dlls/dxguid/Makefile && cd dlls/dxguid && \$(MAKE) Makefile"
15218 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15220 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
15221 wine_fn_append_file ALL_DIRS "dlls/faultrep"
15222 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
15223 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/faultrep/%) dlls/faultrep: dlls/faultrep/Makefile
15224 dlls/faultrep/Makefile dlls/faultrep/__depend__: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15225 @./config.status --file dlls/faultrep/Makefile && cd dlls/faultrep && \$(MAKE) Makefile"
15226 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15228 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
15229 wine_fn_append_file ALL_DIRS "dlls/fltlib"
15230 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
15231 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fltlib/%) dlls/fltlib: dlls/fltlib/Makefile
15232 dlls/fltlib/Makefile dlls/fltlib/__depend__: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15233 @./config.status --file dlls/fltlib/Makefile && cd dlls/fltlib && \$(MAKE) Makefile"
15234 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
15237 wine_fn_append_file ALL_DIRS "dlls/fusion"
15238 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
15239 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fusion/%) dlls/fusion: dlls/fusion/Makefile
15240 dlls/fusion/Makefile dlls/fusion/__depend__: dlls/fusion/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15241 @./config.status --file dlls/fusion/Makefile && cd dlls/fusion && \$(MAKE) Makefile"
15242 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15244 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion/tests: __builddeps__
15245 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15246 wine_fn_append_file ALL_TEST_BINARIES "fusion_test.exe"
15247 wine_fn_append_rule ALL_WINETEST_DEPENDS "fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15248 cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15249 fusion_test.rc:
15250 echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15251 fusion_test.res: fusion_test.rc fusion_test.exe"
15252 wine_fn_append_file ALL_DIRS "dlls/fusion/tests"
15253 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
15254 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile
15255 dlls/fusion/tests/Makefile dlls/fusion/tests/__depend__: dlls/fusion/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15256 @./config.status --file dlls/fusion/tests/Makefile && cd dlls/fusion/tests && \$(MAKE) Makefile"
15257 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15259 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
15260 wine_fn_append_file ALL_DIRS "dlls/fwpuclnt"
15261 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
15262 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fwpuclnt/%) dlls/fwpuclnt: dlls/fwpuclnt/Makefile
15263 dlls/fwpuclnt/Makefile dlls/fwpuclnt/__depend__: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15264 @./config.status --file dlls/fwpuclnt/Makefile && cd dlls/fwpuclnt && \$(MAKE) Makefile"
15265 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15267 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi.exe16 dlls/gdi.exe16/__install__ dlls/gdi.exe16/__install-lib__ dlls/gdi.exe16/__install-dev__: __builddeps__"
15268 wine_fn_append_file ALL_DIRS "dlls/gdi.exe16"
15269 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
15270 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi.exe16/%) dlls/gdi.exe16: dlls/gdi.exe16/Makefile
15271 dlls/gdi.exe16/Makefile dlls/gdi.exe16/__depend__: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15272 @./config.status --file dlls/gdi.exe16/Makefile && cd dlls/gdi.exe16 && \$(MAKE) Makefile"
15273 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15275 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
15276 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15277 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15278 @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
15279 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
15280 wine_fn_append_file ALL_DIRS "dlls/gdi32"
15281 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
15282 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi32/%) dlls/gdi32: dlls/gdi32/Makefile
15283 dlls/gdi32/Makefile dlls/gdi32/__depend__: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15284 @./config.status --file dlls/gdi32/Makefile && cd dlls/gdi32 && \$(MAKE) Makefile"
15285 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15287 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/tests: __builddeps__
15288 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15289 wine_fn_append_file ALL_TEST_BINARIES "gdi32_test.exe"
15290 wine_fn_append_rule ALL_WINETEST_DEPENDS "gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15291 cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15292 gdi32_test.rc:
15293 echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15294 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15295 wine_fn_append_file ALL_DIRS "dlls/gdi32/tests"
15296 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
15297 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile
15298 dlls/gdi32/tests/Makefile dlls/gdi32/tests/__depend__: dlls/gdi32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15299 @./config.status --file dlls/gdi32/tests/Makefile && cd dlls/gdi32/tests && \$(MAKE) Makefile"
15300 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15302 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15303 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15304 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15305 @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
15306 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
15307 wine_fn_append_file ALL_DIRS "dlls/gdiplus"
15308 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
15309 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdiplus/%) dlls/gdiplus: dlls/gdiplus/Makefile
15310 dlls/gdiplus/Makefile dlls/gdiplus/__depend__: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15311 @./config.status --file dlls/gdiplus/Makefile && cd dlls/gdiplus && \$(MAKE) Makefile"
15312 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15314 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/tests: __builddeps__
15315 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15316 wine_fn_append_file ALL_TEST_BINARIES "gdiplus_test.exe"
15317 wine_fn_append_rule ALL_WINETEST_DEPENDS "gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15318 cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15319 gdiplus_test.rc:
15320 echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15321 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15322 wine_fn_append_file ALL_DIRS "dlls/gdiplus/tests"
15323 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
15324 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile
15325 dlls/gdiplus/tests/Makefile dlls/gdiplus/tests/__depend__: dlls/gdiplus/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15326 @./config.status --file dlls/gdiplus/tests/Makefile && cd dlls/gdiplus/tests && \$(MAKE) Makefile"
15327 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15329 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
15330 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15331 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15332 @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
15333 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
15334 wine_fn_append_file ALL_DIRS "dlls/glu32"
15335 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
15336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/glu32/%) dlls/glu32: dlls/glu32/Makefile
15337 dlls/glu32/Makefile dlls/glu32/__depend__: dlls/glu32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15338 @./config.status --file dlls/glu32/Makefile && cd dlls/glu32 && \$(MAKE) Makefile"
15339 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15341 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gphoto2.ds dlls/gphoto2.ds/__install__ dlls/gphoto2.ds/__install-lib__ dlls/gphoto2.ds/__install-dev__: __builddeps__"
15342 wine_fn_append_file ALL_DIRS "dlls/gphoto2.ds"
15343 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
15344 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gphoto2.ds/%) dlls/gphoto2.ds: dlls/gphoto2.ds/Makefile
15345 dlls/gphoto2.ds/Makefile dlls/gphoto2.ds/__depend__: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15346 @./config.status --file dlls/gphoto2.ds/Makefile && cd dlls/gphoto2.ds && \$(MAKE) Makefile"
15347 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15349 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
15350 wine_fn_append_file ALL_DIRS "dlls/gpkcsp"
15351 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
15352 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gpkcsp/%) dlls/gpkcsp: dlls/gpkcsp/Makefile
15353 dlls/gpkcsp/Makefile dlls/gpkcsp/__depend__: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15354 @./config.status --file dlls/gpkcsp/Makefile && cd dlls/gpkcsp && \$(MAKE) Makefile"
15355 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15357 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
15358 wine_fn_append_file ALL_DIRS "dlls/hal"
15359 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
15360 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hal/%) dlls/hal: dlls/hal/Makefile
15361 dlls/hal/Makefile dlls/hal/__depend__: dlls/hal/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15362 @./config.status --file dlls/hal/Makefile && cd dlls/hal && \$(MAKE) Makefile"
15363 ac_config_files="$ac_config_files dlls/hal/Makefile"
15365 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hhctrl.ocx dlls/hhctrl.ocx/__install__ dlls/hhctrl.ocx/__install-lib__ dlls/hhctrl.ocx/__install-dev__: __builddeps__"
15366 wine_fn_append_file ALL_DIRS "dlls/hhctrl.ocx"
15367 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
15368 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hhctrl.ocx/%) dlls/hhctrl.ocx: dlls/hhctrl.ocx/Makefile
15369 dlls/hhctrl.ocx/Makefile dlls/hhctrl.ocx/__depend__: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15370 @./config.status --file dlls/hhctrl.ocx/Makefile && cd dlls/hhctrl.ocx && \$(MAKE) Makefile"
15371 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15373 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
15374 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15375 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15376 @cd dlls/hid && \$(MAKE) \`basename \$@\`
15377 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
15378 wine_fn_append_file ALL_DIRS "dlls/hid"
15379 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
15380 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hid/%) dlls/hid: dlls/hid/Makefile
15381 dlls/hid/Makefile dlls/hid/__depend__: dlls/hid/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15382 @./config.status --file dlls/hid/Makefile && cd dlls/hid && \$(MAKE) Makefile"
15383 ac_config_files="$ac_config_files dlls/hid/Makefile"
15385 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
15386 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15387 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15388 @cd dlls/hlink && \$(MAKE) \`basename \$@\`
15389 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
15390 wine_fn_append_file ALL_DIRS "dlls/hlink"
15391 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
15392 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hlink/%) dlls/hlink: dlls/hlink/Makefile
15393 dlls/hlink/Makefile dlls/hlink/__depend__: dlls/hlink/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15394 @./config.status --file dlls/hlink/Makefile && cd dlls/hlink && \$(MAKE) Makefile"
15395 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15397 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/tests: __builddeps__
15398 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15399 wine_fn_append_file ALL_TEST_BINARIES "hlink_test.exe"
15400 wine_fn_append_rule ALL_WINETEST_DEPENDS "hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15401 cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15402 hlink_test.rc:
15403 echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15404 hlink_test.res: hlink_test.rc hlink_test.exe"
15405 wine_fn_append_file ALL_DIRS "dlls/hlink/tests"
15406 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
15407 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile
15408 dlls/hlink/tests/Makefile dlls/hlink/tests/__depend__: dlls/hlink/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15409 @./config.status --file dlls/hlink/tests/Makefile && cd dlls/hlink/tests && \$(MAKE) Makefile"
15410 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15412 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
15413 wine_fn_append_file ALL_DIRS "dlls/hnetcfg"
15414 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
15415 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hnetcfg/%) dlls/hnetcfg: dlls/hnetcfg/Makefile
15416 dlls/hnetcfg/Makefile dlls/hnetcfg/__depend__: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15417 @./config.status --file dlls/hnetcfg/Makefile && cd dlls/hnetcfg && \$(MAKE) Makefile"
15418 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15420 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
15421 wine_fn_append_file ALL_DIRS "dlls/httpapi"
15422 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
15423 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/httpapi/%) dlls/httpapi: dlls/httpapi/Makefile
15424 dlls/httpapi/Makefile dlls/httpapi/__depend__: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15425 @./config.status --file dlls/httpapi/Makefile && cd dlls/httpapi && \$(MAKE) Makefile"
15426 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15428 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
15429 wine_fn_append_file ALL_DIRS "dlls/iccvid"
15430 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
15431 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iccvid/%) dlls/iccvid: dlls/iccvid/Makefile
15432 dlls/iccvid/Makefile dlls/iccvid/__depend__: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15433 @./config.status --file dlls/iccvid/Makefile && cd dlls/iccvid && \$(MAKE) Makefile"
15434 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15436 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
15437 wine_fn_append_file ALL_DIRS "dlls/icmp"
15438 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
15439 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/icmp/%) dlls/icmp: dlls/icmp/Makefile
15440 dlls/icmp/Makefile dlls/icmp/__depend__: dlls/icmp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15441 @./config.status --file dlls/icmp/Makefile && cd dlls/icmp && \$(MAKE) Makefile"
15442 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15444 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ifsmgr.vxd dlls/ifsmgr.vxd/__install__ dlls/ifsmgr.vxd/__install-lib__ dlls/ifsmgr.vxd/__install-dev__: __builddeps__"
15445 wine_fn_append_file ALL_DIRS "dlls/ifsmgr.vxd"
15446 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
15447 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ifsmgr.vxd/%) dlls/ifsmgr.vxd: dlls/ifsmgr.vxd/Makefile
15448 dlls/ifsmgr.vxd/Makefile dlls/ifsmgr.vxd/__depend__: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15449 @./config.status --file dlls/ifsmgr.vxd/Makefile && cd dlls/ifsmgr.vxd && \$(MAKE) Makefile"
15450 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15452 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imaadp32.acm dlls/imaadp32.acm/__install__ dlls/imaadp32.acm/__install-lib__ dlls/imaadp32.acm/__install-dev__: __builddeps__"
15453 wine_fn_append_file ALL_DIRS "dlls/imaadp32.acm"
15454 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
15455 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imaadp32.acm/%) dlls/imaadp32.acm: dlls/imaadp32.acm/Makefile
15456 dlls/imaadp32.acm/Makefile dlls/imaadp32.acm/__depend__: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15457 @./config.status --file dlls/imaadp32.acm/Makefile && cd dlls/imaadp32.acm && \$(MAKE) Makefile"
15458 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15460 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
15461 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
15462 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
15463 @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
15464 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
15465 wine_fn_append_file ALL_DIRS "dlls/imagehlp"
15466 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
15467 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imagehlp/%) dlls/imagehlp: dlls/imagehlp/Makefile
15468 dlls/imagehlp/Makefile dlls/imagehlp/__depend__: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15469 @./config.status --file dlls/imagehlp/Makefile && cd dlls/imagehlp && \$(MAKE) Makefile"
15470 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15472 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/tests: __builddeps__
15473 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
15474 wine_fn_append_file ALL_TEST_BINARIES "imagehlp_test.exe"
15475 wine_fn_append_rule ALL_WINETEST_DEPENDS "imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15476 cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15477 imagehlp_test.rc:
15478 echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15479 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15480 wine_fn_append_file ALL_DIRS "dlls/imagehlp/tests"
15481 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
15482 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile
15483 dlls/imagehlp/tests/Makefile dlls/imagehlp/tests/__depend__: dlls/imagehlp/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15484 @./config.status --file dlls/imagehlp/tests/Makefile && cd dlls/imagehlp/tests && \$(MAKE) Makefile"
15485 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15487 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm.dll16 dlls/imm.dll16/__install__ dlls/imm.dll16/__install-lib__ dlls/imm.dll16/__install-dev__: __builddeps__"
15488 wine_fn_append_file ALL_DIRS "dlls/imm.dll16"
15489 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
15490 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm.dll16/%) dlls/imm.dll16: dlls/imm.dll16/Makefile
15491 dlls/imm.dll16/Makefile dlls/imm.dll16/__depend__: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15492 @./config.status --file dlls/imm.dll16/Makefile && cd dlls/imm.dll16 && \$(MAKE) Makefile"
15493 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15495 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
15496 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15497 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
15498 @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
15499 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
15500 wine_fn_append_file ALL_DIRS "dlls/imm32"
15501 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
15502 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm32/%) dlls/imm32: dlls/imm32/Makefile
15503 dlls/imm32/Makefile dlls/imm32/__depend__: dlls/imm32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15504 @./config.status --file dlls/imm32/Makefile && cd dlls/imm32 && \$(MAKE) Makefile"
15505 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15507 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/tests: __builddeps__
15508 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
15509 wine_fn_append_file ALL_TEST_BINARIES "imm32_test.exe"
15510 wine_fn_append_rule ALL_WINETEST_DEPENDS "imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15511 cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15512 imm32_test.rc:
15513 echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15514 imm32_test.res: imm32_test.rc imm32_test.exe"
15515 wine_fn_append_file ALL_DIRS "dlls/imm32/tests"
15516 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
15517 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile
15518 dlls/imm32/tests/Makefile dlls/imm32/tests/__depend__: dlls/imm32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15519 @./config.status --file dlls/imm32/tests/Makefile && cd dlls/imm32/tests && \$(MAKE) Makefile"
15520 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15522 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
15523 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
15524 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
15525 @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
15526 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
15527 wine_fn_append_file ALL_DIRS "dlls/inetcomm"
15528 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
15529 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetcomm/%) dlls/inetcomm: dlls/inetcomm/Makefile
15530 dlls/inetcomm/Makefile dlls/inetcomm/__depend__: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15531 @./config.status --file dlls/inetcomm/Makefile && cd dlls/inetcomm && \$(MAKE) Makefile"
15532 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15534 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/tests: __builddeps__
15535 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
15536 wine_fn_append_file ALL_TEST_BINARIES "inetcomm_test.exe"
15537 wine_fn_append_rule ALL_WINETEST_DEPENDS "inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15538 cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15539 inetcomm_test.rc:
15540 echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15541 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15542 wine_fn_append_file ALL_DIRS "dlls/inetcomm/tests"
15543 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
15544 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile
15545 dlls/inetcomm/tests/Makefile dlls/inetcomm/tests/__depend__: dlls/inetcomm/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15546 @./config.status --file dlls/inetcomm/tests/Makefile && cd dlls/inetcomm/tests && \$(MAKE) Makefile"
15547 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15549 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
15550 wine_fn_append_file ALL_DIRS "dlls/inetmib1"
15551 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
15552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetmib1/%) dlls/inetmib1: dlls/inetmib1/Makefile
15553 dlls/inetmib1/Makefile dlls/inetmib1/__depend__: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15554 @./config.status --file dlls/inetmib1/Makefile && cd dlls/inetmib1 && \$(MAKE) Makefile"
15555 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15557 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1/tests: __builddeps__
15558 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
15559 wine_fn_append_file ALL_TEST_BINARIES "inetmib1_test.exe"
15560 wine_fn_append_rule ALL_WINETEST_DEPENDS "inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15561 cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15562 inetmib1_test.rc:
15563 echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15564 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15565 wine_fn_append_file ALL_DIRS "dlls/inetmib1/tests"
15566 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
15567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile
15568 dlls/inetmib1/tests/Makefile dlls/inetmib1/tests/__depend__: dlls/inetmib1/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15569 @./config.status --file dlls/inetmib1/tests/Makefile && cd dlls/inetmib1/tests && \$(MAKE) Makefile"
15570 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15572 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
15573 wine_fn_append_file ALL_DIRS "dlls/infosoft"
15574 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
15575 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/infosoft/%) dlls/infosoft: dlls/infosoft/Makefile
15576 dlls/infosoft/Makefile dlls/infosoft/__depend__: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15577 @./config.status --file dlls/infosoft/Makefile && cd dlls/infosoft && \$(MAKE) Makefile"
15578 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15580 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft/tests: __builddeps__
15581 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
15582 wine_fn_append_file ALL_TEST_BINARIES "infosoft_test.exe"
15583 wine_fn_append_rule ALL_WINETEST_DEPENDS "infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15584 cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15585 infosoft_test.rc:
15586 echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15587 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15588 wine_fn_append_file ALL_DIRS "dlls/infosoft/tests"
15589 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
15590 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile
15591 dlls/infosoft/tests/Makefile dlls/infosoft/tests/__depend__: dlls/infosoft/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15592 @./config.status --file dlls/infosoft/tests/Makefile && cd dlls/infosoft/tests && \$(MAKE) Makefile"
15593 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15595 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
15596 wine_fn_append_file ALL_DIRS "dlls/initpki"
15597 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
15598 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/initpki/%) dlls/initpki: dlls/initpki/Makefile
15599 dlls/initpki/Makefile dlls/initpki/__depend__: dlls/initpki/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15600 @./config.status --file dlls/initpki/Makefile && cd dlls/initpki && \$(MAKE) Makefile"
15601 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15603 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
15604 wine_fn_append_file ALL_DIRS "dlls/inkobj"
15605 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
15606 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inkobj/%) dlls/inkobj: dlls/inkobj/Makefile
15607 dlls/inkobj/Makefile dlls/inkobj/__depend__: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15608 @./config.status --file dlls/inkobj/Makefile && cd dlls/inkobj && \$(MAKE) Makefile"
15609 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15611 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
15612 wine_fn_append_file ALL_DIRS "dlls/inseng"
15613 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
15614 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inseng/%) dlls/inseng: dlls/inseng/Makefile
15615 dlls/inseng/Makefile dlls/inseng/__depend__: dlls/inseng/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15616 @./config.status --file dlls/inseng/Makefile && cd dlls/inseng && \$(MAKE) Makefile"
15617 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15619 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
15620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15621 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
15622 @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
15623 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
15624 wine_fn_append_file ALL_DIRS "dlls/iphlpapi"
15625 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
15626 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iphlpapi/%) dlls/iphlpapi: dlls/iphlpapi/Makefile
15627 dlls/iphlpapi/Makefile dlls/iphlpapi/__depend__: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15628 @./config.status --file dlls/iphlpapi/Makefile && cd dlls/iphlpapi && \$(MAKE) Makefile"
15629 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15631 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/tests: __builddeps__
15632 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
15633 wine_fn_append_file ALL_TEST_BINARIES "iphlpapi_test.exe"
15634 wine_fn_append_rule ALL_WINETEST_DEPENDS "iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15635 cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15636 iphlpapi_test.rc:
15637 echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15638 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15639 wine_fn_append_file ALL_DIRS "dlls/iphlpapi/tests"
15640 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
15641 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile
15642 dlls/iphlpapi/tests/Makefile dlls/iphlpapi/tests/__depend__: dlls/iphlpapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15643 @./config.status --file dlls/iphlpapi/tests/Makefile && cd dlls/iphlpapi/tests && \$(MAKE) Makefile"
15644 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15646 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
15647 wine_fn_append_file ALL_DIRS "dlls/itircl"
15648 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
15649 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itircl/%) dlls/itircl: dlls/itircl/Makefile
15650 dlls/itircl/Makefile dlls/itircl/__depend__: dlls/itircl/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15651 @./config.status --file dlls/itircl/Makefile && cd dlls/itircl && \$(MAKE) Makefile"
15652 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15654 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
15655 wine_fn_append_file ALL_DIRS "dlls/itss"
15656 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
15657 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itss/%) dlls/itss: dlls/itss/Makefile
15658 dlls/itss/Makefile dlls/itss/__depend__: dlls/itss/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15659 @./config.status --file dlls/itss/Makefile && cd dlls/itss && \$(MAKE) Makefile"
15660 ac_config_files="$ac_config_files dlls/itss/Makefile"
15662 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss/tests: __builddeps__
15663 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
15664 wine_fn_append_file ALL_TEST_BINARIES "itss_test.exe"
15665 wine_fn_append_rule ALL_WINETEST_DEPENDS "itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
15666 cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15667 itss_test.rc:
15668 echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15669 itss_test.res: itss_test.rc itss_test.exe"
15670 wine_fn_append_file ALL_DIRS "dlls/itss/tests"
15671 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
15672 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile
15673 dlls/itss/tests/Makefile dlls/itss/tests/__depend__: dlls/itss/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15674 @./config.status --file dlls/itss/tests/Makefile && cd dlls/itss/tests && \$(MAKE) Makefile"
15675 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15677 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
15678 wine_fn_append_file ALL_DIRS "dlls/jscript"
15679 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
15680 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/jscript/%) dlls/jscript: dlls/jscript/Makefile
15681 dlls/jscript/Makefile dlls/jscript/__depend__: dlls/jscript/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15682 @./config.status --file dlls/jscript/Makefile && cd dlls/jscript && \$(MAKE) Makefile"
15683 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15685 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript/tests: __builddeps__
15686 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
15687 wine_fn_append_file ALL_TEST_BINARIES "jscript_test.exe"
15688 wine_fn_append_rule ALL_WINETEST_DEPENDS "jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
15689 cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15690 jscript_test.rc:
15691 echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15692 jscript_test.res: jscript_test.rc jscript_test.exe"
15693 wine_fn_append_file ALL_DIRS "dlls/jscript/tests"
15694 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
15695 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile
15696 dlls/jscript/tests/Makefile dlls/jscript/tests/__depend__: dlls/jscript/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15697 @./config.status --file dlls/jscript/tests/Makefile && cd dlls/jscript/tests && \$(MAKE) Makefile"
15698 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15700 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
15701 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
15702 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
15703 @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
15704 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
15705 wine_fn_append_file ALL_DIRS "dlls/kernel32"
15706 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
15707 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/kernel32/%) dlls/kernel32: dlls/kernel32/Makefile
15708 dlls/kernel32/Makefile dlls/kernel32/__depend__: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15709 @./config.status --file dlls/kernel32/Makefile && cd dlls/kernel32 && \$(MAKE) Makefile"
15710 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15712 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/tests: __builddeps__
15713 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
15714 wine_fn_append_file ALL_TEST_BINARIES "kernel32_test.exe"
15715 wine_fn_append_rule ALL_WINETEST_DEPENDS "kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
15716 cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15717 kernel32_test.rc:
15718 echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15719 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
15720 wine_fn_append_file ALL_DIRS "dlls/kernel32/tests"
15721 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
15722 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile
15723 dlls/kernel32/tests/Makefile dlls/kernel32/tests/__depend__: dlls/kernel32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15724 @./config.status --file dlls/kernel32/tests/Makefile && cd dlls/kernel32/tests && \$(MAKE) Makefile"
15725 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15727 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/keyboard.drv16 dlls/keyboard.drv16/__install__ dlls/keyboard.drv16/__install-lib__ dlls/keyboard.drv16/__install-dev__: __builddeps__"
15728 wine_fn_append_file ALL_DIRS "dlls/keyboard.drv16"
15729 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
15730 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/keyboard.drv16/%) dlls/keyboard.drv16: dlls/keyboard.drv16/Makefile
15731 dlls/keyboard.drv16/Makefile dlls/keyboard.drv16/__depend__: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15732 @./config.status --file dlls/keyboard.drv16/Makefile && cd dlls/keyboard.drv16 && \$(MAKE) Makefile"
15733 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15735 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libkernel.$IMPLIBEXT"
15736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: tools/widl tools/winebuild tools/winegcc include
15737 dlls/libkernel.$IMPLIBEXT: dlls/krnl386.exe16/libkernel.$IMPLIBEXT
15738 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.$IMPLIBEXT \$@
15739 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
15740 \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15741 clean::
15742 \$(RM) dlls/libkernel.$IMPLIBEXT
15743 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
15744 @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
15745 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
15746 wine_fn_append_file ALL_DIRS "dlls/krnl386.exe16"
15747 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
15748 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/krnl386.exe16/%) dlls/krnl386.exe16: dlls/krnl386.exe16/Makefile
15749 dlls/krnl386.exe16/Makefile dlls/krnl386.exe16/__depend__: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15750 @./config.status --file dlls/krnl386.exe16/Makefile && cd dlls/krnl386.exe16 && \$(MAKE) Makefile"
15751 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15753 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
15754 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
15755 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
15756 @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
15757 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
15758 wine_fn_append_file ALL_DIRS "dlls/loadperf"
15759 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
15760 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/loadperf/%) dlls/loadperf: dlls/loadperf/Makefile
15761 dlls/loadperf/Makefile dlls/loadperf/__depend__: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15762 @./config.status --file dlls/loadperf/Makefile && cd dlls/loadperf && \$(MAKE) Makefile"
15763 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15765 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
15766 wine_fn_append_file ALL_DIRS "dlls/localspl"
15767 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
15768 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localspl/%) dlls/localspl: dlls/localspl/Makefile
15769 dlls/localspl/Makefile dlls/localspl/__depend__: dlls/localspl/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15770 @./config.status --file dlls/localspl/Makefile && cd dlls/localspl && \$(MAKE) Makefile"
15771 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl/tests: __builddeps__
15774 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
15775 wine_fn_append_file ALL_TEST_BINARIES "localspl_test.exe"
15776 wine_fn_append_rule ALL_WINETEST_DEPENDS "localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
15777 cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15778 localspl_test.rc:
15779 echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15780 localspl_test.res: localspl_test.rc localspl_test.exe"
15781 wine_fn_append_file ALL_DIRS "dlls/localspl/tests"
15782 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
15783 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile
15784 dlls/localspl/tests/Makefile dlls/localspl/tests/__depend__: dlls/localspl/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15785 @./config.status --file dlls/localspl/tests/Makefile && cd dlls/localspl/tests && \$(MAKE) Makefile"
15786 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15788 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
15789 wine_fn_append_file ALL_DIRS "dlls/localui"
15790 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
15791 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localui/%) dlls/localui: dlls/localui/Makefile
15792 dlls/localui/Makefile dlls/localui/__depend__: dlls/localui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15793 @./config.status --file dlls/localui/Makefile && cd dlls/localui && \$(MAKE) Makefile"
15794 ac_config_files="$ac_config_files dlls/localui/Makefile"
15796 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui/tests: __builddeps__
15797 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
15798 wine_fn_append_file ALL_TEST_BINARIES "localui_test.exe"
15799 wine_fn_append_rule ALL_WINETEST_DEPENDS "localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
15800 cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15801 localui_test.rc:
15802 echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15803 localui_test.res: localui_test.rc localui_test.exe"
15804 wine_fn_append_file ALL_DIRS "dlls/localui/tests"
15805 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
15806 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile
15807 dlls/localui/tests/Makefile dlls/localui/tests/__depend__: dlls/localui/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15808 @./config.status --file dlls/localui/tests/Makefile && cd dlls/localui/tests && \$(MAKE) Makefile"
15809 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15811 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
15812 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
15813 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
15814 @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
15815 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
15816 wine_fn_append_file ALL_DIRS "dlls/lz32"
15817 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
15818 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lz32/%) dlls/lz32: dlls/lz32/Makefile
15819 dlls/lz32/Makefile dlls/lz32/__depend__: dlls/lz32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15820 @./config.status --file dlls/lz32/Makefile && cd dlls/lz32 && \$(MAKE) Makefile"
15821 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15823 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/tests: __builddeps__
15824 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
15825 wine_fn_append_file ALL_TEST_BINARIES "lz32_test.exe"
15826 wine_fn_append_rule ALL_WINETEST_DEPENDS "lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
15827 cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15828 lz32_test.rc:
15829 echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15830 lz32_test.res: lz32_test.rc lz32_test.exe"
15831 wine_fn_append_file ALL_DIRS "dlls/lz32/tests"
15832 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
15833 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile
15834 dlls/lz32/tests/Makefile dlls/lz32/tests/__depend__: dlls/lz32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15835 @./config.status --file dlls/lz32/tests/Makefile && cd dlls/lz32/tests && \$(MAKE) Makefile"
15836 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15838 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lzexpand.dll16 dlls/lzexpand.dll16/__install__ dlls/lzexpand.dll16/__install-lib__ dlls/lzexpand.dll16/__install-dev__: __builddeps__"
15839 wine_fn_append_file ALL_DIRS "dlls/lzexpand.dll16"
15840 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
15841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lzexpand.dll16/%) dlls/lzexpand.dll16: dlls/lzexpand.dll16/Makefile
15842 dlls/lzexpand.dll16/Makefile dlls/lzexpand.dll16/__depend__: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15843 @./config.status --file dlls/lzexpand.dll16/Makefile && cd dlls/lzexpand.dll16 && \$(MAKE) Makefile"
15844 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15846 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
15847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15848 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
15849 @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
15850 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
15851 wine_fn_append_file ALL_DIRS "dlls/mapi32"
15852 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
15853 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapi32/%) dlls/mapi32: dlls/mapi32/Makefile
15854 dlls/mapi32/Makefile dlls/mapi32/__depend__: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15855 @./config.status --file dlls/mapi32/Makefile && cd dlls/mapi32 && \$(MAKE) Makefile"
15856 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15858 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/tests: __builddeps__
15859 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
15860 wine_fn_append_file ALL_TEST_BINARIES "mapi32_test.exe"
15861 wine_fn_append_rule ALL_WINETEST_DEPENDS "mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
15862 cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15863 mapi32_test.rc:
15864 echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15865 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
15866 wine_fn_append_file ALL_DIRS "dlls/mapi32/tests"
15867 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
15868 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile
15869 dlls/mapi32/tests/Makefile dlls/mapi32/tests/__depend__: dlls/mapi32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15870 @./config.status --file dlls/mapi32/tests/Makefile && cd dlls/mapi32/tests && \$(MAKE) Makefile"
15871 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15873 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
15874 wine_fn_append_file ALL_DIRS "dlls/mapistub"
15875 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
15876 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapistub/%) dlls/mapistub: dlls/mapistub/Makefile
15877 dlls/mapistub/Makefile dlls/mapistub/__depend__: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15878 @./config.status --file dlls/mapistub/Makefile && cd dlls/mapistub && \$(MAKE) Makefile"
15879 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15881 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
15882 wine_fn_append_file ALL_DIRS "dlls/mciavi32"
15883 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
15884 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciavi32/%) dlls/mciavi32: dlls/mciavi32/Makefile
15885 dlls/mciavi32/Makefile dlls/mciavi32/__depend__: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15886 @./config.status --file dlls/mciavi32/Makefile && cd dlls/mciavi32 && \$(MAKE) Makefile"
15887 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15889 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
15890 wine_fn_append_file ALL_DIRS "dlls/mcicda"
15891 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
15892 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mcicda/%) dlls/mcicda: dlls/mcicda/Makefile
15893 dlls/mcicda/Makefile dlls/mcicda/__depend__: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15894 @./config.status --file dlls/mcicda/Makefile && cd dlls/mcicda && \$(MAKE) Makefile"
15895 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15897 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
15898 wine_fn_append_file ALL_DIRS "dlls/mciqtz32"
15899 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
15900 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciqtz32/%) dlls/mciqtz32: dlls/mciqtz32/Makefile
15901 dlls/mciqtz32/Makefile dlls/mciqtz32/__depend__: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15902 @./config.status --file dlls/mciqtz32/Makefile && cd dlls/mciqtz32 && \$(MAKE) Makefile"
15903 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
15906 wine_fn_append_file ALL_DIRS "dlls/mciseq"
15907 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
15908 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciseq/%) dlls/mciseq: dlls/mciseq/Makefile
15909 dlls/mciseq/Makefile dlls/mciseq/__depend__: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15910 @./config.status --file dlls/mciseq/Makefile && cd dlls/mciseq && \$(MAKE) Makefile"
15911 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
15914 wine_fn_append_file ALL_DIRS "dlls/mciwave"
15915 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
15916 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciwave/%) dlls/mciwave: dlls/mciwave/Makefile
15917 dlls/mciwave/Makefile dlls/mciwave/__depend__: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15918 @./config.status --file dlls/mciwave/Makefile && cd dlls/mciwave && \$(MAKE) Makefile"
15919 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15921 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
15922 wine_fn_append_file ALL_DIRS "dlls/midimap"
15923 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
15924 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/midimap/%) dlls/midimap: dlls/midimap/Makefile
15925 dlls/midimap/Makefile dlls/midimap/__depend__: dlls/midimap/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15926 @./config.status --file dlls/midimap/Makefile && cd dlls/midimap && \$(MAKE) Makefile"
15927 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15929 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
15930 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
15931 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
15932 @cd dlls/mlang && \$(MAKE) \`basename \$@\`
15933 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
15934 wine_fn_append_file ALL_DIRS "dlls/mlang"
15935 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
15936 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mlang/%) dlls/mlang: dlls/mlang/Makefile
15937 dlls/mlang/Makefile dlls/mlang/__depend__: dlls/mlang/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15938 @./config.status --file dlls/mlang/Makefile && cd dlls/mlang && \$(MAKE) Makefile"
15939 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15941 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/tests: __builddeps__
15942 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
15943 wine_fn_append_file ALL_TEST_BINARIES "mlang_test.exe"
15944 wine_fn_append_rule ALL_WINETEST_DEPENDS "mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
15945 cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15946 mlang_test.rc:
15947 echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15948 mlang_test.res: mlang_test.rc mlang_test.exe"
15949 wine_fn_append_file ALL_DIRS "dlls/mlang/tests"
15950 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
15951 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile
15952 dlls/mlang/tests/Makefile dlls/mlang/tests/__depend__: dlls/mlang/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15953 @./config.status --file dlls/mlang/tests/Makefile && cd dlls/mlang/tests && \$(MAKE) Makefile"
15954 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15956 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
15957 wine_fn_append_file ALL_DIRS "dlls/mmdevapi"
15958 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
15959 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevapi/%) dlls/mmdevapi: dlls/mmdevapi/Makefile
15960 dlls/mmdevapi/Makefile dlls/mmdevapi/__depend__: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15961 @./config.status --file dlls/mmdevapi/Makefile && cd dlls/mmdevapi && \$(MAKE) Makefile"
15962 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15964 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi/tests: __builddeps__
15965 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
15966 wine_fn_append_file ALL_TEST_BINARIES "mmdevapi_test.exe"
15967 wine_fn_append_rule ALL_WINETEST_DEPENDS "mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
15968 cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15969 mmdevapi_test.rc:
15970 echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15971 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
15972 wine_fn_append_file ALL_DIRS "dlls/mmdevapi/tests"
15973 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
15974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile
15975 dlls/mmdevapi/tests/Makefile dlls/mmdevapi/tests/__depend__: dlls/mmdevapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
15976 @./config.status --file dlls/mmdevapi/tests/Makefile && cd dlls/mmdevapi/tests && \$(MAKE) Makefile"
15977 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15979 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevldr.vxd dlls/mmdevldr.vxd/__install__ dlls/mmdevldr.vxd/__install-lib__ dlls/mmdevldr.vxd/__install-dev__: __builddeps__"
15980 wine_fn_append_file ALL_DIRS "dlls/mmdevldr.vxd"
15981 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
15982 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevldr.vxd/%) dlls/mmdevldr.vxd: dlls/mmdevldr.vxd/Makefile
15983 dlls/mmdevldr.vxd/Makefile dlls/mmdevldr.vxd/__depend__: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15984 @./config.status --file dlls/mmdevldr.vxd/Makefile && cd dlls/mmdevldr.vxd && \$(MAKE) Makefile"
15985 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15987 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmsystem.dll16 dlls/mmsystem.dll16/__install__ dlls/mmsystem.dll16/__install-lib__ dlls/mmsystem.dll16/__install-dev__: __builddeps__"
15988 wine_fn_append_file ALL_DIRS "dlls/mmsystem.dll16"
15989 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
15990 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmsystem.dll16/%) dlls/mmsystem.dll16: dlls/mmsystem.dll16/Makefile
15991 dlls/mmsystem.dll16/Makefile dlls/mmsystem.dll16/__depend__: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
15992 @./config.status --file dlls/mmsystem.dll16/Makefile && cd dlls/mmsystem.dll16 && \$(MAKE) Makefile"
15993 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15995 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/monodebg.vxd dlls/monodebg.vxd/__install__ dlls/monodebg.vxd/__install-lib__ dlls/monodebg.vxd/__install-dev__: __builddeps__"
15996 wine_fn_append_file ALL_DIRS "dlls/monodebg.vxd"
15997 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
15998 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/monodebg.vxd/%) dlls/monodebg.vxd: dlls/monodebg.vxd/Makefile
15999 dlls/monodebg.vxd/Makefile dlls/monodebg.vxd/__depend__: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16000 @./config.status --file dlls/monodebg.vxd/Makefile && cd dlls/monodebg.vxd && \$(MAKE) Makefile"
16001 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
16003 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mountmgr.sys dlls/mountmgr.sys/__install__ dlls/mountmgr.sys/__install-lib__ dlls/mountmgr.sys/__install-dev__: __builddeps__"
16004 wine_fn_append_file ALL_DIRS "dlls/mountmgr.sys"
16005 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
16006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mountmgr.sys/%) dlls/mountmgr.sys: dlls/mountmgr.sys/Makefile
16007 dlls/mountmgr.sys/Makefile dlls/mountmgr.sys/__depend__: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16008 @./config.status --file dlls/mountmgr.sys/Makefile && cd dlls/mountmgr.sys && \$(MAKE) Makefile"
16009 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
16011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mouse.drv16 dlls/mouse.drv16/__install__ dlls/mouse.drv16/__install-lib__ dlls/mouse.drv16/__install-dev__: __builddeps__"
16012 wine_fn_append_file ALL_DIRS "dlls/mouse.drv16"
16013 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
16014 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mouse.drv16/%) dlls/mouse.drv16: dlls/mouse.drv16/Makefile
16015 dlls/mouse.drv16/Makefile dlls/mouse.drv16/__depend__: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16016 @./config.status --file dlls/mouse.drv16/Makefile && cd dlls/mouse.drv16 && \$(MAKE) Makefile"
16017 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
16019 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
16020 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
16021 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
16022 @cd dlls/mpr && \$(MAKE) \`basename \$@\`
16023 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
16024 wine_fn_append_file ALL_DIRS "dlls/mpr"
16025 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
16026 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mpr/%) dlls/mpr: dlls/mpr/Makefile
16027 dlls/mpr/Makefile dlls/mpr/__depend__: dlls/mpr/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16028 @./config.status --file dlls/mpr/Makefile && cd dlls/mpr && \$(MAKE) Makefile"
16029 ac_config_files="$ac_config_files dlls/mpr/Makefile"
16031 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
16032 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16033 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
16034 @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
16035 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
16036 wine_fn_append_file ALL_DIRS "dlls/mprapi"
16037 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
16038 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mprapi/%) dlls/mprapi: dlls/mprapi/Makefile
16039 dlls/mprapi/Makefile dlls/mprapi/__depend__: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16040 @./config.status --file dlls/mprapi/Makefile && cd dlls/mprapi && \$(MAKE) Makefile"
16041 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
16043 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm.dll16 dlls/msacm.dll16/__install__ dlls/msacm.dll16/__install-lib__ dlls/msacm.dll16/__install-dev__: __builddeps__"
16044 wine_fn_append_file ALL_DIRS "dlls/msacm.dll16"
16045 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
16046 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm.dll16/%) dlls/msacm.dll16: dlls/msacm.dll16/Makefile
16047 dlls/msacm.dll16/Makefile dlls/msacm.dll16/__depend__: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16048 @./config.status --file dlls/msacm.dll16/Makefile && cd dlls/msacm.dll16 && \$(MAKE) Makefile"
16049 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
16051 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32.drv dlls/msacm32.drv/__install__ dlls/msacm32.drv/__install-lib__ dlls/msacm32.drv/__install-dev__: __builddeps__"
16052 wine_fn_append_file ALL_DIRS "dlls/msacm32.drv"
16053 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
16054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32.drv/%) dlls/msacm32.drv: dlls/msacm32.drv/Makefile
16055 dlls/msacm32.drv/Makefile dlls/msacm32.drv/__depend__: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16056 @./config.status --file dlls/msacm32.drv/Makefile && cd dlls/msacm32.drv && \$(MAKE) Makefile"
16057 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
16059 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
16060 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
16061 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
16062 @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
16063 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
16064 wine_fn_append_file ALL_DIRS "dlls/msacm32"
16065 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
16066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32/%) dlls/msacm32: dlls/msacm32/Makefile
16067 dlls/msacm32/Makefile dlls/msacm32/__depend__: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16068 @./config.status --file dlls/msacm32/Makefile && cd dlls/msacm32 && \$(MAKE) Makefile"
16069 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
16071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/tests: __builddeps__
16072 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
16073 wine_fn_append_file ALL_TEST_BINARIES "msacm32_test.exe"
16074 wine_fn_append_rule ALL_WINETEST_DEPENDS "msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
16075 cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16076 msacm32_test.rc:
16077 echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16078 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
16079 wine_fn_append_file ALL_DIRS "dlls/msacm32/tests"
16080 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
16081 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile
16082 dlls/msacm32/tests/Makefile dlls/msacm32/tests/__depend__: dlls/msacm32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16083 @./config.status --file dlls/msacm32/tests/Makefile && cd dlls/msacm32/tests && \$(MAKE) Makefile"
16084 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
16086 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msadp32.acm dlls/msadp32.acm/__install__ dlls/msadp32.acm/__install-lib__ dlls/msadp32.acm/__install-dev__: __builddeps__"
16087 wine_fn_append_file ALL_DIRS "dlls/msadp32.acm"
16088 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
16089 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msadp32.acm/%) dlls/msadp32.acm: dlls/msadp32.acm/Makefile
16090 dlls/msadp32.acm/Makefile dlls/msadp32.acm/__depend__: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16091 @./config.status --file dlls/msadp32.acm/Makefile && cd dlls/msadp32.acm && \$(MAKE) Makefile"
16092 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
16094 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
16095 wine_fn_append_file ALL_DIRS "dlls/mscat32"
16096 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
16097 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscat32/%) dlls/mscat32: dlls/mscat32/Makefile
16098 dlls/mscat32/Makefile dlls/mscat32/__depend__: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16099 @./config.status --file dlls/mscat32/Makefile && cd dlls/mscat32 && \$(MAKE) Makefile"
16100 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
16102 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
16103 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
16104 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
16105 @cd dlls/mscms && \$(MAKE) \`basename \$@\`
16106 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
16107 wine_fn_append_file ALL_DIRS "dlls/mscms"
16108 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
16109 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscms/%) dlls/mscms: dlls/mscms/Makefile
16110 dlls/mscms/Makefile dlls/mscms/__depend__: dlls/mscms/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16111 @./config.status --file dlls/mscms/Makefile && cd dlls/mscms && \$(MAKE) Makefile"
16112 ac_config_files="$ac_config_files dlls/mscms/Makefile"
16114 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/tests: __builddeps__
16115 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
16116 wine_fn_append_file ALL_TEST_BINARIES "mscms_test.exe"
16117 wine_fn_append_rule ALL_WINETEST_DEPENDS "mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
16118 cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16119 mscms_test.rc:
16120 echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16121 mscms_test.res: mscms_test.rc mscms_test.exe"
16122 wine_fn_append_file ALL_DIRS "dlls/mscms/tests"
16123 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
16124 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile
16125 dlls/mscms/tests/Makefile dlls/mscms/tests/__depend__: dlls/mscms/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16126 @./config.status --file dlls/mscms/tests/Makefile && cd dlls/mscms/tests && \$(MAKE) Makefile"
16127 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
16129 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
16130 wine_fn_append_file ALL_DIRS "dlls/mscoree"
16131 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
16132 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscoree/%) dlls/mscoree: dlls/mscoree/Makefile
16133 dlls/mscoree/Makefile dlls/mscoree/__depend__: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16134 @./config.status --file dlls/mscoree/Makefile && cd dlls/mscoree && \$(MAKE) Makefile"
16135 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
16137 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
16138 wine_fn_append_file ALL_DIRS "dlls/msctf"
16139 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
16140 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msctf/%) dlls/msctf: dlls/msctf/Makefile
16141 dlls/msctf/Makefile dlls/msctf/__depend__: dlls/msctf/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16142 @./config.status --file dlls/msctf/Makefile && cd dlls/msctf && \$(MAKE) Makefile"
16143 ac_config_files="$ac_config_files dlls/msctf/Makefile"
16145 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf/tests: __builddeps__
16146 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
16147 wine_fn_append_file ALL_TEST_BINARIES "msctf_test.exe"
16148 wine_fn_append_rule ALL_WINETEST_DEPENDS "msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
16149 cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16150 msctf_test.rc:
16151 echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16152 msctf_test.res: msctf_test.rc msctf_test.exe"
16153 wine_fn_append_file ALL_DIRS "dlls/msctf/tests"
16154 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
16155 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile
16156 dlls/msctf/tests/Makefile dlls/msctf/tests/__depend__: dlls/msctf/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16157 @./config.status --file dlls/msctf/tests/Makefile && cd dlls/msctf/tests && \$(MAKE) Makefile"
16158 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
16160 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
16161 wine_fn_append_file ALL_DIRS "dlls/msdaps"
16162 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
16163 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msdaps/%) dlls/msdaps: dlls/msdaps/Makefile
16164 dlls/msdaps/Makefile dlls/msdaps/__depend__: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16165 @./config.status --file dlls/msdaps/Makefile && cd dlls/msdaps && \$(MAKE) Makefile"
16166 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
16168 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
16169 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
16170 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
16171 @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
16172 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
16173 wine_fn_append_file ALL_DIRS "dlls/msdmo"
16174 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
16175 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msdmo/%) dlls/msdmo: dlls/msdmo/Makefile
16176 dlls/msdmo/Makefile dlls/msdmo/__depend__: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16177 @./config.status --file dlls/msdmo/Makefile && cd dlls/msdmo && \$(MAKE) Makefile"
16178 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
16180 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
16181 wine_fn_append_file ALL_DIRS "dlls/msftedit"
16182 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
16183 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msftedit/%) dlls/msftedit: dlls/msftedit/Makefile
16184 dlls/msftedit/Makefile dlls/msftedit/__depend__: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16185 @./config.status --file dlls/msftedit/Makefile && cd dlls/msftedit && \$(MAKE) Makefile"
16186 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
16188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msg711.acm dlls/msg711.acm/__install__ dlls/msg711.acm/__install-lib__ dlls/msg711.acm/__install-dev__: __builddeps__"
16189 wine_fn_append_file ALL_DIRS "dlls/msg711.acm"
16190 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
16191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msg711.acm/%) dlls/msg711.acm: dlls/msg711.acm/Makefile
16192 dlls/msg711.acm/Makefile dlls/msg711.acm/__depend__: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16193 @./config.status --file dlls/msg711.acm/Makefile && cd dlls/msg711.acm && \$(MAKE) Makefile"
16194 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
16196 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msgsm32.acm dlls/msgsm32.acm/__install__ dlls/msgsm32.acm/__install-lib__ dlls/msgsm32.acm/__install-dev__: __builddeps__"
16197 wine_fn_append_file ALL_DIRS "dlls/msgsm32.acm"
16198 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
16199 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msgsm32.acm/%) dlls/msgsm32.acm: dlls/msgsm32.acm/Makefile
16200 dlls/msgsm32.acm/Makefile dlls/msgsm32.acm/__depend__: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16201 @./config.status --file dlls/msgsm32.acm/Makefile && cd dlls/msgsm32.acm && \$(MAKE) Makefile"
16202 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
16204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml.tlb dlls/mshtml.tlb/__install__ dlls/mshtml.tlb/__install-lib__ dlls/mshtml.tlb/__install-dev__: __builddeps__"
16205 wine_fn_append_file ALL_DIRS "dlls/mshtml.tlb"
16206 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
16207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml.tlb/%) dlls/mshtml.tlb: dlls/mshtml.tlb/Makefile
16208 dlls/mshtml.tlb/Makefile dlls/mshtml.tlb/__depend__: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16209 @./config.status --file dlls/mshtml.tlb/Makefile && cd dlls/mshtml.tlb && \$(MAKE) Makefile"
16210 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
16212 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
16213 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
16214 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
16215 @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
16216 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
16217 wine_fn_append_file ALL_DIRS "dlls/mshtml"
16218 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
16219 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml/%) dlls/mshtml: dlls/mshtml/Makefile
16220 dlls/mshtml/Makefile dlls/mshtml/__depend__: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16221 @./config.status --file dlls/mshtml/Makefile && cd dlls/mshtml && \$(MAKE) Makefile"
16222 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
16224 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/tests: __builddeps__
16225 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
16226 wine_fn_append_file ALL_TEST_BINARIES "mshtml_test.exe"
16227 wine_fn_append_rule ALL_WINETEST_DEPENDS "mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16228 cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16229 mshtml_test.rc:
16230 echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16231 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16232 wine_fn_append_file ALL_DIRS "dlls/mshtml/tests"
16233 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
16234 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile
16235 dlls/mshtml/tests/Makefile dlls/mshtml/tests/__depend__: dlls/mshtml/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16236 @./config.status --file dlls/mshtml/tests/Makefile && cd dlls/mshtml/tests && \$(MAKE) Makefile"
16237 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16239 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
16240 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
16241 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
16242 @cd dlls/msi && \$(MAKE) \`basename \$@\`
16243 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
16244 wine_fn_append_file ALL_DIRS "dlls/msi"
16245 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
16246 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msi/%) dlls/msi: dlls/msi/Makefile
16247 dlls/msi/Makefile dlls/msi/__depend__: dlls/msi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16248 @./config.status --file dlls/msi/Makefile && cd dlls/msi && \$(MAKE) Makefile"
16249 ac_config_files="$ac_config_files dlls/msi/Makefile"
16251 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/tests: __builddeps__
16252 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
16253 wine_fn_append_file ALL_TEST_BINARIES "msi_test.exe"
16254 wine_fn_append_rule ALL_WINETEST_DEPENDS "msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16255 cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16256 msi_test.rc:
16257 echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16258 msi_test.res: msi_test.rc msi_test.exe"
16259 wine_fn_append_file ALL_DIRS "dlls/msi/tests"
16260 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
16261 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile
16262 dlls/msi/tests/Makefile dlls/msi/tests/__depend__: dlls/msi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16263 @./config.status --file dlls/msi/tests/Makefile && cd dlls/msi/tests && \$(MAKE) Makefile"
16264 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16266 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
16267 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
16268 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
16269 @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
16270 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
16271 wine_fn_append_file ALL_DIRS "dlls/msimg32"
16272 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
16273 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msimg32/%) dlls/msimg32: dlls/msimg32/Makefile
16274 dlls/msimg32/Makefile dlls/msimg32/__depend__: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16275 @./config.status --file dlls/msimg32/Makefile && cd dlls/msimg32 && \$(MAKE) Makefile"
16276 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16278 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
16279 wine_fn_append_file ALL_DIRS "dlls/msimtf"
16280 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
16281 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msimtf/%) dlls/msimtf: dlls/msimtf/Makefile
16282 dlls/msimtf/Makefile dlls/msimtf/__depend__: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16283 @./config.status --file dlls/msimtf/Makefile && cd dlls/msimtf && \$(MAKE) Makefile"
16284 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16286 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
16287 wine_fn_append_file ALL_DIRS "dlls/msisip"
16288 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
16289 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msisip/%) dlls/msisip: dlls/msisip/Makefile
16290 dlls/msisip/Makefile dlls/msisip/__depend__: dlls/msisip/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16291 @./config.status --file dlls/msisip/Makefile && cd dlls/msisip && \$(MAKE) Makefile"
16292 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16294 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisys.ocx dlls/msisys.ocx/__install__ dlls/msisys.ocx/__install-lib__ dlls/msisys.ocx/__install-dev__: __builddeps__"
16295 wine_fn_append_file ALL_DIRS "dlls/msisys.ocx"
16296 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
16297 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msisys.ocx/%) dlls/msisys.ocx: dlls/msisys.ocx/Makefile
16298 dlls/msisys.ocx/Makefile dlls/msisys.ocx/__depend__: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16299 @./config.status --file dlls/msisys.ocx/Makefile && cd dlls/msisys.ocx && \$(MAKE) Makefile"
16300 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16302 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
16303 wine_fn_append_file ALL_DIRS "dlls/msnet32"
16304 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
16305 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msnet32/%) dlls/msnet32: dlls/msnet32/Makefile
16306 dlls/msnet32/Makefile dlls/msnet32/__depend__: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16307 @./config.status --file dlls/msnet32/Makefile && cd dlls/msnet32 && \$(MAKE) Makefile"
16308 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16310 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
16311 wine_fn_append_file ALL_DIRS "dlls/msrle32"
16312 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
16313 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msrle32/%) dlls/msrle32: dlls/msrle32/Makefile
16314 dlls/msrle32/Makefile dlls/msrle32/__depend__: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16315 @./config.status --file dlls/msrle32/Makefile && cd dlls/msrle32 && \$(MAKE) Makefile"
16316 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16318 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
16319 wine_fn_append_file ALL_DIRS "dlls/mssign32"
16320 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
16321 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mssign32/%) dlls/mssign32: dlls/mssign32/Makefile
16322 dlls/mssign32/Makefile dlls/mssign32/__depend__: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16323 @./config.status --file dlls/mssign32/Makefile && cd dlls/mssign32 && \$(MAKE) Makefile"
16324 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16326 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
16327 wine_fn_append_file ALL_DIRS "dlls/mssip32"
16328 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
16329 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mssip32/%) dlls/mssip32: dlls/mssip32/Makefile
16330 dlls/mssip32/Makefile dlls/mssip32/__depend__: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16331 @./config.status --file dlls/mssip32/Makefile && cd dlls/mssip32 && \$(MAKE) Makefile"
16332 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16334 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
16335 wine_fn_append_file ALL_DIRS "dlls/mstask"
16336 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
16337 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mstask/%) dlls/mstask: dlls/mstask/Makefile
16338 dlls/mstask/Makefile dlls/mstask/__depend__: dlls/mstask/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16339 @./config.status --file dlls/mstask/Makefile && cd dlls/mstask && \$(MAKE) Makefile"
16340 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask/tests: __builddeps__
16343 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
16344 wine_fn_append_file ALL_TEST_BINARIES "mstask_test.exe"
16345 wine_fn_append_rule ALL_WINETEST_DEPENDS "mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16346 cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16347 mstask_test.rc:
16348 echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16349 mstask_test.res: mstask_test.rc mstask_test.exe"
16350 wine_fn_append_file ALL_DIRS "dlls/mstask/tests"
16351 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
16352 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile
16353 dlls/mstask/tests/Makefile dlls/mstask/tests/__depend__: dlls/mstask/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16354 @./config.status --file dlls/mstask/tests/Makefile && cd dlls/mstask/tests && \$(MAKE) Makefile"
16355 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16357 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
16358 wine_fn_append_file ALL_DIRS "dlls/msvcirt"
16359 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
16360 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcirt/%) dlls/msvcirt: dlls/msvcirt/Makefile
16361 dlls/msvcirt/Makefile dlls/msvcirt/__depend__: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16362 @./config.status --file dlls/msvcirt/Makefile && cd dlls/msvcirt && \$(MAKE) Makefile"
16363 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16365 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
16366 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
16367 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
16368 @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
16369 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
16370 wine_fn_append_file ALL_DIRS "dlls/msvcr71"
16371 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
16372 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcr71/%) dlls/msvcr71: dlls/msvcr71/Makefile
16373 dlls/msvcr71/Makefile dlls/msvcr71/__depend__: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16374 @./config.status --file dlls/msvcr71/Makefile && cd dlls/msvcr71 && \$(MAKE) Makefile"
16375 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16377 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
16378 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
16379 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
16380 @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
16381 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
16382 wine_fn_append_file ALL_DIRS "dlls/msvcrt"
16383 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
16384 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt/%) dlls/msvcrt: dlls/msvcrt/Makefile
16385 dlls/msvcrt/Makefile dlls/msvcrt/__depend__: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16386 @./config.status --file dlls/msvcrt/Makefile && cd dlls/msvcrt && \$(MAKE) Makefile"
16387 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/tests: __builddeps__
16390 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
16391 wine_fn_append_file ALL_TEST_BINARIES "msvcrt_test.exe"
16392 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16393 cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16394 msvcrt_test.rc:
16395 echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16396 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16397 wine_fn_append_file ALL_DIRS "dlls/msvcrt/tests"
16398 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
16399 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile
16400 dlls/msvcrt/tests/Makefile dlls/msvcrt/tests/__depend__: dlls/msvcrt/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16401 @./config.status --file dlls/msvcrt/tests/Makefile && cd dlls/msvcrt/tests && \$(MAKE) Makefile"
16402 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16404 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
16405 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
16406 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
16407 @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
16408 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
16409 wine_fn_append_file ALL_DIRS "dlls/msvcrt20"
16410 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
16411 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt20/%) dlls/msvcrt20: dlls/msvcrt20/Makefile
16412 dlls/msvcrt20/Makefile dlls/msvcrt20/__depend__: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16413 @./config.status --file dlls/msvcrt20/Makefile && cd dlls/msvcrt20 && \$(MAKE) Makefile"
16414 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16416 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
16417 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
16418 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
16419 @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
16420 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
16421 wine_fn_append_file ALL_DIRS "dlls/msvcrt40"
16422 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
16423 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt40/%) dlls/msvcrt40: dlls/msvcrt40/Makefile
16424 dlls/msvcrt40/Makefile dlls/msvcrt40/__depend__: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16425 @./config.status --file dlls/msvcrt40/Makefile && cd dlls/msvcrt40 && \$(MAKE) Makefile"
16426 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16428 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
16429 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
16430 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
16431 @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
16432 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
16433 wine_fn_append_file ALL_DIRS "dlls/msvcrtd"
16434 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
16435 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrtd/%) dlls/msvcrtd: dlls/msvcrtd/Makefile
16436 dlls/msvcrtd/Makefile dlls/msvcrtd/__depend__: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16437 @./config.status --file dlls/msvcrtd/Makefile && cd dlls/msvcrtd && \$(MAKE) Makefile"
16438 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16440 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/tests: __builddeps__
16441 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
16442 wine_fn_append_file ALL_TEST_BINARIES "msvcrtd_test.exe"
16443 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16444 cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16445 msvcrtd_test.rc:
16446 echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16447 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16448 wine_fn_append_file ALL_DIRS "dlls/msvcrtd/tests"
16449 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
16450 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile
16451 dlls/msvcrtd/tests/Makefile dlls/msvcrtd/tests/__depend__: dlls/msvcrtd/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16452 @./config.status --file dlls/msvcrtd/tests/Makefile && cd dlls/msvcrtd/tests && \$(MAKE) Makefile"
16453 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16455 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
16456 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
16457 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
16458 @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
16459 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
16460 wine_fn_append_file ALL_DIRS "dlls/msvfw32"
16461 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
16462 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvfw32/%) dlls/msvfw32: dlls/msvfw32/Makefile
16463 dlls/msvfw32/Makefile dlls/msvfw32/__depend__: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16464 @./config.status --file dlls/msvfw32/Makefile && cd dlls/msvfw32 && \$(MAKE) Makefile"
16465 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16467 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/tests: __builddeps__
16468 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
16469 wine_fn_append_file ALL_TEST_BINARIES "msvfw32_test.exe"
16470 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16471 cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16472 msvfw32_test.rc:
16473 echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16474 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16475 wine_fn_append_file ALL_DIRS "dlls/msvfw32/tests"
16476 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
16477 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile
16478 dlls/msvfw32/tests/Makefile dlls/msvfw32/tests/__depend__: dlls/msvfw32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16479 @./config.status --file dlls/msvfw32/tests/Makefile && cd dlls/msvfw32/tests && \$(MAKE) Makefile"
16480 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16482 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
16483 wine_fn_append_file ALL_DIRS "dlls/msvidc32"
16484 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
16485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvidc32/%) dlls/msvidc32: dlls/msvidc32/Makefile
16486 dlls/msvidc32/Makefile dlls/msvidc32/__depend__: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16487 @./config.status --file dlls/msvidc32/Makefile && cd dlls/msvidc32 && \$(MAKE) Makefile"
16488 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16490 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvideo.dll16 dlls/msvideo.dll16/__install__ dlls/msvideo.dll16/__install-lib__ dlls/msvideo.dll16/__install-dev__: __builddeps__"
16491 wine_fn_append_file ALL_DIRS "dlls/msvideo.dll16"
16492 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
16493 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvideo.dll16/%) dlls/msvideo.dll16: dlls/msvideo.dll16/Makefile
16494 dlls/msvideo.dll16/Makefile dlls/msvideo.dll16/__depend__: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16495 @./config.status --file dlls/msvideo.dll16/Makefile && cd dlls/msvideo.dll16 && \$(MAKE) Makefile"
16496 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16498 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
16499 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
16500 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
16501 @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
16502 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
16503 wine_fn_append_file ALL_DIRS "dlls/mswsock"
16504 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
16505 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mswsock/%) dlls/mswsock: dlls/mswsock/Makefile
16506 dlls/mswsock/Makefile dlls/mswsock/__depend__: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16507 @./config.status --file dlls/mswsock/Makefile && cd dlls/mswsock && \$(MAKE) Makefile"
16508 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16510 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
16511 wine_fn_append_file ALL_DIRS "dlls/msxml3"
16512 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
16513 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml3/%) dlls/msxml3: dlls/msxml3/Makefile
16514 dlls/msxml3/Makefile dlls/msxml3/__depend__: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16515 @./config.status --file dlls/msxml3/Makefile && cd dlls/msxml3 && \$(MAKE) Makefile"
16516 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16518 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3/tests: __builddeps__
16519 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
16520 wine_fn_append_file ALL_TEST_BINARIES "msxml3_test.exe"
16521 wine_fn_append_rule ALL_WINETEST_DEPENDS "msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16522 cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16523 msxml3_test.rc:
16524 echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16525 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
16526 wine_fn_append_file ALL_DIRS "dlls/msxml3/tests"
16527 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
16528 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile
16529 dlls/msxml3/tests/Makefile dlls/msxml3/tests/__depend__: dlls/msxml3/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16530 @./config.status --file dlls/msxml3/tests/Makefile && cd dlls/msxml3/tests && \$(MAKE) Makefile"
16531 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16533 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
16534 wine_fn_append_file ALL_DIRS "dlls/msxml4"
16535 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
16536 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml4/%) dlls/msxml4: dlls/msxml4/Makefile
16537 dlls/msxml4/Makefile dlls/msxml4/__depend__: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16538 @./config.status --file dlls/msxml4/Makefile && cd dlls/msxml4 && \$(MAKE) Makefile"
16539 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16541 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
16542 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16543 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
16544 @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
16545 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
16546 wine_fn_append_file ALL_DIRS "dlls/nddeapi"
16547 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
16548 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/nddeapi/%) dlls/nddeapi: dlls/nddeapi/Makefile
16549 dlls/nddeapi/Makefile dlls/nddeapi/__depend__: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16550 @./config.status --file dlls/nddeapi/Makefile && cd dlls/nddeapi && \$(MAKE) Makefile"
16551 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16553 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
16554 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16555 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
16556 @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
16557 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
16558 wine_fn_append_file ALL_DIRS "dlls/netapi32"
16559 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
16560 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/netapi32/%) dlls/netapi32: dlls/netapi32/Makefile
16561 dlls/netapi32/Makefile dlls/netapi32/__depend__: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16562 @./config.status --file dlls/netapi32/Makefile && cd dlls/netapi32 && \$(MAKE) Makefile"
16563 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/tests: __builddeps__
16566 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
16567 wine_fn_append_file ALL_TEST_BINARIES "netapi32_test.exe"
16568 wine_fn_append_rule ALL_WINETEST_DEPENDS "netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
16569 cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16570 netapi32_test.rc:
16571 echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16572 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
16573 wine_fn_append_file ALL_DIRS "dlls/netapi32/tests"
16574 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
16575 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile
16576 dlls/netapi32/tests/Makefile dlls/netapi32/tests/__depend__: dlls/netapi32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16577 @./config.status --file dlls/netapi32/tests/Makefile && cd dlls/netapi32/tests && \$(MAKE) Makefile"
16578 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16580 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
16581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
16582 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
16583 @cd dlls/newdev && \$(MAKE) \`basename \$@\`
16584 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
16585 wine_fn_append_file ALL_DIRS "dlls/newdev"
16586 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
16587 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/newdev/%) dlls/newdev: dlls/newdev/Makefile
16588 dlls/newdev/Makefile dlls/newdev/__depend__: dlls/newdev/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16589 @./config.status --file dlls/newdev/Makefile && cd dlls/newdev && \$(MAKE) Makefile"
16590 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16592 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
16593 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
16594 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
16595 @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
16596 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
16597 wine_fn_append_file ALL_DIRS "dlls/ntdll"
16598 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
16599 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdll/%) dlls/ntdll: dlls/ntdll/Makefile
16600 dlls/ntdll/Makefile dlls/ntdll/__depend__: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16601 @./config.status --file dlls/ntdll/Makefile && cd dlls/ntdll && \$(MAKE) Makefile"
16602 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16604 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/tests: __builddeps__
16605 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
16606 wine_fn_append_file ALL_TEST_BINARIES "ntdll_test.exe"
16607 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
16608 cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16609 ntdll_test.rc:
16610 echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16611 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
16612 wine_fn_append_file ALL_DIRS "dlls/ntdll/tests"
16613 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
16614 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile
16615 dlls/ntdll/tests/Makefile dlls/ntdll/tests/__depend__: dlls/ntdll/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16616 @./config.status --file dlls/ntdll/tests/Makefile && cd dlls/ntdll/tests && \$(MAKE) Makefile"
16617 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16619 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
16620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16621 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
16622 @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
16623 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
16624 wine_fn_append_file ALL_DIRS "dlls/ntdsapi"
16625 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
16626 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdsapi/%) dlls/ntdsapi: dlls/ntdsapi/Makefile
16627 dlls/ntdsapi/Makefile dlls/ntdsapi/__depend__: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16628 @./config.status --file dlls/ntdsapi/Makefile && cd dlls/ntdsapi && \$(MAKE) Makefile"
16629 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16631 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/tests: __builddeps__
16632 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
16633 wine_fn_append_file ALL_TEST_BINARIES "ntdsapi_test.exe"
16634 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
16635 cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16636 ntdsapi_test.rc:
16637 echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16638 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
16639 wine_fn_append_file ALL_DIRS "dlls/ntdsapi/tests"
16640 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
16641 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile
16642 dlls/ntdsapi/tests/Makefile dlls/ntdsapi/tests/__depend__: dlls/ntdsapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16643 @./config.status --file dlls/ntdsapi/tests/Makefile && cd dlls/ntdsapi/tests && \$(MAKE) Makefile"
16644 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16646 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16647 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: tools/widl tools/winebuild tools/winegcc include
16648 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
16649 @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
16650 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
16651 wine_fn_append_file ALL_DIRS "dlls/ntoskrnl.exe"
16652 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
16653 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntoskrnl.exe/%) dlls/ntoskrnl.exe: dlls/ntoskrnl.exe/Makefile
16654 dlls/ntoskrnl.exe/Makefile dlls/ntoskrnl.exe/__depend__: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16655 @./config.status --file dlls/ntoskrnl.exe/Makefile && cd dlls/ntoskrnl.exe && \$(MAKE) Makefile"
16656 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16658 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
16659 wine_fn_append_file ALL_DIRS "dlls/ntprint"
16660 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
16661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntprint/%) dlls/ntprint: dlls/ntprint/Makefile
16662 dlls/ntprint/Makefile dlls/ntprint/__depend__: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16663 @./config.status --file dlls/ntprint/Makefile && cd dlls/ntprint && \$(MAKE) Makefile"
16664 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16666 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint/tests: __builddeps__
16667 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
16668 wine_fn_append_file ALL_TEST_BINARIES "ntprint_test.exe"
16669 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
16670 cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16671 ntprint_test.rc:
16672 echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16673 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
16674 wine_fn_append_file ALL_DIRS "dlls/ntprint/tests"
16675 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
16676 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile
16677 dlls/ntprint/tests/Makefile dlls/ntprint/tests/__depend__: dlls/ntprint/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16678 @./config.status --file dlls/ntprint/tests/Makefile && cd dlls/ntprint/tests && \$(MAKE) Makefile"
16679 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16681 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
16682 wine_fn_append_file ALL_DIRS "dlls/objsel"
16683 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
16684 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/objsel/%) dlls/objsel: dlls/objsel/Makefile
16685 dlls/objsel/Makefile dlls/objsel/__depend__: dlls/objsel/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16686 @./config.status --file dlls/objsel/Makefile && cd dlls/objsel && \$(MAKE) Makefile"
16687 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16689 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
16690 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
16691 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
16692 @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
16693 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
16694 wine_fn_append_file ALL_DIRS "dlls/odbc32"
16695 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
16696 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbc32/%) dlls/odbc32: dlls/odbc32/Makefile
16697 dlls/odbc32/Makefile dlls/odbc32/__depend__: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16698 @./config.status --file dlls/odbc32/Makefile && cd dlls/odbc32 && \$(MAKE) Makefile"
16699 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16701 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
16702 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
16703 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
16704 @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
16705 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
16706 wine_fn_append_file ALL_DIRS "dlls/odbccp32"
16707 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
16708 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbccp32/%) dlls/odbccp32: dlls/odbccp32/Makefile
16709 dlls/odbccp32/Makefile dlls/odbccp32/__depend__: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16710 @./config.status --file dlls/odbccp32/Makefile && cd dlls/odbccp32 && \$(MAKE) Makefile"
16711 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16713 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/tests: __builddeps__
16714 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
16715 wine_fn_append_file ALL_TEST_BINARIES "odbccp32_test.exe"
16716 wine_fn_append_rule ALL_WINETEST_DEPENDS "odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
16717 cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16718 odbccp32_test.rc:
16719 echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16720 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
16721 wine_fn_append_file ALL_DIRS "dlls/odbccp32/tests"
16722 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
16723 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile
16724 dlls/odbccp32/tests/Makefile dlls/odbccp32/tests/__depend__: dlls/odbccp32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16725 @./config.status --file dlls/odbccp32/tests/Makefile && cd dlls/odbccp32/tests && \$(MAKE) Makefile"
16726 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16728 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2.dll16 dlls/ole2.dll16/__install__ dlls/ole2.dll16/__install-lib__ dlls/ole2.dll16/__install-dev__: __builddeps__"
16729 wine_fn_append_file ALL_DIRS "dlls/ole2.dll16"
16730 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
16731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2.dll16/%) dlls/ole2.dll16: dlls/ole2.dll16/Makefile
16732 dlls/ole2.dll16/Makefile dlls/ole2.dll16/__depend__: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16733 @./config.status --file dlls/ole2.dll16/Makefile && cd dlls/ole2.dll16 && \$(MAKE) Makefile"
16734 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2conv.dll16 dlls/ole2conv.dll16/__install__ dlls/ole2conv.dll16/__install-lib__ dlls/ole2conv.dll16/__install-dev__: __builddeps__"
16737 wine_fn_append_file ALL_DIRS "dlls/ole2conv.dll16"
16738 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
16739 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2conv.dll16/%) dlls/ole2conv.dll16: dlls/ole2conv.dll16/Makefile
16740 dlls/ole2conv.dll16/Makefile dlls/ole2conv.dll16/__depend__: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16741 @./config.status --file dlls/ole2conv.dll16/Makefile && cd dlls/ole2conv.dll16 && \$(MAKE) Makefile"
16742 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16744 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2disp.dll16 dlls/ole2disp.dll16/__install__ dlls/ole2disp.dll16/__install-lib__ dlls/ole2disp.dll16/__install-dev__: __builddeps__"
16745 wine_fn_append_file ALL_DIRS "dlls/ole2disp.dll16"
16746 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
16747 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2disp.dll16/%) dlls/ole2disp.dll16: dlls/ole2disp.dll16/Makefile
16748 dlls/ole2disp.dll16/Makefile dlls/ole2disp.dll16/__depend__: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16749 @./config.status --file dlls/ole2disp.dll16/Makefile && cd dlls/ole2disp.dll16 && \$(MAKE) Makefile"
16750 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16752 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2nls.dll16 dlls/ole2nls.dll16/__install__ dlls/ole2nls.dll16/__install-lib__ dlls/ole2nls.dll16/__install-dev__: __builddeps__"
16753 wine_fn_append_file ALL_DIRS "dlls/ole2nls.dll16"
16754 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
16755 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2nls.dll16/%) dlls/ole2nls.dll16: dlls/ole2nls.dll16/Makefile
16756 dlls/ole2nls.dll16/Makefile dlls/ole2nls.dll16/__depend__: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16757 @./config.status --file dlls/ole2nls.dll16/Makefile && cd dlls/ole2nls.dll16 && \$(MAKE) Makefile"
16758 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16760 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2prox.dll16 dlls/ole2prox.dll16/__install__ dlls/ole2prox.dll16/__install-lib__ dlls/ole2prox.dll16/__install-dev__: __builddeps__"
16761 wine_fn_append_file ALL_DIRS "dlls/ole2prox.dll16"
16762 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
16763 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2prox.dll16/%) dlls/ole2prox.dll16: dlls/ole2prox.dll16/Makefile
16764 dlls/ole2prox.dll16/Makefile dlls/ole2prox.dll16/__depend__: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16765 @./config.status --file dlls/ole2prox.dll16/Makefile && cd dlls/ole2prox.dll16 && \$(MAKE) Makefile"
16766 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16768 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole2thk.dll16 dlls/ole2thk.dll16/__install__ dlls/ole2thk.dll16/__install-lib__ dlls/ole2thk.dll16/__install-dev__: __builddeps__"
16769 wine_fn_append_file ALL_DIRS "dlls/ole2thk.dll16"
16770 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
16771 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2thk.dll16/%) dlls/ole2thk.dll16: dlls/ole2thk.dll16/Makefile
16772 dlls/ole2thk.dll16/Makefile dlls/ole2thk.dll16/__depend__: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16773 @./config.status --file dlls/ole2thk.dll16/Makefile && cd dlls/ole2thk.dll16 && \$(MAKE) Makefile"
16774 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16776 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
16777 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
16778 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
16779 @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
16780 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
16781 wine_fn_append_file ALL_DIRS "dlls/ole32"
16782 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
16783 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole32/%) dlls/ole32: dlls/ole32/Makefile
16784 dlls/ole32/Makefile dlls/ole32/__depend__: dlls/ole32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16785 @./config.status --file dlls/ole32/Makefile && cd dlls/ole32 && \$(MAKE) Makefile"
16786 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16788 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/tests: __builddeps__
16789 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
16790 wine_fn_append_file ALL_TEST_BINARIES "ole32_test.exe"
16791 wine_fn_append_rule ALL_WINETEST_DEPENDS "ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
16792 cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16793 ole32_test.rc:
16794 echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16795 ole32_test.res: ole32_test.rc ole32_test.exe"
16796 wine_fn_append_file ALL_DIRS "dlls/ole32/tests"
16797 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
16798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile
16799 dlls/ole32/tests/Makefile dlls/ole32/tests/__depend__: dlls/ole32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16800 @./config.status --file dlls/ole32/tests/Makefile && cd dlls/ole32/tests && \$(MAKE) Makefile"
16801 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16803 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
16804 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
16805 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
16806 @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
16807 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
16808 wine_fn_append_file ALL_DIRS "dlls/oleacc"
16809 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
16810 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleacc/%) dlls/oleacc: dlls/oleacc/Makefile
16811 dlls/oleacc/Makefile dlls/oleacc/__depend__: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16812 @./config.status --file dlls/oleacc/Makefile && cd dlls/oleacc && \$(MAKE) Makefile"
16813 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/tests: __builddeps__
16816 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
16817 wine_fn_append_file ALL_TEST_BINARIES "oleacc_test.exe"
16818 wine_fn_append_rule ALL_WINETEST_DEPENDS "oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
16819 cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16820 oleacc_test.rc:
16821 echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16822 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
16823 wine_fn_append_file ALL_DIRS "dlls/oleacc/tests"
16824 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
16825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile
16826 dlls/oleacc/tests/Makefile dlls/oleacc/tests/__depend__: dlls/oleacc/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16827 @./config.status --file dlls/oleacc/tests/Makefile && cd dlls/oleacc/tests && \$(MAKE) Makefile"
16828 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16830 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
16831 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
16832 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
16833 @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
16834 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
16835 wine_fn_append_file ALL_DIRS "dlls/oleaut32"
16836 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
16837 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleaut32/%) dlls/oleaut32: dlls/oleaut32/Makefile
16838 dlls/oleaut32/Makefile dlls/oleaut32/__depend__: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16839 @./config.status --file dlls/oleaut32/Makefile && cd dlls/oleaut32 && \$(MAKE) Makefile"
16840 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16842 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/tests: __builddeps__
16843 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
16844 wine_fn_append_file ALL_TEST_BINARIES "oleaut32_test.exe"
16845 wine_fn_append_rule ALL_WINETEST_DEPENDS "oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
16846 cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16847 oleaut32_test.rc:
16848 echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16849 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
16850 wine_fn_append_file ALL_DIRS "dlls/oleaut32/tests"
16851 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
16852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile
16853 dlls/oleaut32/tests/Makefile dlls/oleaut32/tests/__depend__: dlls/oleaut32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16854 @./config.status --file dlls/oleaut32/tests/Makefile && cd dlls/oleaut32/tests && \$(MAKE) Makefile"
16855 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli.dll16 dlls/olecli.dll16/__install__ dlls/olecli.dll16/__install-lib__ dlls/olecli.dll16/__install-dev__: __builddeps__"
16858 wine_fn_append_file ALL_DIRS "dlls/olecli.dll16"
16859 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
16860 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olecli.dll16/%) dlls/olecli.dll16: dlls/olecli.dll16/Makefile
16861 dlls/olecli.dll16/Makefile dlls/olecli.dll16/__depend__: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16862 @./config.status --file dlls/olecli.dll16/Makefile && cd dlls/olecli.dll16 && \$(MAKE) Makefile"
16863 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16865 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
16866 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
16867 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
16868 @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
16869 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
16870 wine_fn_append_file ALL_DIRS "dlls/olecli32"
16871 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
16872 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olecli32/%) dlls/olecli32: dlls/olecli32/Makefile
16873 dlls/olecli32/Makefile dlls/olecli32/__depend__: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16874 @./config.status --file dlls/olecli32/Makefile && cd dlls/olecli32 && \$(MAKE) Makefile"
16875 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16877 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
16878 wine_fn_append_file ALL_DIRS "dlls/oledb32"
16879 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
16880 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledb32/%) dlls/oledb32: dlls/oledb32/Makefile
16881 dlls/oledb32/Makefile dlls/oledb32/__depend__: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16882 @./config.status --file dlls/oledb32/Makefile && cd dlls/oledb32 && \$(MAKE) Makefile"
16883 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16885 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32/tests: __builddeps__
16886 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
16887 wine_fn_append_file ALL_TEST_BINARIES "oledb32_test.exe"
16888 wine_fn_append_rule ALL_WINETEST_DEPENDS "oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
16889 cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16890 oledb32_test.rc:
16891 echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16892 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
16893 wine_fn_append_file ALL_DIRS "dlls/oledb32/tests"
16894 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
16895 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile
16896 dlls/oledb32/tests/Makefile dlls/oledb32/tests/__depend__: dlls/oledb32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16897 @./config.status --file dlls/oledb32/tests/Makefile && cd dlls/oledb32/tests && \$(MAKE) Makefile"
16898 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16900 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
16901 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
16902 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
16903 @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
16904 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
16905 wine_fn_append_file ALL_DIRS "dlls/oledlg"
16906 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
16907 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledlg/%) dlls/oledlg: dlls/oledlg/Makefile
16908 dlls/oledlg/Makefile dlls/oledlg/__depend__: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16909 @./config.status --file dlls/oledlg/Makefile && cd dlls/oledlg && \$(MAKE) Makefile"
16910 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16912 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
16913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
16914 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
16915 @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
16916 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
16917 wine_fn_append_file ALL_DIRS "dlls/olepro32"
16918 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
16919 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olepro32/%) dlls/olepro32: dlls/olepro32/Makefile
16920 dlls/olepro32/Makefile dlls/olepro32/__depend__: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16921 @./config.status --file dlls/olepro32/Makefile && cd dlls/olepro32 && \$(MAKE) Makefile"
16922 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16924 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr.dll16 dlls/olesvr.dll16/__install__ dlls/olesvr.dll16/__install-lib__ dlls/olesvr.dll16/__install-dev__: __builddeps__"
16925 wine_fn_append_file ALL_DIRS "dlls/olesvr.dll16"
16926 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
16927 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olesvr.dll16/%) dlls/olesvr.dll16: dlls/olesvr.dll16/Makefile
16928 dlls/olesvr.dll16/Makefile dlls/olesvr.dll16/__depend__: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16929 @./config.status --file dlls/olesvr.dll16/Makefile && cd dlls/olesvr.dll16 && \$(MAKE) Makefile"
16930 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16932 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
16933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
16934 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
16935 @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
16936 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
16937 wine_fn_append_file ALL_DIRS "dlls/olesvr32"
16938 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
16939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olesvr32/%) dlls/olesvr32: dlls/olesvr32/Makefile
16940 dlls/olesvr32/Makefile dlls/olesvr32/__depend__: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16941 @./config.status --file dlls/olesvr32/Makefile && cd dlls/olesvr32 && \$(MAKE) Makefile"
16942 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16944 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
16945 wine_fn_append_file ALL_DIRS "dlls/olethk32"
16946 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
16947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olethk32/%) dlls/olethk32: dlls/olethk32/Makefile
16948 dlls/olethk32/Makefile dlls/olethk32/__depend__: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16949 @./config.status --file dlls/olethk32/Makefile && cd dlls/olethk32 && \$(MAKE) Makefile"
16950 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16952 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
16953 wine_fn_append_file ALL_DIRS "dlls/openal32"
16954 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
16955 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/openal32/%) dlls/openal32: dlls/openal32/Makefile
16956 dlls/openal32/Makefile dlls/openal32/__depend__: dlls/openal32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16957 @./config.status --file dlls/openal32/Makefile && cd dlls/openal32 && \$(MAKE) Makefile"
16958 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16960 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
16961 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
16962 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
16963 @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
16964 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
16965 wine_fn_append_file ALL_DIRS "dlls/opengl32"
16966 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
16967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/opengl32/%) dlls/opengl32: dlls/opengl32/Makefile
16968 dlls/opengl32/Makefile dlls/opengl32/__depend__: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16969 @./config.status --file dlls/opengl32/Makefile && cd dlls/opengl32 && \$(MAKE) Makefile"
16970 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16972 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/tests: __builddeps__
16973 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
16974 wine_fn_append_file ALL_TEST_BINARIES "opengl32_test.exe"
16975 wine_fn_append_rule ALL_WINETEST_DEPENDS "opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
16976 cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16977 opengl32_test.rc:
16978 echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16979 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
16980 wine_fn_append_file ALL_DIRS "dlls/opengl32/tests"
16981 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
16982 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile
16983 dlls/opengl32/tests/Makefile dlls/opengl32/tests/__depend__: dlls/opengl32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
16984 @./config.status --file dlls/opengl32/tests/Makefile && cd dlls/opengl32/tests && \$(MAKE) Makefile"
16985 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16987 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
16988 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
16989 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
16990 @cd dlls/pdh && \$(MAKE) \`basename \$@\`
16991 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
16992 wine_fn_append_file ALL_DIRS "dlls/pdh"
16993 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
16994 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pdh/%) dlls/pdh: dlls/pdh/Makefile
16995 dlls/pdh/Makefile dlls/pdh/__depend__: dlls/pdh/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
16996 @./config.status --file dlls/pdh/Makefile && cd dlls/pdh && \$(MAKE) Makefile"
16997 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16999 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/tests: __builddeps__
17000 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
17001 wine_fn_append_file ALL_TEST_BINARIES "pdh_test.exe"
17002 wine_fn_append_rule ALL_WINETEST_DEPENDS "pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
17003 cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17004 pdh_test.rc:
17005 echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17006 pdh_test.res: pdh_test.rc pdh_test.exe"
17007 wine_fn_append_file ALL_DIRS "dlls/pdh/tests"
17008 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
17009 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile
17010 dlls/pdh/tests/Makefile dlls/pdh/tests/__depend__: dlls/pdh/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17011 @./config.status --file dlls/pdh/tests/Makefile && cd dlls/pdh/tests && \$(MAKE) Makefile"
17012 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
17014 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
17015 wine_fn_append_file ALL_DIRS "dlls/pidgen"
17016 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
17017 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pidgen/%) dlls/pidgen: dlls/pidgen/Makefile
17018 dlls/pidgen/Makefile dlls/pidgen/__depend__: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17019 @./config.status --file dlls/pidgen/Makefile && cd dlls/pidgen && \$(MAKE) Makefile"
17020 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
17022 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
17023 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
17024 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
17025 @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
17026 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
17027 wine_fn_append_file ALL_DIRS "dlls/powrprof"
17028 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
17029 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/powrprof/%) dlls/powrprof: dlls/powrprof/Makefile
17030 dlls/powrprof/Makefile dlls/powrprof/__depend__: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17031 @./config.status --file dlls/powrprof/Makefile && cd dlls/powrprof && \$(MAKE) Makefile"
17032 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
17034 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
17035 wine_fn_append_file ALL_DIRS "dlls/printui"
17036 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
17037 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/printui/%) dlls/printui: dlls/printui/Makefile
17038 dlls/printui/Makefile dlls/printui/__depend__: dlls/printui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17039 @./config.status --file dlls/printui/Makefile && cd dlls/printui && \$(MAKE) Makefile"
17040 ac_config_files="$ac_config_files dlls/printui/Makefile"
17042 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
17043 wine_fn_append_file ALL_DIRS "dlls/propsys"
17044 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
17045 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/propsys/%) dlls/propsys: dlls/propsys/Makefile
17046 dlls/propsys/Makefile dlls/propsys/__depend__: dlls/propsys/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17047 @./config.status --file dlls/propsys/Makefile && cd dlls/propsys && \$(MAKE) Makefile"
17048 ac_config_files="$ac_config_files dlls/propsys/Makefile"
17050 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
17051 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17052 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
17053 @cd dlls/psapi && \$(MAKE) \`basename \$@\`
17054 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
17055 wine_fn_append_file ALL_DIRS "dlls/psapi"
17056 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
17057 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/psapi/%) dlls/psapi: dlls/psapi/Makefile
17058 dlls/psapi/Makefile dlls/psapi/__depend__: dlls/psapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17059 @./config.status --file dlls/psapi/Makefile && cd dlls/psapi && \$(MAKE) Makefile"
17060 ac_config_files="$ac_config_files dlls/psapi/Makefile"
17062 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/tests: __builddeps__
17063 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
17064 wine_fn_append_file ALL_TEST_BINARIES "psapi_test.exe"
17065 wine_fn_append_rule ALL_WINETEST_DEPENDS "psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
17066 cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17067 psapi_test.rc:
17068 echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17069 psapi_test.res: psapi_test.rc psapi_test.exe"
17070 wine_fn_append_file ALL_DIRS "dlls/psapi/tests"
17071 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
17072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile
17073 dlls/psapi/tests/Makefile dlls/psapi/tests/__depend__: dlls/psapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17074 @./config.status --file dlls/psapi/tests/Makefile && cd dlls/psapi/tests && \$(MAKE) Makefile"
17075 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
17077 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
17078 wine_fn_append_file ALL_DIRS "dlls/pstorec"
17079 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
17080 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pstorec/%) dlls/pstorec: dlls/pstorec/Makefile
17081 dlls/pstorec/Makefile dlls/pstorec/__depend__: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17082 @./config.status --file dlls/pstorec/Makefile && cd dlls/pstorec && \$(MAKE) Makefile"
17083 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
17085 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
17086 wine_fn_append_file ALL_DIRS "dlls/qcap"
17087 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
17088 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qcap/%) dlls/qcap: dlls/qcap/Makefile
17089 dlls/qcap/Makefile dlls/qcap/__depend__: dlls/qcap/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17090 @./config.status --file dlls/qcap/Makefile && cd dlls/qcap && \$(MAKE) Makefile"
17091 ac_config_files="$ac_config_files dlls/qcap/Makefile"
17093 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
17094 wine_fn_append_file ALL_DIRS "dlls/qedit"
17095 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
17096 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qedit/%) dlls/qedit: dlls/qedit/Makefile
17097 dlls/qedit/Makefile dlls/qedit/__depend__: dlls/qedit/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17098 @./config.status --file dlls/qedit/Makefile && cd dlls/qedit && \$(MAKE) Makefile"
17099 ac_config_files="$ac_config_files dlls/qedit/Makefile"
17101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit/tests: __builddeps__
17102 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
17103 wine_fn_append_file ALL_TEST_BINARIES "qedit_test.exe"
17104 wine_fn_append_rule ALL_WINETEST_DEPENDS "qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
17105 cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17106 qedit_test.rc:
17107 echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17108 qedit_test.res: qedit_test.rc qedit_test.exe"
17109 wine_fn_append_file ALL_DIRS "dlls/qedit/tests"
17110 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
17111 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile
17112 dlls/qedit/tests/Makefile dlls/qedit/tests/__depend__: dlls/qedit/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17113 @./config.status --file dlls/qedit/tests/Makefile && cd dlls/qedit/tests && \$(MAKE) Makefile"
17114 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
17116 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
17117 wine_fn_append_file ALL_DIRS "dlls/qmgr"
17118 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
17119 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgr/%) dlls/qmgr: dlls/qmgr/Makefile
17120 dlls/qmgr/Makefile dlls/qmgr/__depend__: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17121 @./config.status --file dlls/qmgr/Makefile && cd dlls/qmgr && \$(MAKE) Makefile"
17122 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
17124 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr/tests: __builddeps__
17125 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
17126 wine_fn_append_file ALL_TEST_BINARIES "qmgr_test.exe"
17127 wine_fn_append_rule ALL_WINETEST_DEPENDS "qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
17128 cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17129 qmgr_test.rc:
17130 echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17131 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
17132 wine_fn_append_file ALL_DIRS "dlls/qmgr/tests"
17133 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
17134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile
17135 dlls/qmgr/tests/Makefile dlls/qmgr/tests/__depend__: dlls/qmgr/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17136 @./config.status --file dlls/qmgr/tests/Makefile && cd dlls/qmgr/tests && \$(MAKE) Makefile"
17137 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
17139 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
17140 wine_fn_append_file ALL_DIRS "dlls/qmgrprxy"
17141 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
17142 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgrprxy/%) dlls/qmgrprxy: dlls/qmgrprxy/Makefile
17143 dlls/qmgrprxy/Makefile dlls/qmgrprxy/__depend__: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17144 @./config.status --file dlls/qmgrprxy/Makefile && cd dlls/qmgrprxy && \$(MAKE) Makefile"
17145 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
17147 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
17148 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
17149 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
17150 @cd dlls/quartz && \$(MAKE) \`basename \$@\`
17151 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
17152 wine_fn_append_file ALL_DIRS "dlls/quartz"
17153 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
17154 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/quartz/%) dlls/quartz: dlls/quartz/Makefile
17155 dlls/quartz/Makefile dlls/quartz/__depend__: dlls/quartz/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17156 @./config.status --file dlls/quartz/Makefile && cd dlls/quartz && \$(MAKE) Makefile"
17157 ac_config_files="$ac_config_files dlls/quartz/Makefile"
17159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/tests: __builddeps__
17160 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
17161 wine_fn_append_file ALL_TEST_BINARIES "quartz_test.exe"
17162 wine_fn_append_rule ALL_WINETEST_DEPENDS "quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
17163 cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17164 quartz_test.rc:
17165 echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17166 quartz_test.res: quartz_test.rc quartz_test.exe"
17167 wine_fn_append_file ALL_DIRS "dlls/quartz/tests"
17168 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
17169 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile
17170 dlls/quartz/tests/Makefile dlls/quartz/tests/__depend__: dlls/quartz/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17171 @./config.status --file dlls/quartz/tests/Makefile && cd dlls/quartz/tests && \$(MAKE) Makefile"
17172 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
17174 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
17175 wine_fn_append_file ALL_DIRS "dlls/query"
17176 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
17177 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/query/%) dlls/query: dlls/query/Makefile
17178 dlls/query/Makefile dlls/query/__depend__: dlls/query/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17179 @./config.status --file dlls/query/Makefile && cd dlls/query && \$(MAKE) Makefile"
17180 ac_config_files="$ac_config_files dlls/query/Makefile"
17182 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi16.dll16 dlls/rasapi16.dll16/__install__ dlls/rasapi16.dll16/__install-lib__ dlls/rasapi16.dll16/__install-dev__: __builddeps__"
17183 wine_fn_append_file ALL_DIRS "dlls/rasapi16.dll16"
17184 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
17185 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi16.dll16/%) dlls/rasapi16.dll16: dlls/rasapi16.dll16/Makefile
17186 dlls/rasapi16.dll16/Makefile dlls/rasapi16.dll16/__depend__: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17187 @./config.status --file dlls/rasapi16.dll16/Makefile && cd dlls/rasapi16.dll16 && \$(MAKE) Makefile"
17188 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
17190 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
17191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17192 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
17193 @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
17194 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
17195 wine_fn_append_file ALL_DIRS "dlls/rasapi32"
17196 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
17197 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi32/%) dlls/rasapi32: dlls/rasapi32/Makefile
17198 dlls/rasapi32/Makefile dlls/rasapi32/__depend__: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17199 @./config.status --file dlls/rasapi32/Makefile && cd dlls/rasapi32 && \$(MAKE) Makefile"
17200 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
17202 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/tests: __builddeps__
17203 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
17204 wine_fn_append_file ALL_TEST_BINARIES "rasapi32_test.exe"
17205 wine_fn_append_rule ALL_WINETEST_DEPENDS "rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
17206 cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17207 rasapi32_test.rc:
17208 echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17209 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
17210 wine_fn_append_file ALL_DIRS "dlls/rasapi32/tests"
17211 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
17212 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile
17213 dlls/rasapi32/tests/Makefile dlls/rasapi32/tests/__depend__: dlls/rasapi32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17214 @./config.status --file dlls/rasapi32/tests/Makefile && cd dlls/rasapi32/tests && \$(MAKE) Makefile"
17215 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
17217 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
17218 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
17219 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
17220 @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
17221 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
17222 wine_fn_append_file ALL_DIRS "dlls/rasdlg"
17223 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
17224 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasdlg/%) dlls/rasdlg: dlls/rasdlg/Makefile
17225 dlls/rasdlg/Makefile dlls/rasdlg/__depend__: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17226 @./config.status --file dlls/rasdlg/Makefile && cd dlls/rasdlg && \$(MAKE) Makefile"
17227 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
17229 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
17230 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17231 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
17232 @cd dlls/resutils && \$(MAKE) \`basename \$@\`
17233 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
17234 wine_fn_append_file ALL_DIRS "dlls/resutils"
17235 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
17236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/resutils/%) dlls/resutils: dlls/resutils/Makefile
17237 dlls/resutils/Makefile dlls/resutils/__depend__: dlls/resutils/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17238 @./config.status --file dlls/resutils/Makefile && cd dlls/resutils && \$(MAKE) Makefile"
17239 ac_config_files="$ac_config_files dlls/resutils/Makefile"
17241 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
17242 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
17243 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
17244 @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
17245 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
17246 wine_fn_append_file ALL_DIRS "dlls/riched20"
17247 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
17248 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched20/%) dlls/riched20: dlls/riched20/Makefile
17249 dlls/riched20/Makefile dlls/riched20/__depend__: dlls/riched20/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17250 @./config.status --file dlls/riched20/Makefile && cd dlls/riched20 && \$(MAKE) Makefile"
17251 ac_config_files="$ac_config_files dlls/riched20/Makefile"
17253 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/tests: __builddeps__
17254 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
17255 wine_fn_append_file ALL_TEST_BINARIES "riched20_test.exe"
17256 wine_fn_append_rule ALL_WINETEST_DEPENDS "riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
17257 cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17258 riched20_test.rc:
17259 echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17260 riched20_test.res: riched20_test.rc riched20_test.exe"
17261 wine_fn_append_file ALL_DIRS "dlls/riched20/tests"
17262 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
17263 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile
17264 dlls/riched20/tests/Makefile dlls/riched20/tests/__depend__: dlls/riched20/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17265 @./config.status --file dlls/riched20/tests/Makefile && cd dlls/riched20/tests && \$(MAKE) Makefile"
17266 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
17268 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
17269 wine_fn_append_file ALL_DIRS "dlls/riched32"
17270 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
17271 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched32/%) dlls/riched32: dlls/riched32/Makefile
17272 dlls/riched32/Makefile dlls/riched32/__depend__: dlls/riched32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17273 @./config.status --file dlls/riched32/Makefile && cd dlls/riched32 && \$(MAKE) Makefile"
17274 ac_config_files="$ac_config_files dlls/riched32/Makefile"
17276 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32/tests: __builddeps__
17277 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
17278 wine_fn_append_file ALL_TEST_BINARIES "riched32_test.exe"
17279 wine_fn_append_rule ALL_WINETEST_DEPENDS "riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
17280 cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17281 riched32_test.rc:
17282 echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17283 riched32_test.res: riched32_test.rc riched32_test.exe"
17284 wine_fn_append_file ALL_DIRS "dlls/riched32/tests"
17285 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
17286 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile
17287 dlls/riched32/tests/Makefile dlls/riched32/tests/__depend__: dlls/riched32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17288 @./config.status --file dlls/riched32/tests/Makefile && cd dlls/riched32/tests && \$(MAKE) Makefile"
17289 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
17291 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
17292 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
17293 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
17294 @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
17295 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
17296 wine_fn_append_file ALL_DIRS "dlls/rpcrt4"
17297 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
17298 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rpcrt4/%) dlls/rpcrt4: dlls/rpcrt4/Makefile
17299 dlls/rpcrt4/Makefile dlls/rpcrt4/__depend__: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17300 @./config.status --file dlls/rpcrt4/Makefile && cd dlls/rpcrt4 && \$(MAKE) Makefile"
17301 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
17303 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/tests: __builddeps__
17304 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
17305 wine_fn_append_file ALL_TEST_BINARIES "rpcrt4_test.exe"
17306 wine_fn_append_rule ALL_WINETEST_DEPENDS "rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
17307 cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17308 rpcrt4_test.rc:
17309 echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17310 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
17311 wine_fn_append_file ALL_DIRS "dlls/rpcrt4/tests"
17312 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
17313 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile
17314 dlls/rpcrt4/tests/Makefile dlls/rpcrt4/tests/__depend__: dlls/rpcrt4/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17315 @./config.status --file dlls/rpcrt4/tests/Makefile && cd dlls/rpcrt4/tests && \$(MAKE) Makefile"
17316 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
17318 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
17319 wine_fn_append_file ALL_DIRS "dlls/rsabase"
17320 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
17321 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsabase/%) dlls/rsabase: dlls/rsabase/Makefile
17322 dlls/rsabase/Makefile dlls/rsabase/__depend__: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17323 @./config.status --file dlls/rsabase/Makefile && cd dlls/rsabase && \$(MAKE) Makefile"
17324 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
17326 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
17327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
17328 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
17329 @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
17330 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
17331 wine_fn_append_file ALL_DIRS "dlls/rsaenh"
17332 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
17333 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsaenh/%) dlls/rsaenh: dlls/rsaenh/Makefile
17334 dlls/rsaenh/Makefile dlls/rsaenh/__depend__: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17335 @./config.status --file dlls/rsaenh/Makefile && cd dlls/rsaenh && \$(MAKE) Makefile"
17336 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/tests: __builddeps__
17339 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
17340 wine_fn_append_file ALL_TEST_BINARIES "rsaenh_test.exe"
17341 wine_fn_append_rule ALL_WINETEST_DEPENDS "rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17342 cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17343 rsaenh_test.rc:
17344 echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17345 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17346 wine_fn_append_file ALL_DIRS "dlls/rsaenh/tests"
17347 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
17348 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile
17349 dlls/rsaenh/tests/Makefile dlls/rsaenh/tests/__depend__: dlls/rsaenh/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17350 @./config.status --file dlls/rsaenh/tests/Makefile && cd dlls/rsaenh/tests && \$(MAKE) Makefile"
17351 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17353 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
17354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17355 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
17356 @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
17357 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
17358 wine_fn_append_file ALL_DIRS "dlls/rtutils"
17359 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
17360 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rtutils/%) dlls/rtutils: dlls/rtutils/Makefile
17361 dlls/rtutils/Makefile dlls/rtutils/__depend__: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17362 @./config.status --file dlls/rtutils/Makefile && cd dlls/rtutils && \$(MAKE) Makefile"
17363 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17365 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sane.ds dlls/sane.ds/__install__ dlls/sane.ds/__install-lib__ dlls/sane.ds/__install-dev__: __builddeps__"
17366 wine_fn_append_file ALL_DIRS "dlls/sane.ds"
17367 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
17368 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sane.ds/%) dlls/sane.ds: dlls/sane.ds/Makefile
17369 dlls/sane.ds/Makefile dlls/sane.ds/__depend__: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17370 @./config.status --file dlls/sane.ds/Makefile && cd dlls/sane.ds && \$(MAKE) Makefile"
17371 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
17373 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
17374 wine_fn_append_file ALL_DIRS "dlls/sccbase"
17375 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
17376 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sccbase/%) dlls/sccbase: dlls/sccbase/Makefile
17377 dlls/sccbase/Makefile dlls/sccbase/__depend__: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17378 @./config.status --file dlls/sccbase/Makefile && cd dlls/sccbase && \$(MAKE) Makefile"
17379 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
17381 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
17382 wine_fn_append_file ALL_DIRS "dlls/schannel"
17383 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
17384 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/schannel/%) dlls/schannel: dlls/schannel/Makefile
17385 dlls/schannel/Makefile dlls/schannel/__depend__: dlls/schannel/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17386 @./config.status --file dlls/schannel/Makefile && cd dlls/schannel && \$(MAKE) Makefile"
17387 ac_config_files="$ac_config_files dlls/schannel/Makefile"
17389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel/tests: __builddeps__
17390 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
17391 wine_fn_append_file ALL_TEST_BINARIES "schannel_test.exe"
17392 wine_fn_append_rule ALL_WINETEST_DEPENDS "schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
17393 cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17394 schannel_test.rc:
17395 echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17396 schannel_test.res: schannel_test.rc schannel_test.exe"
17397 wine_fn_append_file ALL_DIRS "dlls/schannel/tests"
17398 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
17399 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile
17400 dlls/schannel/tests/Makefile dlls/schannel/tests/__depend__: dlls/schannel/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17401 @./config.status --file dlls/schannel/tests/Makefile && cd dlls/schannel/tests && \$(MAKE) Makefile"
17402 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
17404 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
17405 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
17406 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
17407 @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
17408 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
17409 wine_fn_append_file ALL_DIRS "dlls/secur32"
17410 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
17411 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/secur32/%) dlls/secur32: dlls/secur32/Makefile
17412 dlls/secur32/Makefile dlls/secur32/__depend__: dlls/secur32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17413 @./config.status --file dlls/secur32/Makefile && cd dlls/secur32 && \$(MAKE) Makefile"
17414 ac_config_files="$ac_config_files dlls/secur32/Makefile"
17416 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/tests: __builddeps__
17417 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
17418 wine_fn_append_file ALL_TEST_BINARIES "secur32_test.exe"
17419 wine_fn_append_rule ALL_WINETEST_DEPENDS "secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
17420 cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17421 secur32_test.rc:
17422 echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17423 secur32_test.res: secur32_test.rc secur32_test.exe"
17424 wine_fn_append_file ALL_DIRS "dlls/secur32/tests"
17425 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
17426 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile
17427 dlls/secur32/tests/Makefile dlls/secur32/tests/__depend__: dlls/secur32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17428 @./config.status --file dlls/secur32/tests/Makefile && cd dlls/secur32/tests && \$(MAKE) Makefile"
17429 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17431 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
17432 wine_fn_append_file ALL_DIRS "dlls/security"
17433 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
17434 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/security/%) dlls/security: dlls/security/Makefile
17435 dlls/security/Makefile dlls/security/__depend__: dlls/security/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17436 @./config.status --file dlls/security/Makefile && cd dlls/security && \$(MAKE) Makefile"
17437 ac_config_files="$ac_config_files dlls/security/Makefile"
17439 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
17440 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17441 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
17442 @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
17443 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
17444 wine_fn_append_file ALL_DIRS "dlls/sensapi"
17445 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
17446 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sensapi/%) dlls/sensapi: dlls/sensapi/Makefile
17447 dlls/sensapi/Makefile dlls/sensapi/__depend__: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17448 @./config.status --file dlls/sensapi/Makefile && cd dlls/sensapi && \$(MAKE) Makefile"
17449 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17451 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
17452 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
17453 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
17454 @cd dlls/serialui && \$(MAKE) \`basename \$@\`
17455 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
17456 wine_fn_append_file ALL_DIRS "dlls/serialui"
17457 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
17458 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/serialui/%) dlls/serialui: dlls/serialui/Makefile
17459 dlls/serialui/Makefile dlls/serialui/__depend__: dlls/serialui/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17460 @./config.status --file dlls/serialui/Makefile && cd dlls/serialui && \$(MAKE) Makefile"
17461 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17463 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/tests: __builddeps__
17464 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
17465 wine_fn_append_file ALL_TEST_BINARIES "serialui_test.exe"
17466 wine_fn_append_rule ALL_WINETEST_DEPENDS "serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
17467 cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17468 serialui_test.rc:
17469 echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17470 serialui_test.res: serialui_test.rc serialui_test.exe"
17471 wine_fn_append_file ALL_DIRS "dlls/serialui/tests"
17472 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
17473 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile
17474 dlls/serialui/tests/Makefile dlls/serialui/tests/__depend__: dlls/serialui/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17475 @./config.status --file dlls/serialui/tests/Makefile && cd dlls/serialui/tests && \$(MAKE) Makefile"
17476 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17478 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
17479 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17480 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
17481 @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
17482 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
17483 wine_fn_append_file ALL_DIRS "dlls/setupapi"
17484 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
17485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupapi/%) dlls/setupapi: dlls/setupapi/Makefile
17486 dlls/setupapi/Makefile dlls/setupapi/__depend__: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17487 @./config.status --file dlls/setupapi/Makefile && cd dlls/setupapi && \$(MAKE) Makefile"
17488 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17490 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/tests: __builddeps__
17491 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
17492 wine_fn_append_file ALL_TEST_BINARIES "setupapi_test.exe"
17493 wine_fn_append_rule ALL_WINETEST_DEPENDS "setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
17494 cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17495 setupapi_test.rc:
17496 echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17497 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
17498 wine_fn_append_file ALL_DIRS "dlls/setupapi/tests"
17499 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
17500 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile
17501 dlls/setupapi/tests/Makefile dlls/setupapi/tests/__depend__: dlls/setupapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17502 @./config.status --file dlls/setupapi/tests/Makefile && cd dlls/setupapi/tests && \$(MAKE) Makefile"
17503 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17505 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupx.dll16 dlls/setupx.dll16/__install__ dlls/setupx.dll16/__install-lib__ dlls/setupx.dll16/__install-dev__: __builddeps__"
17506 wine_fn_append_file ALL_DIRS "dlls/setupx.dll16"
17507 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
17508 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupx.dll16/%) dlls/setupx.dll16: dlls/setupx.dll16/Makefile
17509 dlls/setupx.dll16/Makefile dlls/setupx.dll16/__depend__: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17510 @./config.status --file dlls/setupx.dll16/Makefile && cd dlls/setupx.dll16 && \$(MAKE) Makefile"
17511 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17513 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
17514 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
17515 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
17516 @cd dlls/sfc && \$(MAKE) \`basename \$@\`
17517 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
17518 wine_fn_append_file ALL_DIRS "dlls/sfc"
17519 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
17520 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sfc/%) dlls/sfc: dlls/sfc/Makefile
17521 dlls/sfc/Makefile dlls/sfc/__depend__: dlls/sfc/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17522 @./config.status --file dlls/sfc/Makefile && cd dlls/sfc && \$(MAKE) Makefile"
17523 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17525 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
17526 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: tools/widl tools/winebuild tools/winegcc include
17527 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
17528 @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
17529 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
17530 wine_fn_append_file ALL_DIRS "dlls/sfc_os"
17531 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
17532 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sfc_os/%) dlls/sfc_os: dlls/sfc_os/Makefile
17533 dlls/sfc_os/Makefile dlls/sfc_os/__depend__: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17534 @./config.status --file dlls/sfc_os/Makefile && cd dlls/sfc_os && \$(MAKE) Makefile"
17535 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17537 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
17538 wine_fn_append_file ALL_DIRS "dlls/shdoclc"
17539 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
17540 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdoclc/%) dlls/shdoclc: dlls/shdoclc/Makefile
17541 dlls/shdoclc/Makefile dlls/shdoclc/__depend__: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17542 @./config.status --file dlls/shdoclc/Makefile && cd dlls/shdoclc && \$(MAKE) Makefile"
17543 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17545 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
17546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
17547 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
17548 @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
17549 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
17550 wine_fn_append_file ALL_DIRS "dlls/shdocvw"
17551 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
17552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdocvw/%) dlls/shdocvw: dlls/shdocvw/Makefile
17553 dlls/shdocvw/Makefile dlls/shdocvw/__depend__: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17554 @./config.status --file dlls/shdocvw/Makefile && cd dlls/shdocvw && \$(MAKE) Makefile"
17555 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17557 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/tests: __builddeps__
17558 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
17559 wine_fn_append_file ALL_TEST_BINARIES "shdocvw_test.exe"
17560 wine_fn_append_rule ALL_WINETEST_DEPENDS "shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
17561 cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17562 shdocvw_test.rc:
17563 echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17564 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
17565 wine_fn_append_file ALL_DIRS "dlls/shdocvw/tests"
17566 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
17567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile
17568 dlls/shdocvw/tests/Makefile dlls/shdocvw/tests/__depend__: dlls/shdocvw/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17569 @./config.status --file dlls/shdocvw/tests/Makefile && cd dlls/shdocvw/tests && \$(MAKE) Makefile"
17570 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17572 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell.dll16 dlls/shell.dll16/__install__ dlls/shell.dll16/__install-lib__ dlls/shell.dll16/__install-dev__: __builddeps__"
17573 wine_fn_append_file ALL_DIRS "dlls/shell.dll16"
17574 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
17575 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell.dll16/%) dlls/shell.dll16: dlls/shell.dll16/Makefile
17576 dlls/shell.dll16/Makefile dlls/shell.dll16/__depend__: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17577 @./config.status --file dlls/shell.dll16/Makefile && cd dlls/shell.dll16 && \$(MAKE) Makefile"
17578 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17580 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
17581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
17582 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
17583 @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
17584 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
17585 wine_fn_append_file ALL_DIRS "dlls/shell32"
17586 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
17587 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell32/%) dlls/shell32: dlls/shell32/Makefile
17588 dlls/shell32/Makefile dlls/shell32/__depend__: dlls/shell32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17589 @./config.status --file dlls/shell32/Makefile && cd dlls/shell32 && \$(MAKE) Makefile"
17590 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17592 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/tests: __builddeps__
17593 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
17594 wine_fn_append_file ALL_TEST_BINARIES "shell32_test.exe"
17595 wine_fn_append_rule ALL_WINETEST_DEPENDS "shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
17596 cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17597 shell32_test.rc:
17598 echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17599 shell32_test.res: shell32_test.rc shell32_test.exe"
17600 wine_fn_append_file ALL_DIRS "dlls/shell32/tests"
17601 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
17602 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile
17603 dlls/shell32/tests/Makefile dlls/shell32/tests/__depend__: dlls/shell32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17604 @./config.status --file dlls/shell32/tests/Makefile && cd dlls/shell32/tests && \$(MAKE) Makefile"
17605 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17607 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
17608 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
17609 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
17610 @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
17611 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
17612 wine_fn_append_file ALL_DIRS "dlls/shfolder"
17613 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
17614 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shfolder/%) dlls/shfolder: dlls/shfolder/Makefile
17615 dlls/shfolder/Makefile dlls/shfolder/__depend__: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17616 @./config.status --file dlls/shfolder/Makefile && cd dlls/shfolder && \$(MAKE) Makefile"
17617 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17619 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
17620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17621 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
17622 @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
17623 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
17624 wine_fn_append_file ALL_DIRS "dlls/shlwapi"
17625 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
17626 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shlwapi/%) dlls/shlwapi: dlls/shlwapi/Makefile
17627 dlls/shlwapi/Makefile dlls/shlwapi/__depend__: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17628 @./config.status --file dlls/shlwapi/Makefile && cd dlls/shlwapi && \$(MAKE) Makefile"
17629 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17631 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/tests: __builddeps__
17632 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
17633 wine_fn_append_file ALL_TEST_BINARIES "shlwapi_test.exe"
17634 wine_fn_append_rule ALL_WINETEST_DEPENDS "shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
17635 cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17636 shlwapi_test.rc:
17637 echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17638 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
17639 wine_fn_append_file ALL_DIRS "dlls/shlwapi/tests"
17640 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
17641 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile
17642 dlls/shlwapi/tests/Makefile dlls/shlwapi/tests/__depend__: dlls/shlwapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17643 @./config.status --file dlls/shlwapi/tests/Makefile && cd dlls/shlwapi/tests && \$(MAKE) Makefile"
17644 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17646 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
17647 wine_fn_append_file ALL_DIRS "dlls/slbcsp"
17648 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
17649 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/slbcsp/%) dlls/slbcsp: dlls/slbcsp/Makefile
17650 dlls/slbcsp/Makefile dlls/slbcsp/__depend__: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17651 @./config.status --file dlls/slbcsp/Makefile && cd dlls/slbcsp && \$(MAKE) Makefile"
17652 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17654 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
17655 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
17656 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
17657 @cd dlls/slc && \$(MAKE) \`basename \$@\`
17658 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
17659 wine_fn_append_file ALL_DIRS "dlls/slc"
17660 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
17661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/slc/%) dlls/slc: dlls/slc/Makefile
17662 dlls/slc/Makefile dlls/slc/__depend__: dlls/slc/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17663 @./config.status --file dlls/slc/Makefile && cd dlls/slc && \$(MAKE) Makefile"
17664 ac_config_files="$ac_config_files dlls/slc/Makefile"
17666 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
17667 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17668 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
17669 @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
17670 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
17671 wine_fn_append_file ALL_DIRS "dlls/snmpapi"
17672 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
17673 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/snmpapi/%) dlls/snmpapi: dlls/snmpapi/Makefile
17674 dlls/snmpapi/Makefile dlls/snmpapi/__depend__: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17675 @./config.status --file dlls/snmpapi/Makefile && cd dlls/snmpapi && \$(MAKE) Makefile"
17676 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17678 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/tests: __builddeps__
17679 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
17680 wine_fn_append_file ALL_TEST_BINARIES "snmpapi_test.exe"
17681 wine_fn_append_rule ALL_WINETEST_DEPENDS "snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
17682 cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17683 snmpapi_test.rc:
17684 echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17685 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
17686 wine_fn_append_file ALL_DIRS "dlls/snmpapi/tests"
17687 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
17688 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile
17689 dlls/snmpapi/tests/Makefile dlls/snmpapi/tests/__depend__: dlls/snmpapi/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17690 @./config.status --file dlls/snmpapi/tests/Makefile && cd dlls/snmpapi/tests && \$(MAKE) Makefile"
17691 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17693 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
17694 wine_fn_append_file ALL_DIRS "dlls/softpub"
17695 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
17696 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/softpub/%) dlls/softpub: dlls/softpub/Makefile
17697 dlls/softpub/Makefile dlls/softpub/__depend__: dlls/softpub/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17698 @./config.status --file dlls/softpub/Makefile && cd dlls/softpub && \$(MAKE) Makefile"
17699 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17701 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sound.drv16 dlls/sound.drv16/__install__ dlls/sound.drv16/__install-lib__ dlls/sound.drv16/__install-dev__: __builddeps__"
17702 wine_fn_append_file ALL_DIRS "dlls/sound.drv16"
17703 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
17704 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sound.drv16/%) dlls/sound.drv16: dlls/sound.drv16/Makefile
17705 dlls/sound.drv16/Makefile dlls/sound.drv16/__depend__: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17706 @./config.status --file dlls/sound.drv16/Makefile && cd dlls/sound.drv16 && \$(MAKE) Makefile"
17707 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17709 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
17710 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
17711 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
17712 @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
17713 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
17714 wine_fn_append_file ALL_DIRS "dlls/spoolss"
17715 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
17716 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/spoolss/%) dlls/spoolss: dlls/spoolss/Makefile
17717 dlls/spoolss/Makefile dlls/spoolss/__depend__: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17718 @./config.status --file dlls/spoolss/Makefile && cd dlls/spoolss && \$(MAKE) Makefile"
17719 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17721 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/tests: __builddeps__
17722 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
17723 wine_fn_append_file ALL_TEST_BINARIES "spoolss_test.exe"
17724 wine_fn_append_rule ALL_WINETEST_DEPENDS "spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
17725 cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17726 spoolss_test.rc:
17727 echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17728 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
17729 wine_fn_append_file ALL_DIRS "dlls/spoolss/tests"
17730 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
17731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile
17732 dlls/spoolss/tests/Makefile dlls/spoolss/tests/__depend__: dlls/spoolss/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17733 @./config.status --file dlls/spoolss/tests/Makefile && cd dlls/spoolss/tests && \$(MAKE) Makefile"
17734 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stdole2.tlb dlls/stdole2.tlb/__install__ dlls/stdole2.tlb/__install-lib__ dlls/stdole2.tlb/__install-dev__: __builddeps__"
17737 wine_fn_append_file ALL_DIRS "dlls/stdole2.tlb"
17738 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
17739 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stdole2.tlb/%) dlls/stdole2.tlb: dlls/stdole2.tlb/Makefile
17740 dlls/stdole2.tlb/Makefile dlls/stdole2.tlb/__depend__: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17741 @./config.status --file dlls/stdole2.tlb/Makefile && cd dlls/stdole2.tlb && \$(MAKE) Makefile"
17742 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17744 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stdole32.tlb dlls/stdole32.tlb/__install__ dlls/stdole32.tlb/__install-lib__ dlls/stdole32.tlb/__install-dev__: __builddeps__"
17745 wine_fn_append_file ALL_DIRS "dlls/stdole32.tlb"
17746 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
17747 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stdole32.tlb/%) dlls/stdole32.tlb: dlls/stdole32.tlb/Makefile
17748 dlls/stdole32.tlb/Makefile dlls/stdole32.tlb/__depend__: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17749 @./config.status --file dlls/stdole32.tlb/Makefile && cd dlls/stdole32.tlb && \$(MAKE) Makefile"
17750 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17752 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
17753 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
17754 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
17755 @cd dlls/sti && \$(MAKE) \`basename \$@\`
17756 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
17757 wine_fn_append_file ALL_DIRS "dlls/sti"
17758 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
17759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sti/%) dlls/sti: dlls/sti/Makefile
17760 dlls/sti/Makefile dlls/sti/__depend__: dlls/sti/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17761 @./config.status --file dlls/sti/Makefile && cd dlls/sti && \$(MAKE) Makefile"
17762 ac_config_files="$ac_config_files dlls/sti/Makefile"
17764 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/tests: __builddeps__
17765 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
17766 wine_fn_append_file ALL_TEST_BINARIES "sti_test.exe"
17767 wine_fn_append_rule ALL_WINETEST_DEPENDS "sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
17768 cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17769 sti_test.rc:
17770 echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17771 sti_test.res: sti_test.rc sti_test.exe"
17772 wine_fn_append_file ALL_DIRS "dlls/sti/tests"
17773 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
17774 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile
17775 dlls/sti/tests/Makefile dlls/sti/tests/__depend__: dlls/sti/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17776 @./config.status --file dlls/sti/tests/Makefile && cd dlls/sti/tests && \$(MAKE) Makefile"
17777 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17779 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/storage.dll16 dlls/storage.dll16/__install__ dlls/storage.dll16/__install-lib__ dlls/storage.dll16/__install-dev__: __builddeps__"
17780 wine_fn_append_file ALL_DIRS "dlls/storage.dll16"
17781 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
17782 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/storage.dll16/%) dlls/storage.dll16: dlls/storage.dll16/Makefile
17783 dlls/storage.dll16/Makefile dlls/storage.dll16/__depend__: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17784 @./config.status --file dlls/storage.dll16/Makefile && cd dlls/storage.dll16 && \$(MAKE) Makefile"
17785 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/stress.dll16 dlls/stress.dll16/__install__ dlls/stress.dll16/__install-lib__ dlls/stress.dll16/__install-dev__: __builddeps__"
17788 wine_fn_append_file ALL_DIRS "dlls/stress.dll16"
17789 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
17790 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stress.dll16/%) dlls/stress.dll16: dlls/stress.dll16/Makefile
17791 dlls/stress.dll16/Makefile dlls/stress.dll16/__depend__: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17792 @./config.status --file dlls/stress.dll16/Makefile && cd dlls/stress.dll16 && \$(MAKE) Makefile"
17793 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17795 wine_fn_append_file ALL_STATIC_LIBS "dlls/strmiids/libstrmiids.a"
17796 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
17797 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
17798 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
17799 @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
17800 wine_fn_append_file ALL_DIRS "dlls/strmiids"
17801 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
17802 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile
17803 dlls/strmiids/Makefile dlls/strmiids/__depend__: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
17804 @./config.status --file dlls/strmiids/Makefile && cd dlls/strmiids && \$(MAKE) Makefile"
17805 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17807 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
17808 wine_fn_append_file ALL_DIRS "dlls/svrapi"
17809 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
17810 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/svrapi/%) dlls/svrapi: dlls/svrapi/Makefile
17811 dlls/svrapi/Makefile dlls/svrapi/__depend__: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17812 @./config.status --file dlls/svrapi/Makefile && cd dlls/svrapi && \$(MAKE) Makefile"
17813 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
17816 wine_fn_append_file ALL_DIRS "dlls/sxs"
17817 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
17818 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sxs/%) dlls/sxs: dlls/sxs/Makefile
17819 dlls/sxs/Makefile dlls/sxs/__depend__: dlls/sxs/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17820 @./config.status --file dlls/sxs/Makefile && cd dlls/sxs && \$(MAKE) Makefile"
17821 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17823 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/system.drv16 dlls/system.drv16/__install__ dlls/system.drv16/__install-lib__ dlls/system.drv16/__install-dev__: __builddeps__"
17824 wine_fn_append_file ALL_DIRS "dlls/system.drv16"
17825 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
17826 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/system.drv16/%) dlls/system.drv16: dlls/system.drv16/Makefile
17827 dlls/system.drv16/Makefile dlls/system.drv16/__depend__: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17828 @./config.status --file dlls/system.drv16/Makefile && cd dlls/system.drv16 && \$(MAKE) Makefile"
17829 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17831 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
17832 wine_fn_append_file ALL_DIRS "dlls/t2embed"
17833 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
17834 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/t2embed/%) dlls/t2embed: dlls/t2embed/Makefile
17835 dlls/t2embed/Makefile dlls/t2embed/__depend__: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17836 @./config.status --file dlls/t2embed/Makefile && cd dlls/t2embed && \$(MAKE) Makefile"
17837 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17839 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
17840 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17841 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
17842 @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
17843 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
17844 wine_fn_append_file ALL_DIRS "dlls/tapi32"
17845 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
17846 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/tapi32/%) dlls/tapi32: dlls/tapi32/Makefile
17847 dlls/tapi32/Makefile dlls/tapi32/__depend__: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17848 @./config.status --file dlls/tapi32/Makefile && cd dlls/tapi32 && \$(MAKE) Makefile"
17849 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17851 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/toolhelp.dll16 dlls/toolhelp.dll16/__install__ dlls/toolhelp.dll16/__install-lib__ dlls/toolhelp.dll16/__install-dev__: __builddeps__"
17852 wine_fn_append_file ALL_DIRS "dlls/toolhelp.dll16"
17853 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
17854 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/toolhelp.dll16/%) dlls/toolhelp.dll16: dlls/toolhelp.dll16/Makefile
17855 dlls/toolhelp.dll16/Makefile dlls/toolhelp.dll16/__depend__: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17856 @./config.status --file dlls/toolhelp.dll16/Makefile && cd dlls/toolhelp.dll16 && \$(MAKE) Makefile"
17857 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17859 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
17860 wine_fn_append_file ALL_DIRS "dlls/traffic"
17861 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
17862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/traffic/%) dlls/traffic: dlls/traffic/Makefile
17863 dlls/traffic/Makefile dlls/traffic/__depend__: dlls/traffic/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17864 @./config.status --file dlls/traffic/Makefile && cd dlls/traffic && \$(MAKE) Makefile"
17865 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17867 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain.dll16 dlls/twain.dll16/__install__ dlls/twain.dll16/__install-lib__ dlls/twain.dll16/__install-dev__: __builddeps__"
17868 wine_fn_append_file ALL_DIRS "dlls/twain.dll16"
17869 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
17870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain.dll16/%) dlls/twain.dll16: dlls/twain.dll16/Makefile
17871 dlls/twain.dll16/Makefile dlls/twain.dll16/__depend__: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17872 @./config.status --file dlls/twain.dll16/Makefile && cd dlls/twain.dll16 && \$(MAKE) Makefile"
17873 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain_32 dlls/twain_32/__install__ dlls/twain_32/__install-lib__ dlls/twain_32/__install-dev__: __builddeps__"
17876 wine_fn_append_file ALL_DIRS "dlls/twain_32"
17877 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
17878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain_32/%) dlls/twain_32: dlls/twain_32/Makefile
17879 dlls/twain_32/Makefile dlls/twain_32/__depend__: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17880 @./config.status --file dlls/twain_32/Makefile && cd dlls/twain_32 && \$(MAKE) Makefile"
17881 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17883 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain_32/tests: __builddeps__
17884 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
17885 wine_fn_append_file ALL_TEST_BINARIES "twain_32_test.exe"
17886 wine_fn_append_rule ALL_WINETEST_DEPENDS "twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
17887 cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17888 twain_32_test.rc:
17889 echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17890 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
17891 wine_fn_append_file ALL_DIRS "dlls/twain_32/tests"
17892 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
17893 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile
17894 dlls/twain_32/tests/Makefile dlls/twain_32/tests/__depend__: dlls/twain_32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17895 @./config.status --file dlls/twain_32/tests/Makefile && cd dlls/twain_32/tests && \$(MAKE) Makefile"
17896 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17898 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/typelib.dll16 dlls/typelib.dll16/__install__ dlls/typelib.dll16/__install-lib__ dlls/typelib.dll16/__install-dev__: __builddeps__"
17899 wine_fn_append_file ALL_DIRS "dlls/typelib.dll16"
17900 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
17901 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/typelib.dll16/%) dlls/typelib.dll16: dlls/typelib.dll16/Makefile
17902 dlls/typelib.dll16/Makefile dlls/typelib.dll16/__depend__: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17903 @./config.status --file dlls/typelib.dll16/Makefile && cd dlls/typelib.dll16 && \$(MAKE) Makefile"
17904 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17906 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
17907 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
17908 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
17909 @cd dlls/unicows && \$(MAKE) \`basename \$@\`
17910 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
17911 wine_fn_append_file ALL_DIRS "dlls/unicows"
17912 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
17913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/unicows/%) dlls/unicows: dlls/unicows/Makefile
17914 dlls/unicows/Makefile dlls/unicows/__depend__: dlls/unicows/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17915 @./config.status --file dlls/unicows/Makefile && cd dlls/unicows && \$(MAKE) Makefile"
17916 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
17919 wine_fn_append_file ALL_DIRS "dlls/updspapi"
17920 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
17921 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/updspapi/%) dlls/updspapi: dlls/updspapi/Makefile
17922 dlls/updspapi/Makefile dlls/updspapi/__depend__: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17923 @./config.status --file dlls/updspapi/Makefile && cd dlls/updspapi && \$(MAKE) Makefile"
17924 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17926 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
17927 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
17928 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
17929 @cd dlls/url && \$(MAKE) \`basename \$@\`
17930 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
17931 wine_fn_append_file ALL_DIRS "dlls/url"
17932 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
17933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/url/%) dlls/url: dlls/url/Makefile
17934 dlls/url/Makefile dlls/url/__depend__: dlls/url/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17935 @./config.status --file dlls/url/Makefile && cd dlls/url && \$(MAKE) Makefile"
17936 ac_config_files="$ac_config_files dlls/url/Makefile"
17938 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
17939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
17940 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
17941 @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
17942 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
17943 wine_fn_append_file ALL_DIRS "dlls/urlmon"
17944 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
17945 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/urlmon/%) dlls/urlmon: dlls/urlmon/Makefile
17946 dlls/urlmon/Makefile dlls/urlmon/__depend__: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17947 @./config.status --file dlls/urlmon/Makefile && cd dlls/urlmon && \$(MAKE) Makefile"
17948 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17950 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/tests: __builddeps__
17951 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
17952 wine_fn_append_file ALL_TEST_BINARIES "urlmon_test.exe"
17953 wine_fn_append_rule ALL_WINETEST_DEPENDS "urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
17954 cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17955 urlmon_test.rc:
17956 echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17957 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
17958 wine_fn_append_file ALL_DIRS "dlls/urlmon/tests"
17959 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
17960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile
17961 dlls/urlmon/tests/Makefile dlls/urlmon/tests/__depend__: dlls/urlmon/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17962 @./config.status --file dlls/urlmon/tests/Makefile && cd dlls/urlmon/tests && \$(MAKE) Makefile"
17963 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17965 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user.exe16 dlls/user.exe16/__install__ dlls/user.exe16/__install-lib__ dlls/user.exe16/__install-dev__: __builddeps__"
17966 wine_fn_append_file ALL_DIRS "dlls/user.exe16"
17967 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
17968 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user.exe16/%) dlls/user.exe16: dlls/user.exe16/Makefile
17969 dlls/user.exe16/Makefile dlls/user.exe16/__depend__: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17970 @./config.status --file dlls/user.exe16/Makefile && cd dlls/user.exe16 && \$(MAKE) Makefile"
17971 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17973 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
17974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
17975 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
17976 @cd dlls/user32 && \$(MAKE) \`basename \$@\`
17977 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
17978 wine_fn_append_file ALL_DIRS "dlls/user32"
17979 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
17980 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user32/%) dlls/user32: dlls/user32/Makefile
17981 dlls/user32/Makefile dlls/user32/__depend__: dlls/user32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
17982 @./config.status --file dlls/user32/Makefile && cd dlls/user32 && \$(MAKE) Makefile"
17983 ac_config_files="$ac_config_files dlls/user32/Makefile"
17985 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/tests: __builddeps__
17986 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
17987 wine_fn_append_file ALL_TEST_BINARIES "user32_test.exe"
17988 wine_fn_append_rule ALL_WINETEST_DEPENDS "user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
17989 cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17990 user32_test.rc:
17991 echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17992 user32_test.res: user32_test.rc user32_test.exe"
17993 wine_fn_append_file ALL_DIRS "dlls/user32/tests"
17994 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
17995 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile
17996 dlls/user32/tests/Makefile dlls/user32/tests/__depend__: dlls/user32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
17997 @./config.status --file dlls/user32/tests/Makefile && cd dlls/user32/tests && \$(MAKE) Makefile"
17998 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
18000 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
18001 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
18002 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
18003 @cd dlls/userenv && \$(MAKE) \`basename \$@\`
18004 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
18005 wine_fn_append_file ALL_DIRS "dlls/userenv"
18006 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
18007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/userenv/%) dlls/userenv: dlls/userenv/Makefile
18008 dlls/userenv/Makefile dlls/userenv/__depend__: dlls/userenv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18009 @./config.status --file dlls/userenv/Makefile && cd dlls/userenv && \$(MAKE) Makefile"
18010 ac_config_files="$ac_config_files dlls/userenv/Makefile"
18012 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/tests: __builddeps__
18013 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
18014 wine_fn_append_file ALL_TEST_BINARIES "userenv_test.exe"
18015 wine_fn_append_rule ALL_WINETEST_DEPENDS "userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
18016 cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18017 userenv_test.rc:
18018 echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18019 userenv_test.res: userenv_test.rc userenv_test.exe"
18020 wine_fn_append_file ALL_DIRS "dlls/userenv/tests"
18021 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
18022 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile
18023 dlls/userenv/tests/Makefile dlls/userenv/tests/__depend__: dlls/userenv/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18024 @./config.status --file dlls/userenv/tests/Makefile && cd dlls/userenv/tests && \$(MAKE) Makefile"
18025 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
18027 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
18028 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
18029 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
18030 @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
18031 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
18032 wine_fn_append_file ALL_DIRS "dlls/usp10"
18033 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
18034 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/usp10/%) dlls/usp10: dlls/usp10/Makefile
18035 dlls/usp10/Makefile dlls/usp10/__depend__: dlls/usp10/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18036 @./config.status --file dlls/usp10/Makefile && cd dlls/usp10 && \$(MAKE) Makefile"
18037 ac_config_files="$ac_config_files dlls/usp10/Makefile"
18039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/tests: __builddeps__
18040 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
18041 wine_fn_append_file ALL_TEST_BINARIES "usp10_test.exe"
18042 wine_fn_append_rule ALL_WINETEST_DEPENDS "usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
18043 cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18044 usp10_test.rc:
18045 echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18046 usp10_test.res: usp10_test.rc usp10_test.exe"
18047 wine_fn_append_file ALL_DIRS "dlls/usp10/tests"
18048 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
18049 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile
18050 dlls/usp10/tests/Makefile dlls/usp10/tests/__depend__: dlls/usp10/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18051 @./config.status --file dlls/usp10/tests/Makefile && cd dlls/usp10/tests && \$(MAKE) Makefile"
18052 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
18054 wine_fn_append_file ALL_STATIC_LIBS "dlls/uuid/libuuid.a"
18055 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uuid: tools/widl tools/winebuild tools/winegcc include
18056 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
18057 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18058 @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
18059 wine_fn_append_file ALL_DIRS "dlls/uuid"
18060 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
18061 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile
18062 dlls/uuid/Makefile dlls/uuid/__depend__: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
18063 @./config.status --file dlls/uuid/Makefile && cd dlls/uuid && \$(MAKE) Makefile"
18064 ac_config_files="$ac_config_files dlls/uuid/Makefile"
18066 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
18067 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
18068 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
18069 @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
18070 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
18071 wine_fn_append_file ALL_DIRS "dlls/uxtheme"
18072 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
18073 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uxtheme/%) dlls/uxtheme: dlls/uxtheme/Makefile
18074 dlls/uxtheme/Makefile dlls/uxtheme/__depend__: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18075 @./config.status --file dlls/uxtheme/Makefile && cd dlls/uxtheme && \$(MAKE) Makefile"
18076 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
18078 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/tests: __builddeps__
18079 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
18080 wine_fn_append_file ALL_TEST_BINARIES "uxtheme_test.exe"
18081 wine_fn_append_rule ALL_WINETEST_DEPENDS "uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
18082 cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18083 uxtheme_test.rc:
18084 echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18085 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
18086 wine_fn_append_file ALL_DIRS "dlls/uxtheme/tests"
18087 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
18088 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile
18089 dlls/uxtheme/tests/Makefile dlls/uxtheme/tests/__depend__: dlls/uxtheme/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18090 @./config.status --file dlls/uxtheme/tests/Makefile && cd dlls/uxtheme/tests && \$(MAKE) Makefile"
18091 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
18093 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdhcp.vxd dlls/vdhcp.vxd/__install__ dlls/vdhcp.vxd/__install-lib__ dlls/vdhcp.vxd/__install-dev__: __builddeps__"
18094 wine_fn_append_file ALL_DIRS "dlls/vdhcp.vxd"
18095 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
18096 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vdhcp.vxd/%) dlls/vdhcp.vxd: dlls/vdhcp.vxd/Makefile
18097 dlls/vdhcp.vxd/Makefile dlls/vdhcp.vxd/__depend__: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18098 @./config.status --file dlls/vdhcp.vxd/Makefile && cd dlls/vdhcp.vxd && \$(MAKE) Makefile"
18099 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
18101 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
18102 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
18103 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
18104 @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
18105 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
18106 wine_fn_append_file ALL_DIRS "dlls/vdmdbg"
18107 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
18108 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vdmdbg/%) dlls/vdmdbg: dlls/vdmdbg/Makefile
18109 dlls/vdmdbg/Makefile dlls/vdmdbg/__depend__: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18110 @./config.status --file dlls/vdmdbg/Makefile && cd dlls/vdmdbg && \$(MAKE) Makefile"
18111 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
18113 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ver.dll16 dlls/ver.dll16/__install__ dlls/ver.dll16/__install-lib__ dlls/ver.dll16/__install-dev__: __builddeps__"
18114 wine_fn_append_file ALL_DIRS "dlls/ver.dll16"
18115 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
18116 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ver.dll16/%) dlls/ver.dll16: dlls/ver.dll16/Makefile
18117 dlls/ver.dll16/Makefile dlls/ver.dll16/__depend__: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18118 @./config.status --file dlls/ver.dll16/Makefile && cd dlls/ver.dll16 && \$(MAKE) Makefile"
18119 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
18121 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
18122 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
18123 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
18124 @cd dlls/version && \$(MAKE) \`basename \$@\`
18125 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
18126 wine_fn_append_file ALL_DIRS "dlls/version"
18127 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
18128 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/version/%) dlls/version: dlls/version/Makefile
18129 dlls/version/Makefile dlls/version/__depend__: dlls/version/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18130 @./config.status --file dlls/version/Makefile && cd dlls/version && \$(MAKE) Makefile"
18131 ac_config_files="$ac_config_files dlls/version/Makefile"
18133 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/tests: __builddeps__
18134 dlls/version/tests/__crosstest__: __buildcrossdeps__"
18135 wine_fn_append_file ALL_TEST_BINARIES "version_test.exe"
18136 wine_fn_append_rule ALL_WINETEST_DEPENDS "version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
18137 cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18138 version_test.rc:
18139 echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18140 version_test.res: version_test.rc version_test.exe"
18141 wine_fn_append_file ALL_DIRS "dlls/version/tests"
18142 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
18143 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile
18144 dlls/version/tests/Makefile dlls/version/tests/__depend__: dlls/version/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18145 @./config.status --file dlls/version/tests/Makefile && cd dlls/version/tests && \$(MAKE) Makefile"
18146 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
18148 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vmm.vxd dlls/vmm.vxd/__install__ dlls/vmm.vxd/__install-lib__ dlls/vmm.vxd/__install-dev__: __builddeps__"
18149 wine_fn_append_file ALL_DIRS "dlls/vmm.vxd"
18150 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
18151 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vmm.vxd/%) dlls/vmm.vxd: dlls/vmm.vxd/Makefile
18152 dlls/vmm.vxd/Makefile dlls/vmm.vxd/__depend__: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18153 @./config.status --file dlls/vmm.vxd/Makefile && cd dlls/vmm.vxd && \$(MAKE) Makefile"
18154 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
18156 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vnbt.vxd dlls/vnbt.vxd/__install__ dlls/vnbt.vxd/__install-lib__ dlls/vnbt.vxd/__install-dev__: __builddeps__"
18157 wine_fn_append_file ALL_DIRS "dlls/vnbt.vxd"
18158 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
18159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vnbt.vxd/%) dlls/vnbt.vxd: dlls/vnbt.vxd/Makefile
18160 dlls/vnbt.vxd/Makefile dlls/vnbt.vxd/__depend__: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18161 @./config.status --file dlls/vnbt.vxd/Makefile && cd dlls/vnbt.vxd && \$(MAKE) Makefile"
18162 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
18164 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vnetbios.vxd dlls/vnetbios.vxd/__install__ dlls/vnetbios.vxd/__install-lib__ dlls/vnetbios.vxd/__install-dev__: __builddeps__"
18165 wine_fn_append_file ALL_DIRS "dlls/vnetbios.vxd"
18166 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
18167 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vnetbios.vxd/%) dlls/vnetbios.vxd: dlls/vnetbios.vxd/Makefile
18168 dlls/vnetbios.vxd/Makefile dlls/vnetbios.vxd/__depend__: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18169 @./config.status --file dlls/vnetbios.vxd/Makefile && cd dlls/vnetbios.vxd && \$(MAKE) Makefile"
18170 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
18172 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vtdapi.vxd dlls/vtdapi.vxd/__install__ dlls/vtdapi.vxd/__install-lib__ dlls/vtdapi.vxd/__install-dev__: __builddeps__"
18173 wine_fn_append_file ALL_DIRS "dlls/vtdapi.vxd"
18174 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
18175 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vtdapi.vxd/%) dlls/vtdapi.vxd: dlls/vtdapi.vxd/Makefile
18176 dlls/vtdapi.vxd/Makefile dlls/vtdapi.vxd/__depend__: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18177 @./config.status --file dlls/vtdapi.vxd/Makefile && cd dlls/vtdapi.vxd && \$(MAKE) Makefile"
18178 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
18180 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vwin32.vxd dlls/vwin32.vxd/__install__ dlls/vwin32.vxd/__install-lib__ dlls/vwin32.vxd/__install-dev__: __builddeps__"
18181 wine_fn_append_file ALL_DIRS "dlls/vwin32.vxd"
18182 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
18183 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vwin32.vxd/%) dlls/vwin32.vxd: dlls/vwin32.vxd/Makefile
18184 dlls/vwin32.vxd/Makefile dlls/vwin32.vxd/__depend__: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18185 @./config.status --file dlls/vwin32.vxd/Makefile && cd dlls/vwin32.vxd && \$(MAKE) Makefile"
18186 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
18188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
18189 wine_fn_append_file ALL_DIRS "dlls/w32skrnl"
18190 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
18191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/w32skrnl/%) dlls/w32skrnl: dlls/w32skrnl/Makefile
18192 dlls/w32skrnl/Makefile dlls/w32skrnl/__depend__: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18193 @./config.status --file dlls/w32skrnl/Makefile && cd dlls/w32skrnl && \$(MAKE) Makefile"
18194 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
18196 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32sys.dll16 dlls/w32sys.dll16/__install__ dlls/w32sys.dll16/__install-lib__ dlls/w32sys.dll16/__install-dev__: __builddeps__"
18197 wine_fn_append_file ALL_DIRS "dlls/w32sys.dll16"
18198 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
18199 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/w32sys.dll16/%) dlls/w32sys.dll16: dlls/w32sys.dll16/Makefile
18200 dlls/w32sys.dll16/Makefile dlls/w32sys.dll16/__depend__: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18201 @./config.status --file dlls/w32sys.dll16/Makefile && cd dlls/w32sys.dll16 && \$(MAKE) Makefile"
18202 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
18204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
18205 wine_fn_append_file ALL_DIRS "dlls/wbemprox"
18206 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
18207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wbemprox/%) dlls/wbemprox: dlls/wbemprox/Makefile
18208 dlls/wbemprox/Makefile dlls/wbemprox/__depend__: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18209 @./config.status --file dlls/wbemprox/Makefile && cd dlls/wbemprox && \$(MAKE) Makefile"
18210 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
18212 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
18213 wine_fn_append_file ALL_DIRS "dlls/wiaservc"
18214 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
18215 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wiaservc/%) dlls/wiaservc: dlls/wiaservc/Makefile
18216 dlls/wiaservc/Makefile dlls/wiaservc/__depend__: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18217 @./config.status --file dlls/wiaservc/Makefile && cd dlls/wiaservc && \$(MAKE) Makefile"
18218 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
18220 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/win32s16.dll16 dlls/win32s16.dll16/__install__ dlls/win32s16.dll16/__install-lib__ dlls/win32s16.dll16/__install-dev__: __builddeps__"
18221 wine_fn_append_file ALL_DIRS "dlls/win32s16.dll16"
18222 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
18223 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/win32s16.dll16/%) dlls/win32s16.dll16: dlls/win32s16.dll16/Makefile
18224 dlls/win32s16.dll16/Makefile dlls/win32s16.dll16/__depend__: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18225 @./config.status --file dlls/win32s16.dll16/Makefile && cd dlls/win32s16.dll16 && \$(MAKE) Makefile"
18226 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
18228 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/win87em.dll16 dlls/win87em.dll16/__install__ dlls/win87em.dll16/__install-lib__ dlls/win87em.dll16/__install-dev__: __builddeps__"
18229 wine_fn_append_file ALL_DIRS "dlls/win87em.dll16"
18230 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
18231 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/win87em.dll16/%) dlls/win87em.dll16: dlls/win87em.dll16/Makefile
18232 dlls/win87em.dll16/Makefile dlls/win87em.dll16/__depend__: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18233 @./config.status --file dlls/win87em.dll16/Makefile && cd dlls/win87em.dll16 && \$(MAKE) Makefile"
18234 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
18236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winaspi.dll16 dlls/winaspi.dll16/__install__ dlls/winaspi.dll16/__install-lib__ dlls/winaspi.dll16/__install-dev__: __builddeps__"
18237 wine_fn_append_file ALL_DIRS "dlls/winaspi.dll16"
18238 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
18239 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winaspi.dll16/%) dlls/winaspi.dll16: dlls/winaspi.dll16/Makefile
18240 dlls/winaspi.dll16/Makefile dlls/winaspi.dll16/__depend__: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18241 @./config.status --file dlls/winaspi.dll16/Makefile && cd dlls/winaspi.dll16 && \$(MAKE) Makefile"
18242 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
18244 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windebug.dll16 dlls/windebug.dll16/__install__ dlls/windebug.dll16/__install-lib__ dlls/windebug.dll16/__install-dev__: __builddeps__"
18245 wine_fn_append_file ALL_DIRS "dlls/windebug.dll16"
18246 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
18247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windebug.dll16/%) dlls/windebug.dll16: dlls/windebug.dll16/Makefile
18248 dlls/windebug.dll16/Makefile dlls/windebug.dll16/__depend__: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18249 @./config.status --file dlls/windebug.dll16/Makefile && cd dlls/windebug.dll16 && \$(MAKE) Makefile"
18250 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
18252 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
18253 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
18254 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
18255 @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
18256 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
18257 wine_fn_append_file ALL_DIRS "dlls/windowscodecs"
18258 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
18259 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windowscodecs/%) dlls/windowscodecs: dlls/windowscodecs/Makefile
18260 dlls/windowscodecs/Makefile dlls/windowscodecs/__depend__: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18261 @./config.status --file dlls/windowscodecs/Makefile && cd dlls/windowscodecs && \$(MAKE) Makefile"
18262 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
18264 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/tests: __builddeps__
18265 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
18266 wine_fn_append_file ALL_TEST_BINARIES "windowscodecs_test.exe"
18267 wine_fn_append_rule ALL_WINETEST_DEPENDS "windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
18268 cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18269 windowscodecs_test.rc:
18270 echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18271 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
18272 wine_fn_append_file ALL_DIRS "dlls/windowscodecs/tests"
18273 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
18274 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile
18275 dlls/windowscodecs/tests/Makefile dlls/windowscodecs/tests/__depend__: dlls/windowscodecs/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18276 @./config.status --file dlls/windowscodecs/tests/Makefile && cd dlls/windowscodecs/tests && \$(MAKE) Makefile"
18277 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
18279 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winealsa.drv dlls/winealsa.drv/__install__ dlls/winealsa.drv/__install-lib__ dlls/winealsa.drv/__install-dev__: __builddeps__"
18280 wine_fn_append_file ALL_DIRS "dlls/winealsa.drv"
18281 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
18282 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winealsa.drv/%) dlls/winealsa.drv: dlls/winealsa.drv/Makefile
18283 dlls/winealsa.drv/Makefile dlls/winealsa.drv/__depend__: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18284 @./config.status --file dlls/winealsa.drv/Makefile && cd dlls/winealsa.drv && \$(MAKE) Makefile"
18285 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
18287 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineaudioio.drv dlls/wineaudioio.drv/__install__ dlls/wineaudioio.drv/__install-lib__ dlls/wineaudioio.drv/__install-dev__: __builddeps__"
18288 wine_fn_append_file ALL_DIRS "dlls/wineaudioio.drv"
18289 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
18290 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineaudioio.drv/%) dlls/wineaudioio.drv: dlls/wineaudioio.drv/Makefile
18291 dlls/wineaudioio.drv/Makefile dlls/wineaudioio.drv/__depend__: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18292 @./config.status --file dlls/wineaudioio.drv/Makefile && cd dlls/wineaudioio.drv && \$(MAKE) Makefile"
18293 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
18295 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winecoreaudio.drv dlls/winecoreaudio.drv/__install__ dlls/winecoreaudio.drv/__install-lib__ dlls/winecoreaudio.drv/__install-dev__: __builddeps__"
18296 wine_fn_append_file ALL_DIRS "dlls/winecoreaudio.drv"
18297 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
18298 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winecoreaudio.drv/%) dlls/winecoreaudio.drv: dlls/winecoreaudio.drv/Makefile
18299 dlls/winecoreaudio.drv/Makefile dlls/winecoreaudio.drv/__depend__: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18300 @./config.status --file dlls/winecoreaudio.drv/Makefile && cd dlls/winecoreaudio.drv && \$(MAKE) Makefile"
18301 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
18303 wine_fn_append_file ALL_STATIC_LIBS "dlls/winecrt0/libwinecrt0.a"
18304 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
18305 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
18306 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
18307 @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
18308 wine_fn_append_file ALL_DIRS "dlls/winecrt0"
18309 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
18310 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile
18311 dlls/winecrt0/Makefile dlls/winecrt0/__depend__: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status \$(MAKEDEP)
18312 @./config.status --file dlls/winecrt0/Makefile && cd dlls/winecrt0 && \$(MAKE) Makefile"
18313 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
18315 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
18316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
18317 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
18318 @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
18319 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
18320 wine_fn_append_file ALL_DIRS "dlls/wined3d"
18321 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
18322 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wined3d/%) dlls/wined3d: dlls/wined3d/Makefile
18323 dlls/wined3d/Makefile dlls/wined3d/__depend__: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18324 @./config.status --file dlls/wined3d/Makefile && cd dlls/wined3d && \$(MAKE) Makefile"
18325 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
18327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineesd.drv dlls/wineesd.drv/__install__ dlls/wineesd.drv/__install-lib__ dlls/wineesd.drv/__install-dev__: __builddeps__"
18328 wine_fn_append_file ALL_DIRS "dlls/wineesd.drv"
18329 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
18330 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineesd.drv/%) dlls/wineesd.drv: dlls/wineesd.drv/Makefile
18331 dlls/wineesd.drv/Makefile dlls/wineesd.drv/__depend__: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18332 @./config.status --file dlls/wineesd.drv/Makefile && cd dlls/wineesd.drv && \$(MAKE) Makefile"
18333 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
18335 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winejack.drv dlls/winejack.drv/__install__ dlls/winejack.drv/__install-lib__ dlls/winejack.drv/__install-dev__: __builddeps__"
18336 wine_fn_append_file ALL_DIRS "dlls/winejack.drv"
18337 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
18338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winejack.drv/%) dlls/winejack.drv: dlls/winejack.drv/Makefile
18339 dlls/winejack.drv/Makefile dlls/winejack.drv/__depend__: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18340 @./config.status --file dlls/winejack.drv/Makefile && cd dlls/winejack.drv && \$(MAKE) Makefile"
18341 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
18343 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winejoystick.drv dlls/winejoystick.drv/__install__ dlls/winejoystick.drv/__install-lib__ dlls/winejoystick.drv/__install-dev__: __builddeps__"
18344 wine_fn_append_file ALL_DIRS "dlls/winejoystick.drv"
18345 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
18346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winejoystick.drv/%) dlls/winejoystick.drv: dlls/winejoystick.drv/Makefile
18347 dlls/winejoystick.drv/Makefile dlls/winejoystick.drv/__depend__: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18348 @./config.status --file dlls/winejoystick.drv/Makefile && cd dlls/winejoystick.drv && \$(MAKE) Makefile"
18349 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
18351 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
18352 wine_fn_append_file ALL_DIRS "dlls/winemapi"
18353 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
18354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winemapi/%) dlls/winemapi: dlls/winemapi/Makefile
18355 dlls/winemapi/Makefile dlls/winemapi/__depend__: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18356 @./config.status --file dlls/winemapi/Makefile && cd dlls/winemapi && \$(MAKE) Makefile"
18357 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
18359 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemp3.acm dlls/winemp3.acm/__install__ dlls/winemp3.acm/__install-lib__ dlls/winemp3.acm/__install-dev__: __builddeps__"
18360 wine_fn_append_file ALL_DIRS "dlls/winemp3.acm"
18361 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
18362 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winemp3.acm/%) dlls/winemp3.acm: dlls/winemp3.acm/Makefile
18363 dlls/winemp3.acm/Makefile dlls/winemp3.acm/__depend__: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18364 @./config.status --file dlls/winemp3.acm/Makefile && cd dlls/winemp3.acm && \$(MAKE) Makefile"
18365 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
18367 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winenas.drv dlls/winenas.drv/__install__ dlls/winenas.drv/__install-lib__ dlls/winenas.drv/__install-dev__: __builddeps__"
18368 wine_fn_append_file ALL_DIRS "dlls/winenas.drv"
18369 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
18370 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winenas.drv/%) dlls/winenas.drv: dlls/winenas.drv/Makefile
18371 dlls/winenas.drv/Makefile dlls/winenas.drv/__depend__: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18372 @./config.status --file dlls/winenas.drv/Makefile && cd dlls/winenas.drv && \$(MAKE) Makefile"
18373 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
18375 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineoss.drv dlls/wineoss.drv/__install__ dlls/wineoss.drv/__install-lib__ dlls/wineoss.drv/__install-dev__: __builddeps__"
18376 wine_fn_append_file ALL_DIRS "dlls/wineoss.drv"
18377 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
18378 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineoss.drv/%) dlls/wineoss.drv: dlls/wineoss.drv/Makefile
18379 dlls/wineoss.drv/Makefile dlls/wineoss.drv/__depend__: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18380 @./config.status --file dlls/wineoss.drv/Makefile && cd dlls/wineoss.drv && \$(MAKE) Makefile"
18381 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
18383 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineps.drv dlls/wineps.drv/__install__ dlls/wineps.drv/__install-lib__ dlls/wineps.drv/__install-dev__: __builddeps__"
18384 wine_fn_append_file ALL_DIRS "dlls/wineps.drv"
18385 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
18386 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineps.drv/%) dlls/wineps.drv: dlls/wineps.drv/Makefile
18387 dlls/wineps.drv/Makefile dlls/wineps.drv/__depend__: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18388 @./config.status --file dlls/wineps.drv/Makefile && cd dlls/wineps.drv && \$(MAKE) Makefile"
18389 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
18391 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wineps16.drv16 dlls/wineps16.drv16/__install__ dlls/wineps16.drv16/__install-lib__ dlls/wineps16.drv16/__install-dev__: __builddeps__"
18392 wine_fn_append_file ALL_DIRS "dlls/wineps16.drv16"
18393 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
18394 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineps16.drv16/%) dlls/wineps16.drv16: dlls/wineps16.drv16/Makefile
18395 dlls/wineps16.drv16/Makefile dlls/wineps16.drv16/__depend__: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18396 @./config.status --file dlls/wineps16.drv16/Makefile && cd dlls/wineps16.drv16 && \$(MAKE) Makefile"
18397 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
18399 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winequartz.drv dlls/winequartz.drv/__install__ dlls/winequartz.drv/__install-lib__ dlls/winequartz.drv/__install-dev__: __builddeps__"
18400 wine_fn_append_file ALL_DIRS "dlls/winequartz.drv"
18401 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
18402 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winequartz.drv/%) dlls/winequartz.drv: dlls/winequartz.drv/Makefile
18403 dlls/winequartz.drv/Makefile dlls/winequartz.drv/__depend__: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18404 @./config.status --file dlls/winequartz.drv/Makefile && cd dlls/winequartz.drv && \$(MAKE) Makefile"
18405 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
18407 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winex11.drv dlls/winex11.drv/__install__ dlls/winex11.drv/__install-lib__ dlls/winex11.drv/__install-dev__: __builddeps__"
18408 wine_fn_append_file ALL_DIRS "dlls/winex11.drv"
18409 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
18410 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winex11.drv/%) dlls/winex11.drv: dlls/winex11.drv/Makefile
18411 dlls/winex11.drv/Makefile dlls/winex11.drv/__depend__: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18412 @./config.status --file dlls/winex11.drv/Makefile && cd dlls/winex11.drv && \$(MAKE) Makefile"
18413 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
18415 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing.dll16 dlls/wing.dll16/__install__ dlls/wing.dll16/__install-lib__ dlls/wing.dll16/__install-dev__: __builddeps__"
18416 wine_fn_append_file ALL_DIRS "dlls/wing.dll16"
18417 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
18418 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wing.dll16/%) dlls/wing.dll16: dlls/wing.dll16/Makefile
18419 dlls/wing.dll16/Makefile dlls/wing.dll16/__depend__: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18420 @./config.status --file dlls/wing.dll16/Makefile && cd dlls/wing.dll16 && \$(MAKE) Makefile"
18421 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
18423 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
18424 wine_fn_append_file ALL_DIRS "dlls/wing32"
18425 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
18426 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wing32/%) dlls/wing32: dlls/wing32/Makefile
18427 dlls/wing32/Makefile dlls/wing32/__depend__: dlls/wing32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18428 @./config.status --file dlls/wing32/Makefile && cd dlls/wing32 && \$(MAKE) Makefile"
18429 ac_config_files="$ac_config_files dlls/wing32/Makefile"
18431 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
18432 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
18433 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
18434 @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
18435 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
18436 wine_fn_append_file ALL_DIRS "dlls/winhttp"
18437 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
18438 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winhttp/%) dlls/winhttp: dlls/winhttp/Makefile
18439 dlls/winhttp/Makefile dlls/winhttp/__depend__: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18440 @./config.status --file dlls/winhttp/Makefile && cd dlls/winhttp && \$(MAKE) Makefile"
18441 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
18443 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/tests: __builddeps__
18444 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
18445 wine_fn_append_file ALL_TEST_BINARIES "winhttp_test.exe"
18446 wine_fn_append_rule ALL_WINETEST_DEPENDS "winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
18447 cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18448 winhttp_test.rc:
18449 echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18450 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
18451 wine_fn_append_file ALL_DIRS "dlls/winhttp/tests"
18452 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
18453 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile
18454 dlls/winhttp/tests/Makefile dlls/winhttp/tests/__depend__: dlls/winhttp/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18455 @./config.status --file dlls/winhttp/tests/Makefile && cd dlls/winhttp/tests && \$(MAKE) Makefile"
18456 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
18458 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
18459 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
18460 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
18461 @cd dlls/wininet && \$(MAKE) \`basename \$@\`
18462 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
18463 wine_fn_append_file ALL_DIRS "dlls/wininet"
18464 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
18465 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wininet/%) dlls/wininet: dlls/wininet/Makefile
18466 dlls/wininet/Makefile dlls/wininet/__depend__: dlls/wininet/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18467 @./config.status --file dlls/wininet/Makefile && cd dlls/wininet && \$(MAKE) Makefile"
18468 ac_config_files="$ac_config_files dlls/wininet/Makefile"
18470 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/tests: __builddeps__
18471 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
18472 wine_fn_append_file ALL_TEST_BINARIES "wininet_test.exe"
18473 wine_fn_append_rule ALL_WINETEST_DEPENDS "wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
18474 cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18475 wininet_test.rc:
18476 echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18477 wininet_test.res: wininet_test.rc wininet_test.exe"
18478 wine_fn_append_file ALL_DIRS "dlls/wininet/tests"
18479 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
18480 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile
18481 dlls/wininet/tests/Makefile dlls/wininet/tests/__depend__: dlls/wininet/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18482 @./config.status --file dlls/wininet/tests/Makefile && cd dlls/wininet/tests && \$(MAKE) Makefile"
18483 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
18485 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
18486 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
18487 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
18488 @cd dlls/winmm && \$(MAKE) \`basename \$@\`
18489 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
18490 wine_fn_append_file ALL_DIRS "dlls/winmm"
18491 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
18492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winmm/%) dlls/winmm: dlls/winmm/Makefile
18493 dlls/winmm/Makefile dlls/winmm/__depend__: dlls/winmm/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18494 @./config.status --file dlls/winmm/Makefile && cd dlls/winmm && \$(MAKE) Makefile"
18495 ac_config_files="$ac_config_files dlls/winmm/Makefile"
18497 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/tests: __builddeps__
18498 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
18499 wine_fn_append_file ALL_TEST_BINARIES "winmm_test.exe"
18500 wine_fn_append_rule ALL_WINETEST_DEPENDS "winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
18501 cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18502 winmm_test.rc:
18503 echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18504 winmm_test.res: winmm_test.rc winmm_test.exe"
18505 wine_fn_append_file ALL_DIRS "dlls/winmm/tests"
18506 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
18507 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile
18508 dlls/winmm/tests/Makefile dlls/winmm/tests/__depend__: dlls/winmm/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18509 @./config.status --file dlls/winmm/tests/Makefile && cd dlls/winmm/tests && \$(MAKE) Makefile"
18510 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
18512 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls.dll16 dlls/winnls.dll16/__install__ dlls/winnls.dll16/__install-lib__ dlls/winnls.dll16/__install-dev__: __builddeps__"
18513 wine_fn_append_file ALL_DIRS "dlls/winnls.dll16"
18514 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
18515 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winnls.dll16/%) dlls/winnls.dll16: dlls/winnls.dll16/Makefile
18516 dlls/winnls.dll16/Makefile dlls/winnls.dll16/__depend__: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18517 @./config.status --file dlls/winnls.dll16/Makefile && cd dlls/winnls.dll16 && \$(MAKE) Makefile"
18518 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
18520 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
18521 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
18522 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
18523 @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
18524 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
18525 wine_fn_append_file ALL_DIRS "dlls/winnls32"
18526 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
18527 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winnls32/%) dlls/winnls32: dlls/winnls32/Makefile
18528 dlls/winnls32/Makefile dlls/winnls32/__depend__: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18529 @./config.status --file dlls/winnls32/Makefile && cd dlls/winnls32 && \$(MAKE) Makefile"
18530 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18532 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
18533 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
18534 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
18535 @cd dlls/winscard && \$(MAKE) \`basename \$@\`
18536 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
18537 wine_fn_append_file ALL_DIRS "dlls/winscard"
18538 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
18539 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winscard/%) dlls/winscard: dlls/winscard/Makefile
18540 dlls/winscard/Makefile dlls/winscard/__depend__: dlls/winscard/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18541 @./config.status --file dlls/winscard/Makefile && cd dlls/winscard && \$(MAKE) Makefile"
18542 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18544 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winsock.dll16 dlls/winsock.dll16/__install__ dlls/winsock.dll16/__install-lib__ dlls/winsock.dll16/__install-dev__: __builddeps__"
18545 wine_fn_append_file ALL_DIRS "dlls/winsock.dll16"
18546 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
18547 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winsock.dll16/%) dlls/winsock.dll16: dlls/winsock.dll16/Makefile
18548 dlls/winsock.dll16/Makefile dlls/winsock.dll16/__depend__: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18549 @./config.status --file dlls/winsock.dll16/Makefile && cd dlls/winsock.dll16 && \$(MAKE) Makefile"
18550 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18552 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
18553 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: tools/widl tools/winebuild tools/winegcc include
18554 dlls/libwinspool.$IMPLIBEXT: dlls/winspool.drv/libwinspool.$IMPLIBEXT
18555 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.$IMPLIBEXT \$@
18556 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
18557 \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18558 clean::
18559 \$(RM) dlls/libwinspool.$IMPLIBEXT
18560 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
18561 @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
18562 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
18563 wine_fn_append_file ALL_DIRS "dlls/winspool.drv"
18564 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
18565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winspool.drv/%) dlls/winspool.drv: dlls/winspool.drv/Makefile
18566 dlls/winspool.drv/Makefile dlls/winspool.drv/__depend__: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18567 @./config.status --file dlls/winspool.drv/Makefile && cd dlls/winspool.drv && \$(MAKE) Makefile"
18568 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18570 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winspool.drv/tests: __builddeps__
18571 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
18572 wine_fn_append_file ALL_TEST_BINARIES "winspool.drv_test.exe"
18573 wine_fn_append_rule ALL_WINETEST_DEPENDS "winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
18574 cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18575 winspool.drv_test.rc:
18576 echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18577 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
18578 wine_fn_append_file ALL_DIRS "dlls/winspool.drv/tests"
18579 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
18580 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile
18581 dlls/winspool.drv/tests/Makefile dlls/winspool.drv/tests/__depend__: dlls/winspool.drv/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18582 @./config.status --file dlls/winspool.drv/tests/Makefile && cd dlls/winspool.drv/tests && \$(MAKE) Makefile"
18583 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18585 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab.dll16 dlls/wintab.dll16/__install__ dlls/wintab.dll16/__install-lib__ dlls/wintab.dll16/__install-dev__: __builddeps__"
18586 wine_fn_append_file ALL_DIRS "dlls/wintab.dll16"
18587 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
18588 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab.dll16/%) dlls/wintab.dll16: dlls/wintab.dll16/Makefile
18589 dlls/wintab.dll16/Makefile dlls/wintab.dll16/__depend__: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18590 @./config.status --file dlls/wintab.dll16/Makefile && cd dlls/wintab.dll16 && \$(MAKE) Makefile"
18591 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18593 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
18594 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
18595 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
18596 @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
18597 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
18598 wine_fn_append_file ALL_DIRS "dlls/wintab32"
18599 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
18600 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab32/%) dlls/wintab32: dlls/wintab32/Makefile
18601 dlls/wintab32/Makefile dlls/wintab32/__depend__: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18602 @./config.status --file dlls/wintab32/Makefile && cd dlls/wintab32 && \$(MAKE) Makefile"
18603 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18605 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/tests: __builddeps__
18606 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
18607 wine_fn_append_file ALL_TEST_BINARIES "wintab32_test.exe"
18608 wine_fn_append_rule ALL_WINETEST_DEPENDS "wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
18609 cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18610 wintab32_test.rc:
18611 echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18612 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
18613 wine_fn_append_file ALL_DIRS "dlls/wintab32/tests"
18614 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
18615 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile
18616 dlls/wintab32/tests/Makefile dlls/wintab32/tests/__depend__: dlls/wintab32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18617 @./config.status --file dlls/wintab32/tests/Makefile && cd dlls/wintab32/tests && \$(MAKE) Makefile"
18618 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18620 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
18621 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
18622 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
18623 @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
18624 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
18625 wine_fn_append_file ALL_DIRS "dlls/wintrust"
18626 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
18627 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintrust/%) dlls/wintrust: dlls/wintrust/Makefile
18628 dlls/wintrust/Makefile dlls/wintrust/__depend__: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18629 @./config.status --file dlls/wintrust/Makefile && cd dlls/wintrust && \$(MAKE) Makefile"
18630 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18632 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/tests: __builddeps__
18633 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
18634 wine_fn_append_file ALL_TEST_BINARIES "wintrust_test.exe"
18635 wine_fn_append_rule ALL_WINETEST_DEPENDS "wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
18636 cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18637 wintrust_test.rc:
18638 echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18639 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
18640 wine_fn_append_file ALL_DIRS "dlls/wintrust/tests"
18641 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
18642 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile
18643 dlls/wintrust/tests/Makefile dlls/wintrust/tests/__depend__: dlls/wintrust/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18644 @./config.status --file dlls/wintrust/tests/Makefile && cd dlls/wintrust/tests && \$(MAKE) Makefile"
18645 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18647 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
18648 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
18649 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
18650 @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
18651 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
18652 wine_fn_append_file ALL_DIRS "dlls/wldap32"
18653 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
18654 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wldap32/%) dlls/wldap32: dlls/wldap32/Makefile
18655 dlls/wldap32/Makefile dlls/wldap32/__depend__: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18656 @./config.status --file dlls/wldap32/Makefile && cd dlls/wldap32 && \$(MAKE) Makefile"
18657 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18659 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/tests: __builddeps__
18660 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
18661 wine_fn_append_file ALL_TEST_BINARIES "wldap32_test.exe"
18662 wine_fn_append_rule ALL_WINETEST_DEPENDS "wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
18663 cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18664 wldap32_test.rc:
18665 echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18666 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
18667 wine_fn_append_file ALL_DIRS "dlls/wldap32/tests"
18668 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
18669 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile
18670 dlls/wldap32/tests/Makefile dlls/wldap32/tests/__depend__: dlls/wldap32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18671 @./config.status --file dlls/wldap32/tests/Makefile && cd dlls/wldap32/tests && \$(MAKE) Makefile"
18672 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18674 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
18675 wine_fn_append_file ALL_DIRS "dlls/wmi"
18676 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
18677 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wmi/%) dlls/wmi: dlls/wmi/Makefile
18678 dlls/wmi/Makefile dlls/wmi/__depend__: dlls/wmi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18679 @./config.status --file dlls/wmi/Makefile && cd dlls/wmi && \$(MAKE) Makefile"
18680 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18682 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
18683 wine_fn_append_file ALL_DIRS "dlls/wmiutils"
18684 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
18685 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wmiutils/%) dlls/wmiutils: dlls/wmiutils/Makefile
18686 dlls/wmiutils/Makefile dlls/wmiutils/__depend__: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18687 @./config.status --file dlls/wmiutils/Makefile && cd dlls/wmiutils && \$(MAKE) Makefile"
18688 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18690 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
18691 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18692 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
18693 @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
18694 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
18695 wine_fn_append_file ALL_DIRS "dlls/wnaspi32"
18696 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
18697 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wnaspi32/%) dlls/wnaspi32: dlls/wnaspi32/Makefile
18698 dlls/wnaspi32/Makefile dlls/wnaspi32/__depend__: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18699 @./config.status --file dlls/wnaspi32/Makefile && cd dlls/wnaspi32 && \$(MAKE) Makefile"
18700 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18702 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
18703 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
18704 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
18705 @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
18706 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
18707 wine_fn_append_file ALL_DIRS "dlls/wow32"
18708 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
18709 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wow32/%) dlls/wow32: dlls/wow32/Makefile
18710 dlls/wow32/Makefile dlls/wow32/__depend__: dlls/wow32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18711 @./config.status --file dlls/wow32/Makefile && cd dlls/wow32 && \$(MAKE) Makefile"
18712 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18714 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
18715 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: tools/widl tools/winebuild tools/winegcc include
18716 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
18717 @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
18718 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
18719 wine_fn_append_file ALL_DIRS "dlls/ws2_32"
18720 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
18721 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ws2_32/%) dlls/ws2_32: dlls/ws2_32/Makefile
18722 dlls/ws2_32/Makefile dlls/ws2_32/__depend__: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18723 @./config.status --file dlls/ws2_32/Makefile && cd dlls/ws2_32 && \$(MAKE) Makefile"
18724 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18726 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ws2_32/tests: __builddeps__
18727 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
18728 wine_fn_append_file ALL_TEST_BINARIES "ws2_32_test.exe"
18729 wine_fn_append_rule ALL_WINETEST_DEPENDS "ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
18730 cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18731 ws2_32_test.rc:
18732 echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18733 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
18734 wine_fn_append_file ALL_DIRS "dlls/ws2_32/tests"
18735 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
18736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile
18737 dlls/ws2_32/tests/Makefile dlls/ws2_32/tests/__depend__: dlls/ws2_32/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18738 @./config.status --file dlls/ws2_32/tests/Makefile && cd dlls/ws2_32/tests && \$(MAKE) Makefile"
18739 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18741 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
18742 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
18743 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
18744 @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
18745 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
18746 wine_fn_append_file ALL_DIRS "dlls/wsock32"
18747 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
18748 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wsock32/%) dlls/wsock32: dlls/wsock32/Makefile
18749 dlls/wsock32/Makefile dlls/wsock32/__depend__: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18750 @./config.status --file dlls/wsock32/Makefile && cd dlls/wsock32 && \$(MAKE) Makefile"
18751 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18753 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
18754 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18755 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
18756 @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
18757 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
18758 wine_fn_append_file ALL_DIRS "dlls/wtsapi32"
18759 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
18760 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wtsapi32/%) dlls/wtsapi32: dlls/wtsapi32/Makefile
18761 dlls/wtsapi32/Makefile dlls/wtsapi32/__depend__: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18762 @./config.status --file dlls/wtsapi32/Makefile && cd dlls/wtsapi32 && \$(MAKE) Makefile"
18763 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18765 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
18766 wine_fn_append_file ALL_DIRS "dlls/wuapi"
18767 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
18768 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wuapi/%) dlls/wuapi: dlls/wuapi/Makefile
18769 dlls/wuapi/Makefile dlls/wuapi/__depend__: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18770 @./config.status --file dlls/wuapi/Makefile && cd dlls/wuapi && \$(MAKE) Makefile"
18771 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
18774 wine_fn_append_file ALL_DIRS "dlls/wuaueng"
18775 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
18776 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wuaueng/%) dlls/wuaueng: dlls/wuaueng/Makefile
18777 dlls/wuaueng/Makefile dlls/wuaueng/__depend__: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18778 @./config.status --file dlls/wuaueng/Makefile && cd dlls/wuaueng && \$(MAKE) Makefile"
18779 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18781 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_1 dlls/xinput1_1/__install__ dlls/xinput1_1/__install-lib__ dlls/xinput1_1/__install-dev__: __builddeps__"
18782 wine_fn_append_file ALL_DIRS "dlls/xinput1_1"
18783 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
18784 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_1/%) dlls/xinput1_1: dlls/xinput1_1/Makefile
18785 dlls/xinput1_1/Makefile dlls/xinput1_1/__depend__: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18786 @./config.status --file dlls/xinput1_1/Makefile && cd dlls/xinput1_1 && \$(MAKE) Makefile"
18787 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18789 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_2 dlls/xinput1_2/__install__ dlls/xinput1_2/__install-lib__ dlls/xinput1_2/__install-dev__: __builddeps__"
18790 wine_fn_append_file ALL_DIRS "dlls/xinput1_2"
18791 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
18792 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_2/%) dlls/xinput1_2: dlls/xinput1_2/Makefile
18793 dlls/xinput1_2/Makefile dlls/xinput1_2/__depend__: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18794 @./config.status --file dlls/xinput1_2/Makefile && cd dlls/xinput1_2 && \$(MAKE) Makefile"
18795 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18797 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
18798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: tools/widl tools/winebuild tools/winegcc include
18799 dlls/libxinput.$IMPLIBEXT: dlls/xinput1_3/libxinput.$IMPLIBEXT
18800 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.$IMPLIBEXT \$@
18801 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
18802 \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18803 clean::
18804 \$(RM) dlls/libxinput.$IMPLIBEXT
18805 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
18806 @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
18807 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
18808 wine_fn_append_file ALL_DIRS "dlls/xinput1_3"
18809 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
18810 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_3/%) dlls/xinput1_3: dlls/xinput1_3/Makefile
18811 dlls/xinput1_3/Makefile dlls/xinput1_3/__depend__: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18812 @./config.status --file dlls/xinput1_3/Makefile && cd dlls/xinput1_3 && \$(MAKE) Makefile"
18813 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_3/tests: __builddeps__
18816 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
18817 wine_fn_append_file ALL_TEST_BINARIES "xinput1_3_test.exe"
18818 wine_fn_append_rule ALL_WINETEST_DEPENDS "xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
18819 cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18820 xinput1_3_test.rc:
18821 echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18822 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
18823 wine_fn_append_file ALL_DIRS "dlls/xinput1_3/tests"
18824 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
18825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile
18826 dlls/xinput1_3/tests/Makefile dlls/xinput1_3/tests/__depend__: dlls/xinput1_3/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18827 @./config.status --file dlls/xinput1_3/tests/Makefile && cd dlls/xinput1_3/tests && \$(MAKE) Makefile"
18828 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18830 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput9_1_0 dlls/xinput9_1_0/__install__ dlls/xinput9_1_0/__install-lib__ dlls/xinput9_1_0/__install-dev__: __builddeps__"
18831 wine_fn_append_file ALL_DIRS "dlls/xinput9_1_0"
18832 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
18833 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput9_1_0/%) dlls/xinput9_1_0: dlls/xinput9_1_0/Makefile
18834 dlls/xinput9_1_0/Makefile dlls/xinput9_1_0/__depend__: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18835 @./config.status --file dlls/xinput9_1_0/Makefile && cd dlls/xinput9_1_0 && \$(MAKE) Makefile"
18836 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18838 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
18839 wine_fn_append_file ALL_DIRS "dlls/xmllite"
18840 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
18841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xmllite/%) dlls/xmllite: dlls/xmllite/Makefile
18842 dlls/xmllite/Makefile dlls/xmllite/__depend__: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status \$(MAKEDEP)
18843 @./config.status --file dlls/xmllite/Makefile && cd dlls/xmllite && \$(MAKE) Makefile"
18844 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18846 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite/tests: __builddeps__
18847 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
18848 wine_fn_append_file ALL_TEST_BINARIES "xmllite_test.exe"
18849 wine_fn_append_rule ALL_WINETEST_DEPENDS "xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
18850 cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18851 xmllite_test.rc:
18852 echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18853 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
18854 wine_fn_append_file ALL_DIRS "dlls/xmllite/tests"
18855 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
18856 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile
18857 dlls/xmllite/tests/Makefile dlls/xmllite/tests/__depend__: dlls/xmllite/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18858 @./config.status --file dlls/xmllite/tests/Makefile && cd dlls/xmllite/tests && \$(MAKE) Makefile"
18859 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18861 wine_fn_append_file ALL_DIRS "documentation"
18862 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
18863 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile
18864 documentation/Makefile documentation/__depend__: documentation/Makefile.in Make.rules config.status \$(MAKEDEP)
18865 @./config.status --file documentation/Makefile && cd documentation && \$(MAKE) Makefile"
18866 ac_config_files="$ac_config_files documentation/Makefile"
18868 wine_fn_append_file ALL_DIRS "fonts"
18869 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
18870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile
18871 fonts/Makefile fonts/__depend__: fonts/Makefile.in Make.rules config.status \$(MAKEDEP)
18872 @./config.status --file fonts/Makefile && cd fonts && \$(MAKE) Makefile"
18873 ac_config_files="$ac_config_files fonts/Makefile"
18875 wine_fn_append_file ALL_DIRS "include"
18876 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
18877 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=include/%) include: include/Makefile
18878 include/Makefile include/__depend__: include/Makefile.in Make.rules config.status \$(MAKEDEP)
18879 @./config.status --file include/Makefile && cd include && \$(MAKE) Makefile"
18880 ac_config_files="$ac_config_files include/Makefile"
18882 wine_fn_append_file ALL_DIRS "libs/port"
18884 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile
18885 libs/port/Makefile libs/port/__depend__: libs/port/Makefile.in Make.rules config.status \$(MAKEDEP)
18886 @./config.status --file libs/port/Makefile && cd libs/port && \$(MAKE) Makefile"
18887 ac_config_files="$ac_config_files libs/port/Makefile"
18889 wine_fn_append_file ALL_DIRS "libs/wine"
18891 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile
18892 libs/wine/Makefile libs/wine/__depend__: libs/wine/Makefile.in Make.rules config.status \$(MAKEDEP)
18893 @./config.status --file libs/wine/Makefile && cd libs/wine && \$(MAKE) Makefile"
18894 ac_config_files="$ac_config_files libs/wine/Makefile"
18896 wine_fn_append_file ALL_DIRS "libs/wpp"
18898 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile
18899 libs/wpp/Makefile libs/wpp/__depend__: libs/wpp/Makefile.in Make.rules config.status \$(MAKEDEP)
18900 @./config.status --file libs/wpp/Makefile && cd libs/wpp && \$(MAKE) Makefile"
18901 ac_config_files="$ac_config_files libs/wpp/Makefile"
18903 wine_fn_append_file ALL_DIRS "loader"
18904 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
18905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile
18906 loader/Makefile loader/__depend__: loader/Makefile.in Make.rules config.status \$(MAKEDEP)
18907 @./config.status --file loader/Makefile && cd loader && \$(MAKE) Makefile"
18908 ac_config_files="$ac_config_files loader/Makefile"
18910 wine_fn_append_file ALL_DIRS "programs"
18911 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
18912 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile
18913 programs/Makefile programs/__depend__: programs/Makefile.in Make.rules config.status \$(MAKEDEP)
18914 @./config.status --file programs/Makefile && cd programs && \$(MAKE) Makefile"
18915 ac_config_files="$ac_config_files programs/Makefile"
18917 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cacls programs/cacls/__install__ programs/cacls/__install-lib__: __builddeps__"
18918 wine_fn_append_file ALL_DIRS "programs/cacls"
18919 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
18920 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cacls/%) programs/cacls: programs/cacls/Makefile
18921 programs/cacls/Makefile programs/cacls/__depend__: programs/cacls/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18922 @./config.status --file programs/cacls/Makefile && cd programs/cacls && \$(MAKE) Makefile"
18923 ac_config_files="$ac_config_files programs/cacls/Makefile"
18925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/clock programs/clock/__install__ programs/clock/__install-lib__: __builddeps__"
18926 wine_fn_append_file ALL_DIRS "programs/clock"
18927 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
18928 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/clock/%) programs/clock: programs/clock/Makefile
18929 programs/clock/Makefile programs/clock/__depend__: programs/clock/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18930 @./config.status --file programs/clock/Makefile && cd programs/clock && \$(MAKE) Makefile"
18931 ac_config_files="$ac_config_files programs/clock/Makefile"
18933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd programs/cmd/__install__ programs/cmd/__install-lib__: __builddeps__"
18934 wine_fn_append_file ALL_DIRS "programs/cmd"
18935 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
18936 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmd/%) programs/cmd: programs/cmd/Makefile
18937 programs/cmd/Makefile programs/cmd/__depend__: programs/cmd/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18938 @./config.status --file programs/cmd/Makefile && cd programs/cmd && \$(MAKE) Makefile"
18939 ac_config_files="$ac_config_files programs/cmd/Makefile"
18941 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd/tests: __builddeps__
18942 programs/cmd/tests/__crosstest__: __buildcrossdeps__"
18943 wine_fn_append_file ALL_TEST_BINARIES "cmd.exe_test.exe"
18944 wine_fn_append_rule ALL_WINETEST_DEPENDS "cmd.exe_test.exe: \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT
18945 cp \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18946 cmd.exe_test.rc:
18947 echo \"cmd.exe_test.exe TESTRES \\\"cmd.exe_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18948 cmd.exe_test.res: cmd.exe_test.rc cmd.exe_test.exe"
18949 wine_fn_append_file ALL_DIRS "programs/cmd/tests"
18950 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
18951 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmd/tests/%) programs/cmd/tests: programs/cmd/tests/Makefile
18952 programs/cmd/tests/Makefile programs/cmd/tests/__depend__: programs/cmd/tests/Makefile.in Maketest.rules config.status \$(MAKEDEP)
18953 @./config.status --file programs/cmd/tests/Makefile && cd programs/cmd/tests && \$(MAKE) Makefile"
18954 ac_config_files="$ac_config_files programs/cmd/tests/Makefile"
18956 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmdlgtst programs/cmdlgtst/__install__ programs/cmdlgtst/__install-lib__: __builddeps__"
18957 wine_fn_append_file ALL_DIRS "programs/cmdlgtst"
18958 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
18959 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmdlgtst/%) programs/cmdlgtst: programs/cmdlgtst/Makefile
18960 programs/cmdlgtst/Makefile programs/cmdlgtst/__depend__: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18961 @./config.status --file programs/cmdlgtst/Makefile && cd programs/cmdlgtst && \$(MAKE) Makefile"
18962 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18964 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/control programs/control/__install__ programs/control/__install-lib__: __builddeps__"
18965 wine_fn_append_file ALL_DIRS "programs/control"
18966 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
18967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/control/%) programs/control: programs/control/Makefile
18968 programs/control/Makefile programs/control/__depend__: programs/control/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18969 @./config.status --file programs/control/Makefile && cd programs/control && \$(MAKE) Makefile"
18970 ac_config_files="$ac_config_files programs/control/Makefile"
18972 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/dxdiag programs/dxdiag/__install__ programs/dxdiag/__install-lib__: __builddeps__"
18973 wine_fn_append_file ALL_DIRS "programs/dxdiag"
18974 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
18975 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/dxdiag/%) programs/dxdiag: programs/dxdiag/Makefile
18976 programs/dxdiag/Makefile programs/dxdiag/__depend__: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18977 @./config.status --file programs/dxdiag/Makefile && cd programs/dxdiag && \$(MAKE) Makefile"
18978 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18980 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/eject programs/eject/__install__ programs/eject/__install-lib__: __builddeps__"
18981 wine_fn_append_file ALL_DIRS "programs/eject"
18982 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
18983 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/eject/%) programs/eject: programs/eject/Makefile
18984 programs/eject/Makefile programs/eject/__depend__: programs/eject/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18985 @./config.status --file programs/eject/Makefile && cd programs/eject && \$(MAKE) Makefile"
18986 ac_config_files="$ac_config_files programs/eject/Makefile"
18988 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/expand programs/expand/__install__ programs/expand/__install-lib__: __builddeps__"
18989 wine_fn_append_file ALL_DIRS "programs/expand"
18990 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
18991 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/expand/%) programs/expand: programs/expand/Makefile
18992 programs/expand/Makefile programs/expand/__depend__: programs/expand/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
18993 @./config.status --file programs/expand/Makefile && cd programs/expand && \$(MAKE) Makefile"
18994 ac_config_files="$ac_config_files programs/expand/Makefile"
18996 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/explorer programs/explorer/__install__ programs/explorer/__install-lib__: __builddeps__"
18997 wine_fn_append_file ALL_DIRS "programs/explorer"
18998 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
18999 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/explorer/%) programs/explorer: programs/explorer/Makefile
19000 programs/explorer/Makefile programs/explorer/__depend__: programs/explorer/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19001 @./config.status --file programs/explorer/Makefile && cd programs/explorer && \$(MAKE) Makefile"
19002 ac_config_files="$ac_config_files programs/explorer/Makefile"
19004 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/extrac32 programs/extrac32/__install__ programs/extrac32/__install-lib__: __builddeps__"
19005 wine_fn_append_file ALL_DIRS "programs/extrac32"
19006 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
19007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/extrac32/%) programs/extrac32: programs/extrac32/Makefile
19008 programs/extrac32/Makefile programs/extrac32/__depend__: programs/extrac32/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19009 @./config.status --file programs/extrac32/Makefile && cd programs/extrac32 && \$(MAKE) Makefile"
19010 ac_config_files="$ac_config_files programs/extrac32/Makefile"
19012 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/hh programs/hh/__install__ programs/hh/__install-lib__: __builddeps__"
19013 wine_fn_append_file ALL_DIRS "programs/hh"
19014 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
19015 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/hh/%) programs/hh: programs/hh/Makefile
19016 programs/hh/Makefile programs/hh/__depend__: programs/hh/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19017 @./config.status --file programs/hh/Makefile && cd programs/hh && \$(MAKE) Makefile"
19018 ac_config_files="$ac_config_files programs/hh/Makefile"
19020 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/icinfo programs/icinfo/__install__ programs/icinfo/__install-lib__: __builddeps__"
19021 wine_fn_append_file ALL_DIRS "programs/icinfo"
19022 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
19023 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/icinfo/%) programs/icinfo: programs/icinfo/Makefile
19024 programs/icinfo/Makefile programs/icinfo/__depend__: programs/icinfo/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19025 @./config.status --file programs/icinfo/Makefile && cd programs/icinfo && \$(MAKE) Makefile"
19026 ac_config_files="$ac_config_files programs/icinfo/Makefile"
19028 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/iexplore programs/iexplore/__install__ programs/iexplore/__install-lib__: __builddeps__"
19029 wine_fn_append_file ALL_DIRS "programs/iexplore"
19030 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
19031 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/iexplore/%) programs/iexplore: programs/iexplore/Makefile
19032 programs/iexplore/Makefile programs/iexplore/__depend__: programs/iexplore/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19033 @./config.status --file programs/iexplore/Makefile && cd programs/iexplore && \$(MAKE) Makefile"
19034 ac_config_files="$ac_config_files programs/iexplore/Makefile"
19036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/lodctr programs/lodctr/__install__ programs/lodctr/__install-lib__: __builddeps__"
19037 wine_fn_append_file ALL_DIRS "programs/lodctr"
19038 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
19039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/lodctr/%) programs/lodctr: programs/lodctr/Makefile
19040 programs/lodctr/Makefile programs/lodctr/__depend__: programs/lodctr/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19041 @./config.status --file programs/lodctr/Makefile && cd programs/lodctr && \$(MAKE) Makefile"
19042 ac_config_files="$ac_config_files programs/lodctr/Makefile"
19044 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/mshta programs/mshta/__install__ programs/mshta/__install-lib__: __builddeps__"
19045 wine_fn_append_file ALL_DIRS "programs/mshta"
19046 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
19047 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/mshta/%) programs/mshta: programs/mshta/Makefile
19048 programs/mshta/Makefile programs/mshta/__depend__: programs/mshta/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19049 @./config.status --file programs/mshta/Makefile && cd programs/mshta && \$(MAKE) Makefile"
19050 ac_config_files="$ac_config_files programs/mshta/Makefile"
19052 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/msiexec programs/msiexec/__install__ programs/msiexec/__install-lib__: __builddeps__"
19053 wine_fn_append_file ALL_DIRS "programs/msiexec"
19054 test "x$enable_msiexec" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/msiexec" && wine_fn_append_file ALL_INSTALL_DIRS "programs/msiexec" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/msiexec"
19055 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/msiexec/%) programs/msiexec: programs/msiexec/Makefile
19056 programs/msiexec/Makefile programs/msiexec/__depend__: programs/msiexec/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19057 @./config.status --file programs/msiexec/Makefile && cd programs/msiexec && \$(MAKE) Makefile"
19058 ac_config_files="$ac_config_files programs/msiexec/Makefile"
19060 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/net programs/net/__install__ programs/net/__install-lib__: __builddeps__"
19061 wine_fn_append_file ALL_DIRS "programs/net"
19062 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
19063 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/net/%) programs/net: programs/net/Makefile
19064 programs/net/Makefile programs/net/__depend__: programs/net/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19065 @./config.status --file programs/net/Makefile && cd programs/net && \$(MAKE) Makefile"
19066 ac_config_files="$ac_config_files programs/net/Makefile"
19068 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/notepad programs/notepad/__install__ programs/notepad/__install-lib__: __builddeps__"
19069 wine_fn_append_file ALL_DIRS "programs/notepad"
19070 test "x$enable_notepad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/notepad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/notepad" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/notepad"
19071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/notepad/%) programs/notepad: programs/notepad/Makefile
19072 programs/notepad/Makefile programs/notepad/__depend__: programs/notepad/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19073 @./config.status --file programs/notepad/Makefile && cd programs/notepad && \$(MAKE) Makefile"
19074 ac_config_files="$ac_config_files programs/notepad/Makefile"
19076 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/oleview programs/oleview/__install__ programs/oleview/__install-lib__: __builddeps__"
19077 wine_fn_append_file ALL_DIRS "programs/oleview"
19078 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
19079 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/oleview/%) programs/oleview: programs/oleview/Makefile
19080 programs/oleview/Makefile programs/oleview/__depend__: programs/oleview/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19081 @./config.status --file programs/oleview/Makefile && cd programs/oleview && \$(MAKE) Makefile"
19082 ac_config_files="$ac_config_files programs/oleview/Makefile"
19084 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/progman programs/progman/__install__ programs/progman/__install-lib__: __builddeps__"
19085 wine_fn_append_file ALL_DIRS "programs/progman"
19086 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
19087 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/progman/%) programs/progman: programs/progman/Makefile
19088 programs/progman/Makefile programs/progman/__depend__: programs/progman/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19089 @./config.status --file programs/progman/Makefile && cd programs/progman && \$(MAKE) Makefile"
19090 ac_config_files="$ac_config_files programs/progman/Makefile"
19092 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/reg programs/reg/__install__ programs/reg/__install-lib__: __builddeps__"
19093 wine_fn_append_file ALL_DIRS "programs/reg"
19094 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
19095 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/reg/%) programs/reg: programs/reg/Makefile
19096 programs/reg/Makefile programs/reg/__depend__: programs/reg/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19097 @./config.status --file programs/reg/Makefile && cd programs/reg && \$(MAKE) Makefile"
19098 ac_config_files="$ac_config_files programs/reg/Makefile"
19100 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regedit programs/regedit/__install__ programs/regedit/__install-lib__: __builddeps__"
19101 wine_fn_append_file ALL_DIRS "programs/regedit"
19102 test "x$enable_regedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regedit" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regedit"
19103 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/regedit/%) programs/regedit: programs/regedit/Makefile
19104 programs/regedit/Makefile programs/regedit/__depend__: programs/regedit/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19105 @./config.status --file programs/regedit/Makefile && cd programs/regedit && \$(MAKE) Makefile"
19106 ac_config_files="$ac_config_files programs/regedit/Makefile"
19108 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regsvr32 programs/regsvr32/__install__ programs/regsvr32/__install-lib__: __builddeps__"
19109 wine_fn_append_file ALL_DIRS "programs/regsvr32"
19110 test "x$enable_regsvr32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regsvr32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regsvr32" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regsvr32"
19111 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/regsvr32/%) programs/regsvr32: programs/regsvr32/Makefile
19112 programs/regsvr32/Makefile programs/regsvr32/__depend__: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19113 @./config.status --file programs/regsvr32/Makefile && cd programs/regsvr32 && \$(MAKE) Makefile"
19114 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
19116 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rpcss programs/rpcss/__install__ programs/rpcss/__install-lib__: __builddeps__"
19117 wine_fn_append_file ALL_DIRS "programs/rpcss"
19118 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
19119 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/rpcss/%) programs/rpcss: programs/rpcss/Makefile
19120 programs/rpcss/Makefile programs/rpcss/__depend__: programs/rpcss/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19121 @./config.status --file programs/rpcss/Makefile && cd programs/rpcss && \$(MAKE) Makefile"
19122 ac_config_files="$ac_config_files programs/rpcss/Makefile"
19124 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rundll32 programs/rundll32/__install__ programs/rundll32/__install-lib__: __builddeps__"
19125 wine_fn_append_file ALL_DIRS "programs/rundll32"
19126 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
19127 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/rundll32/%) programs/rundll32: programs/rundll32/Makefile
19128 programs/rundll32/Makefile programs/rundll32/__depend__: programs/rundll32/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19129 @./config.status --file programs/rundll32/Makefile && cd programs/rundll32 && \$(MAKE) Makefile"
19130 ac_config_files="$ac_config_files programs/rundll32/Makefile"
19132 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/secedit programs/secedit/__install__ programs/secedit/__install-lib__: __builddeps__"
19133 wine_fn_append_file ALL_DIRS "programs/secedit"
19134 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
19135 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/secedit/%) programs/secedit: programs/secedit/Makefile
19136 programs/secedit/Makefile programs/secedit/__depend__: programs/secedit/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19137 @./config.status --file programs/secedit/Makefile && cd programs/secedit && \$(MAKE) Makefile"
19138 ac_config_files="$ac_config_files programs/secedit/Makefile"
19140 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/services programs/services/__install__ programs/services/__install-lib__: __builddeps__"
19141 wine_fn_append_file ALL_DIRS "programs/services"
19142 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
19143 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/services/%) programs/services: programs/services/Makefile
19144 programs/services/Makefile programs/services/__depend__: programs/services/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19145 @./config.status --file programs/services/Makefile && cd programs/services && \$(MAKE) Makefile"
19146 ac_config_files="$ac_config_files programs/services/Makefile"
19148 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/spoolsv programs/spoolsv/__install__ programs/spoolsv/__install-lib__: __builddeps__"
19149 wine_fn_append_file ALL_DIRS "programs/spoolsv"
19150 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
19151 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/spoolsv/%) programs/spoolsv: programs/spoolsv/Makefile
19152 programs/spoolsv/Makefile programs/spoolsv/__depend__: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19153 @./config.status --file programs/spoolsv/Makefile && cd programs/spoolsv && \$(MAKE) Makefile"
19154 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
19156 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/start programs/start/__install__ programs/start/__install-lib__: __builddeps__"
19157 wine_fn_append_file ALL_DIRS "programs/start"
19158 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
19159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/start/%) programs/start: programs/start/Makefile
19160 programs/start/Makefile programs/start/__depend__: programs/start/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19161 @./config.status --file programs/start/Makefile && cd programs/start && \$(MAKE) Makefile"
19162 ac_config_files="$ac_config_files programs/start/Makefile"
19164 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/svchost programs/svchost/__install__ programs/svchost/__install-lib__: __builddeps__"
19165 wine_fn_append_file ALL_DIRS "programs/svchost"
19166 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
19167 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/svchost/%) programs/svchost: programs/svchost/Makefile
19168 programs/svchost/Makefile programs/svchost/__depend__: programs/svchost/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19169 @./config.status --file programs/svchost/Makefile && cd programs/svchost && \$(MAKE) Makefile"
19170 ac_config_files="$ac_config_files programs/svchost/Makefile"
19172 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/taskmgr programs/taskmgr/__install__ programs/taskmgr/__install-lib__: __builddeps__"
19173 wine_fn_append_file ALL_DIRS "programs/taskmgr"
19174 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
19175 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/taskmgr/%) programs/taskmgr: programs/taskmgr/Makefile
19176 programs/taskmgr/Makefile programs/taskmgr/__depend__: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19177 @./config.status --file programs/taskmgr/Makefile && cd programs/taskmgr && \$(MAKE) Makefile"
19178 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
19180 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/termsv programs/termsv/__install__ programs/termsv/__install-lib__: __builddeps__"
19181 wine_fn_append_file ALL_DIRS "programs/termsv"
19182 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
19183 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/termsv/%) programs/termsv: programs/termsv/Makefile
19184 programs/termsv/Makefile programs/termsv/__depend__: programs/termsv/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19185 @./config.status --file programs/termsv/Makefile && cd programs/termsv && \$(MAKE) Makefile"
19186 ac_config_files="$ac_config_files programs/termsv/Makefile"
19188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/uninstaller programs/uninstaller/__install__ programs/uninstaller/__install-lib__: __builddeps__"
19189 wine_fn_append_file ALL_DIRS "programs/uninstaller"
19190 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
19191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/uninstaller/%) programs/uninstaller: programs/uninstaller/Makefile
19192 programs/uninstaller/Makefile programs/uninstaller/__depend__: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19193 @./config.status --file programs/uninstaller/Makefile && cd programs/uninstaller && \$(MAKE) Makefile"
19194 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
19196 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/unlodctr programs/unlodctr/__install__ programs/unlodctr/__install-lib__: __builddeps__"
19197 wine_fn_append_file ALL_DIRS "programs/unlodctr"
19198 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
19199 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/unlodctr/%) programs/unlodctr: programs/unlodctr/Makefile
19200 programs/unlodctr/Makefile programs/unlodctr/__depend__: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19201 @./config.status --file programs/unlodctr/Makefile && cd programs/unlodctr && \$(MAKE) Makefile"
19202 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
19204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/view programs/view/__install__ programs/view/__install-lib__: __builddeps__"
19205 wine_fn_append_file ALL_DIRS "programs/view"
19206 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
19207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/view/%) programs/view: programs/view/Makefile
19208 programs/view/Makefile programs/view/__depend__: programs/view/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19209 @./config.status --file programs/view/Makefile && cd programs/view && \$(MAKE) Makefile"
19210 ac_config_files="$ac_config_files programs/view/Makefile"
19212 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineboot programs/wineboot/__install__ programs/wineboot/__install-lib__: __builddeps__"
19213 wine_fn_append_file ALL_DIRS "programs/wineboot"
19214 test "x$enable_wineboot" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineboot" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineboot" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineboot"
19215 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wineboot/%) programs/wineboot: programs/wineboot/Makefile
19216 programs/wineboot/Makefile programs/wineboot/__depend__: programs/wineboot/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19217 @./config.status --file programs/wineboot/Makefile && cd programs/wineboot && \$(MAKE) Makefile"
19218 ac_config_files="$ac_config_files programs/wineboot/Makefile"
19220 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winebrowser programs/winebrowser/__install__ programs/winebrowser/__install-lib__: __builddeps__"
19221 wine_fn_append_file ALL_DIRS "programs/winebrowser"
19222 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
19223 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winebrowser/%) programs/winebrowser: programs/winebrowser/Makefile
19224 programs/winebrowser/Makefile programs/winebrowser/__depend__: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19225 @./config.status --file programs/winebrowser/Makefile && cd programs/winebrowser && \$(MAKE) Makefile"
19226 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
19228 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winecfg programs/winecfg/__install__ programs/winecfg/__install-lib__: __builddeps__"
19229 wine_fn_append_file ALL_DIRS "programs/winecfg"
19230 test "x$enable_winecfg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winecfg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winecfg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winecfg"
19231 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winecfg/%) programs/winecfg: programs/winecfg/Makefile
19232 programs/winecfg/Makefile programs/winecfg/__depend__: programs/winecfg/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19233 @./config.status --file programs/winecfg/Makefile && cd programs/winecfg && \$(MAKE) Makefile"
19234 ac_config_files="$ac_config_files programs/winecfg/Makefile"
19236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineconsole programs/wineconsole/__install__ programs/wineconsole/__install-lib__: __builddeps__"
19237 wine_fn_append_file ALL_DIRS "programs/wineconsole"
19238 test "x$enable_wineconsole" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineconsole" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineconsole" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineconsole"
19239 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wineconsole/%) programs/wineconsole: programs/wineconsole/Makefile
19240 programs/wineconsole/Makefile programs/wineconsole/__depend__: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19241 @./config.status --file programs/wineconsole/Makefile && cd programs/wineconsole && \$(MAKE) Makefile"
19242 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
19244 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedbg programs/winedbg/__install__ programs/winedbg/__install-lib__: __builddeps__"
19245 wine_fn_append_file ALL_DIRS "programs/winedbg"
19246 test "x$enable_winedbg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedbg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedbg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winedbg"
19247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winedbg/%) programs/winedbg: programs/winedbg/Makefile
19248 programs/winedbg/Makefile programs/winedbg/__depend__: programs/winedbg/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19249 @./config.status --file programs/winedbg/Makefile && cd programs/winedbg && \$(MAKE) Makefile"
19250 ac_config_files="$ac_config_files programs/winedbg/Makefile"
19252 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedevice programs/winedevice/__install__ programs/winedevice/__install-lib__: __builddeps__"
19253 wine_fn_append_file ALL_DIRS "programs/winedevice"
19254 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
19255 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winedevice/%) programs/winedevice: programs/winedevice/Makefile
19256 programs/winedevice/Makefile programs/winedevice/__depend__: programs/winedevice/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19257 @./config.status --file programs/winedevice/Makefile && cd programs/winedevice && \$(MAKE) Makefile"
19258 ac_config_files="$ac_config_files programs/winedevice/Makefile"
19260 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winefile programs/winefile/__install__ programs/winefile/__install-lib__: __builddeps__"
19261 wine_fn_append_file ALL_DIRS "programs/winefile"
19262 test "x$enable_winefile" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winefile" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winefile" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winefile"
19263 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winefile/%) programs/winefile: programs/winefile/Makefile
19264 programs/winefile/Makefile programs/winefile/__depend__: programs/winefile/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19265 @./config.status --file programs/winefile/Makefile && cd programs/winefile && \$(MAKE) Makefile"
19266 ac_config_files="$ac_config_files programs/winefile/Makefile"
19268 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemenubuilder programs/winemenubuilder/__install__ programs/winemenubuilder/__install-lib__: __builddeps__"
19269 wine_fn_append_file ALL_DIRS "programs/winemenubuilder"
19270 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
19271 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winemenubuilder/%) programs/winemenubuilder: programs/winemenubuilder/Makefile
19272 programs/winemenubuilder/Makefile programs/winemenubuilder/__depend__: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19273 @./config.status --file programs/winemenubuilder/Makefile && cd programs/winemenubuilder && \$(MAKE) Makefile"
19274 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
19276 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemine programs/winemine/__install__ programs/winemine/__install-lib__: __builddeps__"
19277 wine_fn_append_file ALL_DIRS "programs/winemine"
19278 test "x$enable_winemine" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemine" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemine" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winemine"
19279 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winemine/%) programs/winemine: programs/winemine/Makefile
19280 programs/winemine/Makefile programs/winemine/__depend__: programs/winemine/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19281 @./config.status --file programs/winemine/Makefile && cd programs/winemine && \$(MAKE) Makefile"
19282 ac_config_files="$ac_config_files programs/winemine/Makefile"
19284 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winepath programs/winepath/__install__ programs/winepath/__install-lib__: __builddeps__"
19285 wine_fn_append_file ALL_DIRS "programs/winepath"
19286 test "x$enable_winepath" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winepath" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winepath" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winepath"
19287 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winepath/%) programs/winepath: programs/winepath/Makefile
19288 programs/winepath/Makefile programs/winepath/__depend__: programs/winepath/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19289 @./config.status --file programs/winepath/Makefile && cd programs/winepath && \$(MAKE) Makefile"
19290 ac_config_files="$ac_config_files programs/winepath/Makefile"
19292 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winetest programs/winetest/__install__ programs/winetest/__install-lib__: __builddeps__"
19293 wine_fn_append_file ALL_DIRS "programs/winetest"
19294 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
19295 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winetest/%) programs/winetest: programs/winetest/Makefile
19296 programs/winetest/Makefile programs/winetest/__depend__: programs/winetest/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19297 @./config.status --file programs/winetest/Makefile && cd programs/winetest && \$(MAKE) Makefile"
19298 ac_config_files="$ac_config_files programs/winetest/Makefile"
19300 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winevdm programs/winevdm/__install__ programs/winevdm/__install-lib__: __builddeps__"
19301 wine_fn_append_file ALL_DIRS "programs/winevdm"
19302 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
19303 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winevdm/%) programs/winevdm: programs/winevdm/Makefile
19304 programs/winevdm/Makefile programs/winevdm/__depend__: programs/winevdm/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19305 @./config.status --file programs/winevdm/Makefile && cd programs/winevdm && \$(MAKE) Makefile"
19306 ac_config_files="$ac_config_files programs/winevdm/Makefile"
19308 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhelp.exe16 programs/winhelp.exe16/__install__ programs/winhelp.exe16/__install-lib__: __builddeps__"
19309 wine_fn_append_file ALL_DIRS "programs/winhelp.exe16"
19310 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhelp.exe16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhelp.exe16"
19311 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winhelp.exe16/%) programs/winhelp.exe16: programs/winhelp.exe16/Makefile
19312 programs/winhelp.exe16/Makefile programs/winhelp.exe16/__depend__: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19313 @./config.status --file programs/winhelp.exe16/Makefile && cd programs/winhelp.exe16 && \$(MAKE) Makefile"
19314 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
19316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhlp32 programs/winhlp32/__install__ programs/winhlp32/__install-lib__: __builddeps__"
19317 wine_fn_append_file ALL_DIRS "programs/winhlp32"
19318 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
19319 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winhlp32/%) programs/winhlp32: programs/winhlp32/Makefile
19320 programs/winhlp32/Makefile programs/winhlp32/__depend__: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19321 @./config.status --file programs/winhlp32/Makefile && cd programs/winhlp32 && \$(MAKE) Makefile"
19322 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
19324 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winoldap.mod16 programs/winoldap.mod16/__install__ programs/winoldap.mod16/__install-lib__: __builddeps__"
19325 wine_fn_append_file ALL_DIRS "programs/winoldap.mod16"
19326 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winoldap.mod16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winoldap.mod16"
19327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winoldap.mod16/%) programs/winoldap.mod16: programs/winoldap.mod16/Makefile
19328 programs/winoldap.mod16/Makefile programs/winoldap.mod16/__depend__: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19329 @./config.status --file programs/winoldap.mod16/Makefile && cd programs/winoldap.mod16 && \$(MAKE) Makefile"
19330 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
19332 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winver programs/winver/__install__ programs/winver/__install-lib__: __builddeps__"
19333 wine_fn_append_file ALL_DIRS "programs/winver"
19334 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
19335 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winver/%) programs/winver: programs/winver/Makefile
19336 programs/winver/Makefile programs/winver/__depend__: programs/winver/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19337 @./config.status --file programs/winver/Makefile && cd programs/winver && \$(MAKE) Makefile"
19338 ac_config_files="$ac_config_files programs/winver/Makefile"
19340 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wordpad programs/wordpad/__install__ programs/wordpad/__install-lib__: __builddeps__"
19341 wine_fn_append_file ALL_DIRS "programs/wordpad"
19342 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
19343 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wordpad/%) programs/wordpad: programs/wordpad/Makefile
19344 programs/wordpad/Makefile programs/wordpad/__depend__: programs/wordpad/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19345 @./config.status --file programs/wordpad/Makefile && cd programs/wordpad && \$(MAKE) Makefile"
19346 ac_config_files="$ac_config_files programs/wordpad/Makefile"
19348 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/write programs/write/__install__ programs/write/__install-lib__: __builddeps__"
19349 wine_fn_append_file ALL_DIRS "programs/write"
19350 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
19351 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/write/%) programs/write: programs/write/Makefile
19352 programs/write/Makefile programs/write/__depend__: programs/write/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19353 @./config.status --file programs/write/Makefile && cd programs/write && \$(MAKE) Makefile"
19354 ac_config_files="$ac_config_files programs/write/Makefile"
19356 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/xcopy programs/xcopy/__install__ programs/xcopy/__install-lib__: __builddeps__"
19357 wine_fn_append_file ALL_DIRS "programs/xcopy"
19358 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
19359 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/xcopy/%) programs/xcopy: programs/xcopy/Makefile
19360 programs/xcopy/Makefile programs/xcopy/__depend__: programs/xcopy/Makefile.in programs/Makeprog.rules config.status \$(MAKEDEP)
19361 @./config.status --file programs/xcopy/Makefile && cd programs/xcopy && \$(MAKE) Makefile"
19362 ac_config_files="$ac_config_files programs/xcopy/Makefile"
19364 wine_fn_append_file ALL_DIRS "server"
19365 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
19366 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=server/%) server: server/Makefile
19367 server/Makefile server/__depend__: server/Makefile.in Make.rules config.status \$(MAKEDEP)
19368 @./config.status --file server/Makefile && cd server && \$(MAKE) Makefile"
19369 ac_config_files="$ac_config_files server/Makefile"
19371 wine_fn_append_file ALL_DIRS "tools"
19372 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
19373 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile
19374 tools/Makefile tools/__depend__: tools/Makefile.in Make.rules config.status
19375 @./config.status --file tools/Makefile && cd tools && \$(MAKE) Makefile"
19376 ac_config_files="$ac_config_files tools/Makefile"
19378 wine_fn_append_file ALL_DIRS "tools/widl"
19379 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
19380 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile
19381 tools/widl/Makefile tools/widl/__depend__: tools/widl/Makefile.in Make.rules config.status \$(MAKEDEP)
19382 @./config.status --file tools/widl/Makefile && cd tools/widl && \$(MAKE) Makefile"
19383 ac_config_files="$ac_config_files tools/widl/Makefile"
19385 wine_fn_append_file ALL_DIRS "tools/winebuild"
19386 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
19387 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile
19388 tools/winebuild/Makefile tools/winebuild/__depend__: tools/winebuild/Makefile.in Make.rules config.status \$(MAKEDEP)
19389 @./config.status --file tools/winebuild/Makefile && cd tools/winebuild && \$(MAKE) Makefile"
19390 ac_config_files="$ac_config_files tools/winebuild/Makefile"
19392 wine_fn_append_file ALL_DIRS "tools/winedump"
19393 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
19394 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile
19395 tools/winedump/Makefile tools/winedump/__depend__: tools/winedump/Makefile.in Make.rules config.status \$(MAKEDEP)
19396 @./config.status --file tools/winedump/Makefile && cd tools/winedump && \$(MAKE) Makefile"
19397 ac_config_files="$ac_config_files tools/winedump/Makefile"
19399 wine_fn_append_file ALL_DIRS "tools/winegcc"
19400 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
19401 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile
19402 tools/winegcc/Makefile tools/winegcc/__depend__: tools/winegcc/Makefile.in Make.rules config.status \$(MAKEDEP)
19403 @./config.status --file tools/winegcc/Makefile && cd tools/winegcc && \$(MAKE) Makefile"
19404 ac_config_files="$ac_config_files tools/winegcc/Makefile"
19406 wine_fn_append_file ALL_DIRS "tools/wmc"
19407 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
19408 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile
19409 tools/wmc/Makefile tools/wmc/__depend__: tools/wmc/Makefile.in Make.rules config.status \$(MAKEDEP)
19410 @./config.status --file tools/wmc/Makefile && cd tools/wmc && \$(MAKE) Makefile"
19411 ac_config_files="$ac_config_files tools/wmc/Makefile"
19413 wine_fn_append_file ALL_DIRS "tools/wrc"
19414 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
19415 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile
19416 tools/wrc/Makefile tools/wrc/__depend__: tools/wrc/Makefile.in Make.rules config.status \$(MAKEDEP)
19417 @./config.status --file tools/wrc/Makefile && cd tools/wrc && \$(MAKE) Makefile"
19418 ac_config_files="$ac_config_files tools/wrc/Makefile"
19421 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
19423 cat >confcache <<\_ACEOF
19424 # This file is a shell script that caches the results of configure
19425 # tests run on this system so they can be shared between configure
19426 # scripts and configure runs, see configure's option --config-cache.
19427 # It is not useful on other systems. If it contains results you don't
19428 # want to keep, you may remove or edit it.
19430 # config.status only pays attention to the cache file if you give it
19431 # the --recheck option to rerun configure.
19433 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19434 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19435 # following values.
19437 _ACEOF
19439 # The following way of writing the cache mishandles newlines in values,
19440 # but we know of no workaround that is simple, portable, and efficient.
19441 # So, we kill variables containing newlines.
19442 # Ultrix sh set writes to stderr and can't be redirected directly,
19443 # and sets the high bit in the cache file unless we assign to the vars.
19445 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19446 eval ac_val=\$$ac_var
19447 case $ac_val in #(
19448 *${as_nl}*)
19449 case $ac_var in #(
19450 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19451 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19452 esac
19453 case $ac_var in #(
19454 _ | IFS | as_nl) ;; #(
19455 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19456 *) { eval $ac_var=; unset $ac_var;} ;;
19457 esac ;;
19458 esac
19459 done
19461 (set) 2>&1 |
19462 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19463 *${as_nl}ac_space=\ *)
19464 # `set' does not quote correctly, so add quotes: double-quote
19465 # substitution turns \\\\ into \\, and sed turns \\ into \.
19466 sed -n \
19467 "s/'/'\\\\''/g;
19468 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19469 ;; #(
19471 # `set' quotes correctly as required by POSIX, so do not add quotes.
19472 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19474 esac |
19475 sort
19477 sed '
19478 /^ac_cv_env_/b end
19479 t clear
19480 :clear
19481 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19482 t end
19483 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19484 :end' >>confcache
19485 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19486 if test -w "$cache_file"; then
19487 test "x$cache_file" != "x/dev/null" &&
19488 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19489 $as_echo "$as_me: updating cache $cache_file" >&6;}
19490 cat confcache >$cache_file
19491 else
19492 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19493 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19496 rm -f confcache
19498 test "x$prefix" = xNONE && prefix=$ac_default_prefix
19499 # Let make expand exec_prefix.
19500 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19502 DEFS=-DHAVE_CONFIG_H
19504 ac_libobjs=
19505 ac_ltlibobjs=
19506 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19507 # 1. Remove the extension, and $U if already installed.
19508 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19509 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19510 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19511 # will be set to the directory where LIBOBJS objects are built.
19512 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19513 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19514 done
19515 LIBOBJS=$ac_libobjs
19517 LTLIBOBJS=$ac_ltlibobjs
19521 : ${CONFIG_STATUS=./config.status}
19522 ac_write_fail=0
19523 ac_clean_files_save=$ac_clean_files
19524 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19525 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19526 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19527 as_write_fail=0
19528 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19529 #! $SHELL
19530 # Generated by $as_me.
19531 # Run this file to recreate the current configuration.
19532 # Compiler output produced by configure, useful for debugging
19533 # configure, is in config.log if it exists.
19535 debug=false
19536 ac_cs_recheck=false
19537 ac_cs_silent=false
19539 SHELL=\${CONFIG_SHELL-$SHELL}
19540 export SHELL
19541 _ASEOF
19542 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19543 ## -------------------- ##
19544 ## M4sh Initialization. ##
19545 ## -------------------- ##
19547 # Be more Bourne compatible
19548 DUALCASE=1; export DUALCASE # for MKS sh
19549 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19550 emulate sh
19551 NULLCMD=:
19552 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19553 # is contrary to our usage. Disable this feature.
19554 alias -g '${1+"$@"}'='"$@"'
19555 setopt NO_GLOB_SUBST
19556 else
19557 case `(set -o) 2>/dev/null` in #(
19558 *posix*) :
19559 set -o posix ;; #(
19560 *) :
19562 esac
19566 as_nl='
19568 export as_nl
19569 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19570 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19571 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19572 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19573 # Prefer a ksh shell builtin over an external printf program on Solaris,
19574 # but without wasting forks for bash or zsh.
19575 if test -z "$BASH_VERSION$ZSH_VERSION" \
19576 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19577 as_echo='print -r --'
19578 as_echo_n='print -rn --'
19579 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19580 as_echo='printf %s\n'
19581 as_echo_n='printf %s'
19582 else
19583 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19584 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19585 as_echo_n='/usr/ucb/echo -n'
19586 else
19587 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19588 as_echo_n_body='eval
19589 arg=$1;
19590 case $arg in #(
19591 *"$as_nl"*)
19592 expr "X$arg" : "X\\(.*\\)$as_nl";
19593 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19594 esac;
19595 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19597 export as_echo_n_body
19598 as_echo_n='sh -c $as_echo_n_body as_echo'
19600 export as_echo_body
19601 as_echo='sh -c $as_echo_body as_echo'
19604 # The user is always right.
19605 if test "${PATH_SEPARATOR+set}" != set; then
19606 PATH_SEPARATOR=:
19607 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19608 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19609 PATH_SEPARATOR=';'
19614 # IFS
19615 # We need space, tab and new line, in precisely that order. Quoting is
19616 # there to prevent editors from complaining about space-tab.
19617 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19618 # splitting by setting IFS to empty value.)
19619 IFS=" "" $as_nl"
19621 # Find who we are. Look in the path if we contain no directory separator.
19622 case $0 in #((
19623 *[\\/]* ) as_myself=$0 ;;
19624 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19625 for as_dir in $PATH
19627 IFS=$as_save_IFS
19628 test -z "$as_dir" && as_dir=.
19629 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19630 done
19631 IFS=$as_save_IFS
19634 esac
19635 # We did not find ourselves, most probably we were run as `sh COMMAND'
19636 # in which case we are not to be found in the path.
19637 if test "x$as_myself" = x; then
19638 as_myself=$0
19640 if test ! -f "$as_myself"; then
19641 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19642 exit 1
19645 # Unset variables that we do not need and which cause bugs (e.g. in
19646 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19647 # suppresses any "Segmentation fault" message there. '((' could
19648 # trigger a bug in pdksh 5.2.14.
19649 for as_var in BASH_ENV ENV MAIL MAILPATH
19650 do eval test x\${$as_var+set} = xset \
19651 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19652 done
19653 PS1='$ '
19654 PS2='> '
19655 PS4='+ '
19657 # NLS nuisances.
19658 LC_ALL=C
19659 export LC_ALL
19660 LANGUAGE=C
19661 export LANGUAGE
19663 # CDPATH.
19664 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19667 # as_fn_error ERROR [LINENO LOG_FD]
19668 # ---------------------------------
19669 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19670 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19671 # script with status $?, using 1 if that was 0.
19672 as_fn_error ()
19674 as_status=$?; test $as_status -eq 0 && as_status=1
19675 if test "$3"; then
19676 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19677 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19679 $as_echo "$as_me: error: $1" >&2
19680 as_fn_exit $as_status
19681 } # as_fn_error
19684 # as_fn_set_status STATUS
19685 # -----------------------
19686 # Set $? to STATUS, without forking.
19687 as_fn_set_status ()
19689 return $1
19690 } # as_fn_set_status
19692 # as_fn_exit STATUS
19693 # -----------------
19694 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19695 as_fn_exit ()
19697 set +e
19698 as_fn_set_status $1
19699 exit $1
19700 } # as_fn_exit
19702 # as_fn_unset VAR
19703 # ---------------
19704 # Portably unset VAR.
19705 as_fn_unset ()
19707 { eval $1=; unset $1;}
19709 as_unset=as_fn_unset
19710 # as_fn_append VAR VALUE
19711 # ----------------------
19712 # Append the text in VALUE to the end of the definition contained in VAR. Take
19713 # advantage of any shell optimizations that allow amortized linear growth over
19714 # repeated appends, instead of the typical quadratic growth present in naive
19715 # implementations.
19716 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19717 eval 'as_fn_append ()
19719 eval $1+=\$2
19721 else
19722 as_fn_append ()
19724 eval $1=\$$1\$2
19726 fi # as_fn_append
19728 # as_fn_arith ARG...
19729 # ------------------
19730 # Perform arithmetic evaluation on the ARGs, and store the result in the
19731 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19732 # must be portable across $(()) and expr.
19733 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19734 eval 'as_fn_arith ()
19736 as_val=$(( $* ))
19738 else
19739 as_fn_arith ()
19741 as_val=`expr "$@" || test $? -eq 1`
19743 fi # as_fn_arith
19746 if expr a : '\(a\)' >/dev/null 2>&1 &&
19747 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19748 as_expr=expr
19749 else
19750 as_expr=false
19753 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19754 as_basename=basename
19755 else
19756 as_basename=false
19759 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19760 as_dirname=dirname
19761 else
19762 as_dirname=false
19765 as_me=`$as_basename -- "$0" ||
19766 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19767 X"$0" : 'X\(//\)$' \| \
19768 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19769 $as_echo X/"$0" |
19770 sed '/^.*\/\([^/][^/]*\)\/*$/{
19771 s//\1/
19774 /^X\/\(\/\/\)$/{
19775 s//\1/
19778 /^X\/\(\/\).*/{
19779 s//\1/
19782 s/.*/./; q'`
19784 # Avoid depending upon Character Ranges.
19785 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19786 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19787 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19788 as_cr_digits='0123456789'
19789 as_cr_alnum=$as_cr_Letters$as_cr_digits
19791 ECHO_C= ECHO_N= ECHO_T=
19792 case `echo -n x` in #(((((
19793 -n*)
19794 case `echo 'xy\c'` in
19795 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19796 xy) ECHO_C='\c';;
19797 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19798 ECHO_T=' ';;
19799 esac;;
19801 ECHO_N='-n';;
19802 esac
19804 rm -f conf$$ conf$$.exe conf$$.file
19805 if test -d conf$$.dir; then
19806 rm -f conf$$.dir/conf$$.file
19807 else
19808 rm -f conf$$.dir
19809 mkdir conf$$.dir 2>/dev/null
19811 if (echo >conf$$.file) 2>/dev/null; then
19812 if ln -s conf$$.file conf$$ 2>/dev/null; then
19813 as_ln_s='ln -s'
19814 # ... but there are two gotchas:
19815 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19816 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19817 # In both cases, we have to default to `cp -p'.
19818 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19819 as_ln_s='cp -p'
19820 elif ln conf$$.file conf$$ 2>/dev/null; then
19821 as_ln_s=ln
19822 else
19823 as_ln_s='cp -p'
19825 else
19826 as_ln_s='cp -p'
19828 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19829 rmdir conf$$.dir 2>/dev/null
19832 # as_fn_mkdir_p
19833 # -------------
19834 # Create "$as_dir" as a directory, including parents if necessary.
19835 as_fn_mkdir_p ()
19838 case $as_dir in #(
19839 -*) as_dir=./$as_dir;;
19840 esac
19841 test -d "$as_dir" || eval $as_mkdir_p || {
19842 as_dirs=
19843 while :; do
19844 case $as_dir in #(
19845 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19846 *) as_qdir=$as_dir;;
19847 esac
19848 as_dirs="'$as_qdir' $as_dirs"
19849 as_dir=`$as_dirname -- "$as_dir" ||
19850 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19851 X"$as_dir" : 'X\(//\)[^/]' \| \
19852 X"$as_dir" : 'X\(//\)$' \| \
19853 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19854 $as_echo X"$as_dir" |
19855 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19856 s//\1/
19859 /^X\(\/\/\)[^/].*/{
19860 s//\1/
19863 /^X\(\/\/\)$/{
19864 s//\1/
19867 /^X\(\/\).*/{
19868 s//\1/
19871 s/.*/./; q'`
19872 test -d "$as_dir" && break
19873 done
19874 test -z "$as_dirs" || eval "mkdir $as_dirs"
19875 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19878 } # as_fn_mkdir_p
19879 if mkdir -p . 2>/dev/null; then
19880 as_mkdir_p='mkdir -p "$as_dir"'
19881 else
19882 test -d ./-p && rmdir ./-p
19883 as_mkdir_p=false
19886 if test -x / >/dev/null 2>&1; then
19887 as_test_x='test -x'
19888 else
19889 if ls -dL / >/dev/null 2>&1; then
19890 as_ls_L_option=L
19891 else
19892 as_ls_L_option=
19894 as_test_x='
19895 eval sh -c '\''
19896 if test -d "$1"; then
19897 test -d "$1/.";
19898 else
19899 case $1 in #(
19900 -*)set "./$1";;
19901 esac;
19902 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19903 ???[sx]*):;;*)false;;esac;fi
19904 '\'' sh
19907 as_executable_p=$as_test_x
19909 # Sed expression to map a string onto a valid CPP name.
19910 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19912 # Sed expression to map a string onto a valid variable name.
19913 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19916 exec 6>&1
19917 ## ----------------------------------- ##
19918 ## Main body of $CONFIG_STATUS script. ##
19919 ## ----------------------------------- ##
19920 _ASEOF
19921 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19923 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19924 # Save the log message, to keep $0 and so on meaningful, and to
19925 # report actual input values of CONFIG_FILES etc. instead of their
19926 # values after options handling.
19927 ac_log="
19928 This file was extended by Wine $as_me 1.1.39, which was
19929 generated by GNU Autoconf 2.65. Invocation command line was
19931 CONFIG_FILES = $CONFIG_FILES
19932 CONFIG_HEADERS = $CONFIG_HEADERS
19933 CONFIG_LINKS = $CONFIG_LINKS
19934 CONFIG_COMMANDS = $CONFIG_COMMANDS
19935 $ $0 $@
19937 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19940 _ACEOF
19942 case $ac_config_files in *"
19943 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19944 esac
19946 case $ac_config_headers in *"
19947 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19948 esac
19951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19952 # Files that config.status was made for.
19953 config_files="$ac_config_files"
19954 config_headers="$ac_config_headers"
19955 config_links="$ac_config_links"
19956 config_commands="$ac_config_commands"
19958 _ACEOF
19960 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19961 ac_cs_usage="\
19962 \`$as_me' instantiates files and other configuration actions
19963 from templates according to the current configuration. Unless the files
19964 and actions are specified as TAGs, all are instantiated by default.
19966 Usage: $0 [OPTION]... [TAG]...
19968 -h, --help print this help, then exit
19969 -V, --version print version number and configuration settings, then exit
19970 --config print configuration, then exit
19971 -q, --quiet, --silent
19972 do not print progress messages
19973 -d, --debug don't remove temporary files
19974 --recheck update $as_me by reconfiguring in the same conditions
19975 --file=FILE[:TEMPLATE]
19976 instantiate the configuration file FILE
19977 --header=FILE[:TEMPLATE]
19978 instantiate the configuration header FILE
19980 Configuration files:
19981 $config_files
19983 Configuration headers:
19984 $config_headers
19986 Configuration links:
19987 $config_links
19989 Configuration commands:
19990 $config_commands
19992 Report bugs to <wine-devel@winehq.org>.
19993 Wine home page: <http://www.winehq.org>."
19995 _ACEOF
19996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19997 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19998 ac_cs_version="\\
19999 Wine config.status 1.1.39
20000 configured by $0, generated by GNU Autoconf 2.65,
20001 with options \\"\$ac_cs_config\\"
20003 Copyright (C) 2009 Free Software Foundation, Inc.
20004 This config.status script is free software; the Free Software Foundation
20005 gives unlimited permission to copy, distribute and modify it."
20007 ac_pwd='$ac_pwd'
20008 srcdir='$srcdir'
20009 INSTALL='$INSTALL'
20010 test -n "\$AWK" || AWK=awk
20011 _ACEOF
20013 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20014 # The default lists apply if the user does not specify any file.
20015 ac_need_defaults=:
20016 while test $# != 0
20018 case $1 in
20019 --*=*)
20020 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20021 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20022 ac_shift=:
20025 ac_option=$1
20026 ac_optarg=$2
20027 ac_shift=shift
20029 esac
20031 case $ac_option in
20032 # Handling of the options.
20033 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20034 ac_cs_recheck=: ;;
20035 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20036 $as_echo "$ac_cs_version"; exit ;;
20037 --config | --confi | --conf | --con | --co | --c )
20038 $as_echo "$ac_cs_config"; exit ;;
20039 --debug | --debu | --deb | --de | --d | -d )
20040 debug=: ;;
20041 --file | --fil | --fi | --f )
20042 $ac_shift
20043 case $ac_optarg in
20044 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20045 esac
20046 as_fn_append CONFIG_FILES " '$ac_optarg'"
20047 ac_need_defaults=false;;
20048 --header | --heade | --head | --hea )
20049 $ac_shift
20050 case $ac_optarg in
20051 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20052 esac
20053 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20054 ac_need_defaults=false;;
20055 --he | --h)
20056 # Conflict between --help and --header
20057 as_fn_error "ambiguous option: \`$1'
20058 Try \`$0 --help' for more information.";;
20059 --help | --hel | -h )
20060 $as_echo "$ac_cs_usage"; exit ;;
20061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20062 | -silent | --silent | --silen | --sile | --sil | --si | --s)
20063 ac_cs_silent=: ;;
20065 # This is an error.
20066 -*) as_fn_error "unrecognized option: \`$1'
20067 Try \`$0 --help' for more information." ;;
20069 *) as_fn_append ac_config_targets " $1"
20070 ac_need_defaults=false ;;
20072 esac
20073 shift
20074 done
20076 ac_configure_extra_args=
20078 if $ac_cs_silent; then
20079 exec 6>/dev/null
20080 ac_configure_extra_args="$ac_configure_extra_args --silent"
20083 _ACEOF
20084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20085 if \$ac_cs_recheck; then
20086 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20087 shift
20088 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20089 CONFIG_SHELL='$SHELL'
20090 export CONFIG_SHELL
20091 exec "\$@"
20094 _ACEOF
20095 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20096 exec 5>>config.log
20098 echo
20099 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20100 ## Running $as_me. ##
20101 _ASBOX
20102 $as_echo "$ac_log"
20103 } >&5
20105 _ACEOF
20106 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20107 _ACEOF
20109 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20111 # Handling of arguments.
20112 for ac_config_target in $ac_config_targets
20114 case $ac_config_target in
20115 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
20116 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
20117 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
20118 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20119 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20120 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20121 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20122 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
20123 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
20124 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
20125 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
20126 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
20127 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
20128 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
20129 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
20130 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
20131 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
20132 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
20133 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
20134 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20135 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
20136 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
20137 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
20138 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
20139 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
20140 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
20141 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
20142 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
20143 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
20144 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
20145 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
20146 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
20147 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
20148 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
20149 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
20150 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
20151 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
20152 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
20153 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
20154 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
20155 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
20156 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
20157 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
20158 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
20159 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
20160 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
20161 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
20162 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
20163 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
20164 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
20165 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
20166 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
20167 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
20168 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
20169 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
20170 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
20171 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
20172 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
20173 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
20174 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
20175 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
20176 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
20177 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
20178 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
20179 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
20180 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
20181 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
20182 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
20183 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
20184 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
20185 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
20186 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
20187 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
20188 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
20189 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
20190 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
20191 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
20192 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
20193 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
20194 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
20195 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
20196 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
20197 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
20198 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
20199 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
20200 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
20201 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
20202 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
20203 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
20204 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
20205 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
20206 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
20207 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
20208 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
20209 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
20210 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
20211 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
20212 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
20213 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
20214 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
20215 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
20216 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
20217 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
20218 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
20219 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
20220 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
20221 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
20222 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
20223 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
20224 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
20225 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
20226 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
20227 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
20228 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
20229 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
20230 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
20231 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
20232 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
20233 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
20234 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
20235 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
20236 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
20237 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
20238 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
20239 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
20240 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
20241 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
20242 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
20243 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
20244 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
20245 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
20246 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
20247 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
20248 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
20249 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
20250 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
20251 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
20252 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
20253 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
20254 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
20255 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
20256 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
20257 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
20258 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
20259 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
20260 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
20261 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
20262 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
20263 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
20264 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
20265 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
20266 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
20267 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
20268 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
20269 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
20270 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
20271 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
20272 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
20273 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
20274 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
20275 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
20276 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
20277 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
20278 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
20279 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
20280 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
20281 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
20282 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
20283 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
20284 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
20285 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
20286 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
20287 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
20288 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
20289 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
20290 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
20291 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
20292 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
20293 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
20294 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
20295 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
20296 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
20297 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
20298 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
20299 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
20300 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
20301 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
20302 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
20303 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
20304 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
20305 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
20306 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
20307 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
20308 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
20309 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
20310 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
20311 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
20312 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
20313 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
20314 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
20315 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
20316 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
20317 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
20318 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
20319 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
20320 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
20321 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
20322 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
20323 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
20324 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
20325 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
20326 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
20327 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
20328 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
20329 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
20330 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
20331 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
20332 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
20333 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
20334 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
20335 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
20336 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
20337 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
20338 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
20339 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
20340 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
20341 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
20342 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
20343 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
20344 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
20345 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
20346 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
20347 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
20348 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
20349 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
20350 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
20351 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
20352 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
20353 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
20354 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
20355 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
20356 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
20357 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
20358 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
20359 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
20360 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
20361 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
20362 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
20363 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
20364 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
20365 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
20366 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
20367 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
20368 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
20369 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
20370 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
20371 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
20372 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
20373 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
20374 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
20375 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
20376 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
20377 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
20378 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
20379 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
20380 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
20381 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
20382 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
20383 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
20384 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
20385 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
20386 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
20387 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
20388 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
20389 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
20390 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
20391 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
20392 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
20393 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
20394 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
20395 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
20396 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
20397 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
20398 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
20399 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
20400 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
20401 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
20402 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
20403 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
20404 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
20405 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
20406 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
20407 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
20408 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
20409 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
20410 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
20411 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
20412 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
20413 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
20414 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
20415 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
20416 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
20417 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
20418 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
20419 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
20420 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
20421 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
20422 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
20423 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
20424 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
20425 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
20426 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
20427 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
20428 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
20429 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
20430 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
20431 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
20432 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
20433 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
20434 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
20435 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
20436 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
20437 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
20438 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
20439 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
20440 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
20441 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
20442 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
20443 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
20444 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
20445 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
20446 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
20447 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
20448 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
20449 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
20450 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
20451 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
20452 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
20453 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
20454 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
20455 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
20456 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
20457 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
20458 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
20459 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
20460 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
20461 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
20462 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
20463 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
20464 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
20465 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
20466 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
20467 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
20468 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
20469 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
20470 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
20471 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
20472 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
20473 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
20474 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
20475 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
20476 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
20477 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
20478 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
20479 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
20480 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
20481 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
20482 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
20483 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
20484 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
20485 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
20486 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
20487 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
20488 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
20489 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
20490 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
20491 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
20492 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
20493 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
20494 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
20495 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
20496 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
20497 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
20498 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
20499 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
20500 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
20501 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
20502 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
20503 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
20504 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
20505 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
20506 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
20507 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
20508 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
20509 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
20510 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
20511 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
20512 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
20513 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
20514 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
20515 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
20516 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
20517 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
20518 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
20519 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
20520 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
20521 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
20522 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
20523 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
20524 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
20525 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
20526 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
20527 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
20528 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
20529 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
20530 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
20531 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
20532 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
20533 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
20534 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
20535 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
20536 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
20537 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
20538 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20539 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20540 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20541 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20542 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20543 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20544 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20545 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20546 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20547 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20548 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20549 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20550 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20551 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20552 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20553 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20554 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20555 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20556 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20557 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20558 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20559 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20560 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20561 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20562 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20563 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20564 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20565 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20566 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20567 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20568 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20569 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20570 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20571 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20572 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20573 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20574 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20575 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20576 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20577 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20578 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20579 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20580 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20581 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20582 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20583 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20584 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20585 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20586 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20587 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20588 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20589 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20590 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20591 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20592 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20593 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20594 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20595 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20596 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20597 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20598 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20599 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20600 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20601 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20602 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20603 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20604 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20605 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20606 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20607 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20608 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20609 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20610 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20611 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20612 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20613 "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
20614 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20615 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20616 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20617 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20618 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20619 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20620 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20621 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20622 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20623 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20624 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20625 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20626 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20627 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20628 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20629 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20630 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20631 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20632 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20633 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20634 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20635 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20636 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20637 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20638 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20639 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20640 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20641 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20642 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20643 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20644 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20645 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20646 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20647 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20648 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20649 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20650 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20651 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20652 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20653 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20654 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20655 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20656 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20657 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20658 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20659 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20660 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20661 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20662 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20663 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20664 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20665 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20666 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20667 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20668 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20669 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20670 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20671 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20672 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20674 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20675 esac
20676 done
20679 # If the user did not use the arguments to specify the items to instantiate,
20680 # then the envvar interface is used. Set only those that are not.
20681 # We use the long form for the default assignment because of an extremely
20682 # bizarre bug on SunOS 4.1.3.
20683 if $ac_need_defaults; then
20684 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20685 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20686 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20687 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20690 # Have a temporary directory for convenience. Make it in the build tree
20691 # simply because there is no reason against having it here, and in addition,
20692 # creating and moving files from /tmp can sometimes cause problems.
20693 # Hook for its removal unless debugging.
20694 # Note that there is a small window in which the directory will not be cleaned:
20695 # after its creation but before its name has been assigned to `$tmp'.
20696 $debug ||
20698 tmp=
20699 trap 'exit_status=$?
20700 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20702 trap 'as_fn_exit 1' 1 2 13 15
20704 # Create a (secure) tmp directory for tmp files.
20707 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20708 test -n "$tmp" && test -d "$tmp"
20709 } ||
20711 tmp=./conf$$-$RANDOM
20712 (umask 077 && mkdir "$tmp")
20713 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20715 # Set up the scripts for CONFIG_FILES section.
20716 # No need to generate them if there are no CONFIG_FILES.
20717 # This happens for instance with `./config.status config.h'.
20718 if test -n "$CONFIG_FILES"; then
20720 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20721 ac_cs_awk_getline=:
20722 ac_cs_awk_pipe_init=
20723 ac_cs_awk_read_file='
20724 while ((getline aline < (F[key])) > 0)
20725 print(aline)
20726 close(F[key])'
20727 ac_cs_awk_pipe_fini=
20728 else
20729 ac_cs_awk_getline=false
20730 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20731 ac_cs_awk_read_file='
20732 print "|#_!!_#|"
20733 print "cat " F[key] " &&"
20734 '$ac_cs_awk_pipe_init
20735 # The final `:' finishes the AND list.
20736 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20738 ac_cr=`echo X | tr X '\015'`
20739 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20740 # But we know of no other shell where ac_cr would be empty at this
20741 # point, so we can use a bashism as a fallback.
20742 if test "x$ac_cr" = x; then
20743 eval ac_cr=\$\'\\r\'
20745 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20746 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20747 ac_cs_awk_cr='\r'
20748 else
20749 ac_cs_awk_cr=$ac_cr
20752 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20753 _ACEOF
20755 # Create commands to substitute file output variables.
20757 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20758 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20759 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20760 echo "_ACAWK" &&
20761 echo "_ACEOF"
20762 } >conf$$files.sh &&
20763 . ./conf$$files.sh ||
20764 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20765 rm -f conf$$files.sh
20768 echo "cat >conf$$subs.awk <<_ACEOF" &&
20769 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20770 echo "_ACEOF"
20771 } >conf$$subs.sh ||
20772 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20773 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20774 ac_delim='%!_!# '
20775 for ac_last_try in false false false false false :; do
20776 . ./conf$$subs.sh ||
20777 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20779 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20780 if test $ac_delim_n = $ac_delim_num; then
20781 break
20782 elif $ac_last_try; then
20783 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20784 else
20785 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20787 done
20788 rm -f conf$$subs.sh
20790 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20791 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20792 _ACEOF
20793 sed -n '
20795 s/^/S["/; s/!.*/"]=/
20798 s/^[^!]*!//
20799 :repl
20800 t repl
20801 s/'"$ac_delim"'$//
20802 t delim
20805 s/\(.\{148\}\)..*/\1/
20806 t more1
20807 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20810 b repl
20811 :more1
20812 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20815 s/.\{148\}//
20816 t nl
20817 :delim
20819 s/\(.\{148\}\)..*/\1/
20820 t more2
20821 s/["\\]/\\&/g; s/^/"/; s/$/"/
20824 :more2
20825 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20828 s/.\{148\}//
20829 t delim
20830 ' <conf$$subs.awk | sed '
20831 /^[^""]/{
20833 s/\n//
20835 ' >>$CONFIG_STATUS || ac_write_fail=1
20836 rm -f conf$$subs.awk
20837 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20838 _ACAWK
20839 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20840 for (key in S) S_is_set[key] = 1
20841 FS = "\a"
20842 \$ac_cs_awk_pipe_init
20845 line = $ 0
20846 nfields = split(line, field, "@")
20847 substed = 0
20848 len = length(field[1])
20849 for (i = 2; i < nfields; i++) {
20850 key = field[i]
20851 keylen = length(key)
20852 if (S_is_set[key]) {
20853 value = S[key]
20854 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20855 len += length(value) + length(field[++i])
20856 substed = 1
20857 } else
20858 len += 1 + keylen
20860 if (nfields == 3 && !substed) {
20861 key = field[2]
20862 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
20863 \$ac_cs_awk_read_file
20864 next
20867 print line
20869 \$ac_cs_awk_pipe_fini
20870 _ACAWK
20871 _ACEOF
20872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20873 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20874 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20875 else
20877 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20878 || as_fn_error "could not setup config files machinery" "$LINENO" 5
20879 _ACEOF
20881 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20882 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20883 # trailing colons and then remove the whole line if VPATH becomes empty
20884 # (actually we leave an empty line to preserve line numbers).
20885 if test "x$srcdir" = x.; then
20886 ac_vpsub='/^[ ]*VPATH[ ]*=/{
20887 s/:*\$(srcdir):*/:/
20888 s/:*\${srcdir}:*/:/
20889 s/:*@srcdir@:*/:/
20890 s/^\([^=]*=[ ]*\):*/\1/
20891 s/:*$//
20892 s/^[^=]*=[ ]*$//
20896 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20897 fi # test -n "$CONFIG_FILES"
20899 # Set up the scripts for CONFIG_HEADERS section.
20900 # No need to generate them if there are no CONFIG_HEADERS.
20901 # This happens for instance with `./config.status Makefile'.
20902 if test -n "$CONFIG_HEADERS"; then
20903 cat >"$tmp/defines.awk" <<\_ACAWK ||
20904 BEGIN {
20905 _ACEOF
20907 # Transform confdefs.h into an awk script `defines.awk', embedded as
20908 # here-document in config.status, that substitutes the proper values into
20909 # config.h.in to produce config.h.
20911 # Create a delimiter string that does not exist in confdefs.h, to ease
20912 # handling of long lines.
20913 ac_delim='%!_!# '
20914 for ac_last_try in false false :; do
20915 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20916 if test -z "$ac_t"; then
20917 break
20918 elif $ac_last_try; then
20919 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20920 else
20921 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20923 done
20925 # For the awk script, D is an array of macro values keyed by name,
20926 # likewise P contains macro parameters if any. Preserve backslash
20927 # newline sequences.
20929 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20930 sed -n '
20931 s/.\{148\}/&'"$ac_delim"'/g
20932 t rset
20933 :rset
20934 s/^[ ]*#[ ]*define[ ][ ]*/ /
20935 t def
20937 :def
20938 s/\\$//
20939 t bsnl
20940 s/["\\]/\\&/g
20941 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20942 D["\1"]=" \3"/p
20943 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
20945 :bsnl
20946 s/["\\]/\\&/g
20947 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
20948 D["\1"]=" \3\\\\\\n"\\/p
20949 t cont
20950 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20951 t cont
20953 :cont
20955 s/.\{148\}/&'"$ac_delim"'/g
20956 t clear
20957 :clear
20958 s/\\$//
20959 t bsnlc
20960 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20962 :bsnlc
20963 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20964 b cont
20965 ' <confdefs.h | sed '
20966 s/'"$ac_delim"'/"\\\
20967 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20969 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20970 for (key in D) D_is_set[key] = 1
20971 FS = "\a"
20973 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20974 line = \$ 0
20975 split(line, arg, " ")
20976 if (arg[1] == "#") {
20977 defundef = arg[2]
20978 mac1 = arg[3]
20979 } else {
20980 defundef = substr(arg[1], 2)
20981 mac1 = arg[2]
20983 split(mac1, mac2, "(") #)
20984 macro = mac2[1]
20985 prefix = substr(line, 1, index(line, defundef) - 1)
20986 if (D_is_set[macro]) {
20987 # Preserve the white space surrounding the "#".
20988 print prefix "define", macro P[macro] D[macro]
20989 next
20990 } else {
20991 # Replace #undef with comments. This is necessary, for example,
20992 # in the case of _POSIX_SOURCE, which is predefined and required
20993 # on some systems where configure will not decide to define it.
20994 if (defundef == "undef") {
20995 print "/*", prefix defundef, macro, "*/"
20996 next
21000 { print }
21001 _ACAWK
21002 _ACEOF
21003 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21004 as_fn_error "could not setup config headers machinery" "$LINENO" 5
21005 fi # test -n "$CONFIG_HEADERS"
21008 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
21009 shift
21010 for ac_tag
21012 case $ac_tag in
21013 :[FHLC]) ac_mode=$ac_tag; continue;;
21014 esac
21015 case $ac_mode$ac_tag in
21016 :[FHL]*:*);;
21017 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
21018 :[FH]-) ac_tag=-:-;;
21019 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21020 esac
21021 ac_save_IFS=$IFS
21022 IFS=:
21023 set x $ac_tag
21024 IFS=$ac_save_IFS
21025 shift
21026 ac_file=$1
21027 shift
21029 case $ac_mode in
21030 :L) ac_source=$1;;
21031 :[FH])
21032 ac_file_inputs=
21033 for ac_f
21035 case $ac_f in
21036 -) ac_f="$tmp/stdin";;
21037 *) # Look for the file first in the build tree, then in the source tree
21038 # (if the path is not absolute). The absolute path cannot be DOS-style,
21039 # because $ac_f cannot contain `:'.
21040 test -f "$ac_f" ||
21041 case $ac_f in
21042 [\\/$]*) false;;
21043 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21044 esac ||
21045 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
21046 esac
21047 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21048 as_fn_append ac_file_inputs " '$ac_f'"
21049 done
21051 # Let's still pretend it is `configure' which instantiates (i.e., don't
21052 # use $as_me), people would be surprised to read:
21053 # /* config.h. Generated by config.status. */
21054 configure_input='Generated from '`
21055 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21056 `' by configure.'
21057 if test x"$ac_file" != x-; then
21058 configure_input="$ac_file. $configure_input"
21059 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21060 $as_echo "$as_me: creating $ac_file" >&6;}
21062 # Neutralize special characters interpreted by sed in replacement strings.
21063 case $configure_input in #(
21064 *\&* | *\|* | *\\* )
21065 ac_sed_conf_input=`$as_echo "$configure_input" |
21066 sed 's/[\\\\&|]/\\\\&/g'`;; #(
21067 *) ac_sed_conf_input=$configure_input;;
21068 esac
21070 case $ac_tag in
21071 *:-:* | *:-) cat >"$tmp/stdin" \
21072 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
21073 esac
21075 esac
21077 ac_dir=`$as_dirname -- "$ac_file" ||
21078 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21079 X"$ac_file" : 'X\(//\)[^/]' \| \
21080 X"$ac_file" : 'X\(//\)$' \| \
21081 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21082 $as_echo X"$ac_file" |
21083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21084 s//\1/
21087 /^X\(\/\/\)[^/].*/{
21088 s//\1/
21091 /^X\(\/\/\)$/{
21092 s//\1/
21095 /^X\(\/\).*/{
21096 s//\1/
21099 s/.*/./; q'`
21100 as_dir="$ac_dir"; as_fn_mkdir_p
21101 ac_builddir=.
21103 case "$ac_dir" in
21104 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
21106 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
21107 # A ".." for each directory in $ac_dir_suffix.
21108 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
21109 case $ac_top_builddir_sub in
21110 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
21111 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
21112 esac ;;
21113 esac
21114 ac_abs_top_builddir=$ac_pwd
21115 ac_abs_builddir=$ac_pwd$ac_dir_suffix
21116 # for backward compatibility:
21117 ac_top_builddir=$ac_top_build_prefix
21119 case $srcdir in
21120 .) # We are building in place.
21121 ac_srcdir=.
21122 ac_top_srcdir=$ac_top_builddir_sub
21123 ac_abs_top_srcdir=$ac_pwd ;;
21124 [\\/]* | ?:[\\/]* ) # Absolute name.
21125 ac_srcdir=$srcdir$ac_dir_suffix;
21126 ac_top_srcdir=$srcdir
21127 ac_abs_top_srcdir=$srcdir ;;
21128 *) # Relative name.
21129 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
21130 ac_top_srcdir=$ac_top_build_prefix$srcdir
21131 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
21132 esac
21133 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
21136 case $ac_mode in
21139 # CONFIG_FILE
21142 case $INSTALL in
21143 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
21144 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
21145 esac
21146 _ACEOF
21148 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21149 # If the template does not know about datarootdir, expand it.
21150 # FIXME: This hack should be removed a few years after 2.60.
21151 ac_datarootdir_hack=; ac_datarootdir_seen=
21152 ac_sed_dataroot='
21153 /datarootdir/ {
21157 /@datadir@/p
21158 /@docdir@/p
21159 /@infodir@/p
21160 /@localedir@/p
21161 /@mandir@/p'
21162 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
21163 *datarootdir*) ac_datarootdir_seen=yes;;
21164 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21166 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
21167 _ACEOF
21168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21169 ac_datarootdir_hack='
21170 s&@datadir@&$datadir&g
21171 s&@docdir@&$docdir&g
21172 s&@infodir@&$infodir&g
21173 s&@localedir@&$localedir&g
21174 s&@mandir@&$mandir&g
21175 s&\\\${datarootdir}&$datarootdir&g' ;;
21176 esac
21177 _ACEOF
21179 # Neutralize VPATH when `$srcdir' = `.'.
21180 # Shell code in configure.ac might set extrasub.
21181 # FIXME: do we really want to maintain this feature?
21182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21183 ac_sed_extra="$ac_vpsub
21184 $extrasub
21185 _ACEOF
21186 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21188 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21189 s|@configure_input@|$ac_sed_conf_input|;t t
21190 s&@top_builddir@&$ac_top_builddir_sub&;t t
21191 s&@top_build_prefix@&$ac_top_build_prefix&;t t
21192 s&@srcdir@&$ac_srcdir&;t t
21193 s&@abs_srcdir@&$ac_abs_srcdir&;t t
21194 s&@top_srcdir@&$ac_top_srcdir&;t t
21195 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
21196 s&@builddir@&$ac_builddir&;t t
21197 s&@abs_builddir@&$ac_abs_builddir&;t t
21198 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
21199 s&@INSTALL@&$ac_INSTALL&;t t
21200 $ac_datarootdir_hack
21202 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21203 if $ac_cs_awk_getline; then
21204 $AWK -f "$tmp/subs.awk"
21205 else
21206 $AWK -f "$tmp/subs.awk" | $SHELL
21207 fi >$tmp/out \
21208 || as_fn_error "could not create $ac_file" "$LINENO" 5
21210 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21211 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21212 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21214 which seems to be undefined. Please make sure it is defined." >&5
21215 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21216 which seems to be undefined. Please make sure it is defined." >&2;}
21218 rm -f "$tmp/stdin"
21219 case $ac_file in
21220 -) cat "$tmp/out" && rm -f "$tmp/out";;
21221 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21222 esac \
21223 || as_fn_error "could not create $ac_file" "$LINENO" 5
21227 # CONFIG_HEADER
21229 if test x"$ac_file" != x-; then
21231 $as_echo "/* $configure_input */" \
21232 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21233 } >"$tmp/config.h" \
21234 || as_fn_error "could not create $ac_file" "$LINENO" 5
21235 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21236 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21237 $as_echo "$as_me: $ac_file is unchanged" >&6;}
21238 else
21239 rm -f "$ac_file"
21240 mv "$tmp/config.h" "$ac_file" \
21241 || as_fn_error "could not create $ac_file" "$LINENO" 5
21243 else
21244 $as_echo "/* $configure_input */" \
21245 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
21246 || as_fn_error "could not create -" "$LINENO" 5
21251 # CONFIG_LINK
21254 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
21256 else
21257 # Prefer the file from the source tree if names are identical.
21258 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
21259 ac_source=$srcdir/$ac_source
21262 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
21263 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
21265 if test ! -r "$ac_source"; then
21266 as_fn_error "$ac_source: file not found" "$LINENO" 5
21268 rm -f "$ac_file"
21270 # Try a relative symlink, then a hard link, then a copy.
21271 case $srcdir in
21272 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
21273 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
21274 esac
21275 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
21276 ln "$ac_source" "$ac_file" 2>/dev/null ||
21277 cp -p "$ac_source" "$ac_file" ||
21278 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
21281 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21282 $as_echo "$as_me: executing $ac_file commands" >&6;}
21284 esac
21287 case $ac_file$ac_mode in
21288 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
21289 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
21290 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
21291 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
21292 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
21293 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
21294 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
21295 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
21296 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
21297 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
21298 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
21299 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
21300 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
21302 esac
21303 done # for ac_tag
21306 as_fn_exit 0
21307 _ACEOF
21308 ac_clean_files=$ac_clean_files_save
21310 test $ac_write_fail = 0 ||
21311 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
21314 # configure is writing to config.log, and then calls config.status.
21315 # config.status does its own redirection, appending to config.log.
21316 # Unfortunately, on DOS this fails, as config.log is still kept open
21317 # by configure, so config.status won't be able to write to it; its
21318 # output is simply discarded. So we exec the FD to /dev/null,
21319 # effectively closing config.log, so it can be properly (re)opened and
21320 # appended to by config.status. When coming back to configure, we
21321 # need to make the FD available again.
21322 if test "$no_create" != yes; then
21323 ac_cs_success=:
21324 ac_config_status_args=
21325 test "$silent" = yes &&
21326 ac_config_status_args="$ac_config_status_args --quiet"
21327 exec 5>/dev/null
21328 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21329 exec 5>>config.log
21330 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21331 # would make configure fail if this is the last instruction.
21332 $ac_cs_success || as_fn_exit $?
21334 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21336 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21340 if test "$no_create" = "yes"
21341 then
21342 exit 0
21345 ac_save_IFS="$IFS"
21346 if test "x$wine_notices != "x; then
21347 echo >&6
21348 IFS="|"
21349 for msg in $wine_notices; do
21350 IFS="$ac_save_IFS"
21351 if test -n "$msg"; then
21352 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
21353 $as_echo "$as_me: $msg" >&6;}
21355 done
21357 IFS="|"
21358 for msg in $wine_warnings; do
21359 IFS="$ac_save_IFS"
21360 if test -n "$msg"; then
21361 echo >&2
21362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
21363 $as_echo "$as_me: WARNING: $msg" >&2;}
21365 done
21366 IFS="$ac_save_IFS"
21368 echo "
21369 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
21370 " >&6