msxml3: Reimplement IXMLDOMDocument::createElement() over ::createNode().
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.38.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 #
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.
11 #
12 #
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 ## -------------------- ##
18
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   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
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"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
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=';'
82   }
83 fi
84
85
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"
92
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
98 do
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
104
105      ;;
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
111 fi
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
115 fi
116
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='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
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   *) :
151      ;;
152 esac
153 fi
154 "
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; }
160
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 :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
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
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
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
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
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
202 fi
203 fi
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
213
214
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+"$@"}
224 fi
225
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."
238   fi
239   exit 1
240 fi
241 fi
242 fi
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
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
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 ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
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/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
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"
323
324
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 ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
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 ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
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 ()
368 {
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
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
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
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
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
395 fi
396
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/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
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
422
423
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 '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
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; }
446
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
453 }
454
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;;
464 *)
465   ECHO_N='-n';;
466 esac
467
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
474 fi
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'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
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
500 fi
501
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=
509   fi
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
521   '
522 fi
523 as_executable_p=$as_test_x
524
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'"
527
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'"
530
531
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
534
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`
539
540 #
541 # Initializations.
542 #
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=
551
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.38'
556 PACKAGE_STRING='Wine 1.1.38'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
559
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"
596
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
674 LDD
675 LDRPATH_LOCAL
676 LDRPATH_INSTALL
677 IMPLIBEXT
678 LIBEXT
679 LDDLLFLAGS
680 LDSHARED
681 DLLFLAGS
682 DLLEXT
683 CPP
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
704 AR
705 BISON
706 FLEX
707 TOOLSDIR
708 WOW64_DISABLE
709 TARGETFLAGS
710 CPPBIN
711 ac_ct_CXX
712 CXXFLAGS
713 CXX
714 OBJEXT
715 EXEEXT
716 ac_ct_CC
717 CPPFLAGS
718 LDFLAGS
719 CFLAGS
720 CC
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
823 '
824       ac_precious_vars='build_alias
825 host_alias
826 target_alias
827 CC
828 CFLAGS
829 LDFLAGS
830 LIBS
831 CPPFLAGS
832 CXX
833 CXXFLAGS
834 CCC
835 CPP
836 XMKMF'
837
838
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
860
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'
886
887 ac_prev=
888 ac_dashdash=
889 for ac_option
890 do
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
896   fi
897
898   case $ac_option in
899   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900   *)    ac_optarg=yes ;;
901   esac
902
903   # Accept the important Cygnus configure options, so we can diagnose typos.
904
905   case $ac_dashdash$ac_option in
906   --)
907     ac_dashdash=yes ;;
908
909   -bindir | --bindir | --bindi | --bind | --bin | --bi)
910     ac_prev=bindir ;;
911   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912     bindir=$ac_optarg ;;
913
914   -build | --build | --buil | --bui | --bu)
915     ac_prev=build_alias ;;
916   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917     build_alias=$ac_optarg ;;
918
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 ;;
925
926   --config-cache | -C)
927     cache_file=config.cache ;;
928
929   -datadir | --datadir | --datadi | --datad)
930     ac_prev=datadir ;;
931   -datadir=* | --datadir=* | --datadi=* | --datad=*)
932     datadir=$ac_optarg ;;
933
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 ;;
940
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
949       *"
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 ;;
956
957   -docdir | --docdir | --docdi | --doc | --do)
958     ac_prev=docdir ;;
959   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960     docdir=$ac_optarg ;;
961
962   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963     ac_prev=dvidir ;;
964   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965     dvidir=$ac_optarg ;;
966
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
975       *"
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 ;;
982
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 ;;
991
992   -gas | --gas | --ga | --g)
993     # Obsolete; use --with-gas.
994     with_gas=yes ;;
995
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 ;;
1002
1003   -host | --host | --hos | --ho)
1004     ac_prev=host_alias ;;
1005   -host=* | --host=* | --hos=* | --ho=*)
1006     host_alias=$ac_optarg ;;
1007
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 ;;
1013
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 ;;
1020
1021   -infodir | --infodir | --infodi | --infod | --info | --inf)
1022     ac_prev=infodir ;;
1023   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024     infodir=$ac_optarg ;;
1025
1026   -libdir | --libdir | --libdi | --libd)
1027     ac_prev=libdir ;;
1028   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029     libdir=$ac_optarg ;;
1030
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 ;;
1037
1038   -localedir | --localedir | --localedi | --localed | --locale)
1039     ac_prev=localedir ;;
1040   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041     localedir=$ac_optarg ;;
1042
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 ;;
1049
1050   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051     ac_prev=mandir ;;
1052   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053     mandir=$ac_optarg ;;
1054
1055   -nfp | --nfp | --nf)
1056     # Obsolete; use --without-fp.
1057     with_fp=no ;;
1058
1059   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060   | --no-cr | --no-c | -n)
1061     no_create=yes ;;
1062
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 ;;
1066
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 ;;
1075
1076   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077     ac_prev=prefix ;;
1078   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079     prefix=$ac_optarg ;;
1080
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 ;;
1087
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 ;;
1094
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 ;;
1111
1112   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113     ac_prev=pdfdir ;;
1114   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115     pdfdir=$ac_optarg ;;
1116
1117   -psdir | --psdir | --psdi | --psd | --ps)
1118     ac_prev=psdir ;;
1119   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120     psdir=$ac_optarg ;;
1121
1122   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123   | -silent | --silent | --silen | --sile | --sil)
1124     silent=yes ;;
1125
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 ;;
1131
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 ;;
1142
1143   -site | --site | --sit)
1144     ac_prev=site ;;
1145   -site=* | --site=* | --sit=*)
1146     site=$ac_optarg ;;
1147
1148   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149     ac_prev=srcdir ;;
1150   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151     srcdir=$ac_optarg ;;
1152
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 ;;
1159
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 ;;
1164
1165   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166     verbose=yes ;;
1167
1168   -version | --version | --versio | --versi | --vers | -V)
1169     ac_init_version=: ;;
1170
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
1179       *"
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 ;;
1186
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
1195       *"
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 ;;
1202
1203   --x)
1204     # Obsolete; use --with-x.
1205     with_x=yes ;;
1206
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 ;;
1213
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 ;;
1220
1221   -*) as_fn_error "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information."
1223     ;;
1224
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 ;;
1234
1235   *)
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}
1241     ;;
1242
1243   esac
1244 done
1245
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"
1249 fi
1250
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
1257 fi
1258
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
1264 do
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
1279
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
1286
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
1295   fi
1296 fi
1297
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300
1301 test "$silent" = yes && exec 6>/dev/null
1302
1303
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"
1310
1311
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/
1324             q
1325           }
1326           /^X\(\/\/\)[^/].*/{
1327             s//\1/
1328             q
1329           }
1330           /^X\(\/\/\)$/{
1331             s//\1/
1332             q
1333           }
1334           /^X\(\/\).*/{
1335             s//\1/
1336             q
1337           }
1338           s/.*/./; q'`
1339   srcdir=$ac_confdir
1340   if test ! -r "$srcdir/$ac_unique_file"; then
1341     srcdir=..
1342   fi
1343 else
1344   ac_srcdir_defaulted=no
1345 fi
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"
1349 fi
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=.
1357 fi
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
1370
1371 #
1372 # Report the --help message.
1373 #
1374 if test "$ac_init_help" = "long"; then
1375   # Omit some internal or obsolete options to make the list less imposing.
1376   # This message is too long to be a string in the A/UX 3.1 sh.
1377   cat <<_ACEOF
1378 \`configure' configures Wine 1.1.38 to adapt to many kinds of systems.
1379
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1381
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.
1384
1385 Defaults for the options are specified in brackets.
1386
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 \`..']
1397
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]
1403
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'.
1408
1409 For better control, use the options below.
1410
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
1432
1433   cat <<\_ACEOF
1434
1435 X features:
1436   --x-includes=DIR    X include files are in DIR
1437   --x-libraries=DIR   X library files are in DIR
1438
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
1443 fi
1444
1445 if test -n "$ac_init_help"; then
1446   case $ac_init_help in
1447      short | recursive ) echo "Configuration of Wine 1.1.38:";;
1448    esac
1449   cat <<\_ACEOF
1450
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
1462
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
1508
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
1521
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.
1524
1525 Report bugs to <wine-devel@winehq.org>.
1526 Wine home page: <http://www.winehq.org>.
1527 _ACEOF
1528 ac_status=$?
1529 fi
1530
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=.
1538
1539 case "$ac_dir" in
1540 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *)
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
1554
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
1570
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
1584 fi
1585
1586 test -n "$ac_init_help" && exit $ac_status
1587 if $ac_init_version; then
1588   cat <<\_ACEOF
1589 Wine configure 1.1.38
1590 generated by GNU Autoconf 2.65
1591
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
1597 fi
1598
1599 ## ------------------------ ##
1600 ## Autoconf initialization. ##
1601 ## ------------------------ ##
1602
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 ()
1607 {
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
1623   fi
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
1633
1634         ac_retval=1
1635 fi
1636   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637   as_fn_set_status $ac_retval
1638
1639 } # ac_fn_c_try_compile
1640
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 ()
1645 {
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
1661   fi
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
1671
1672         ac_retval=1
1673 fi
1674   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675   as_fn_set_status $ac_retval
1676
1677 } # ac_fn_cxx_try_compile
1678
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 ()
1683 {
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
1699   fi
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
1712
1713         ac_retval=1
1714 fi
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
1722
1723 } # ac_fn_c_try_link
1724
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 ()
1729 {
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
1744   fi
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
1754
1755     ac_retval=1
1756 fi
1757   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758   as_fn_set_status $ac_retval
1759
1760 } # ac_fn_c_try_cpp
1761
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 ()
1768 {
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
1775 fi
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.  */
1785 $4
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
1792 fi
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; }
1796
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
1808 fi
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; }
1812
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;}
1820     ;;
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
1838     ;;
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"
1846 fi
1847 eval ac_res=\$$3
1848                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1850 fi
1851   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852
1853 } # ac_fn_c_check_header_mongrel
1854
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 ()
1860 {
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
1888
1889        ac_retval=$ac_status
1890 fi
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
1894
1895 } # ac_fn_c_try_run
1896
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 ()
1902 {
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.  */
1911 $4
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915   eval "$3=yes"
1916 else
1917   eval "$3=no"
1918 fi
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 fi
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;}
1925
1926 } # ac_fn_c_check_header_compile
1927
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 ()
1932 {
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
1944
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.  */
1949
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1955
1956 #undef $2
1957
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
1971
1972 int
1973 main ()
1974 {
1975 return $2 ();
1976   ;
1977   return 0;
1978 }
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981   eval "$3=yes"
1982 else
1983   eval "$3=no"
1984 fi
1985 rm -f core conftest.err conftest.$ac_objext \
1986     conftest$ac_exeext conftest.$ac_ext
1987 fi
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;}
1992
1993 } # ac_fn_c_check_func
1994
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 ()
2000 {
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.  */
2009 $5
2010 int
2011 main ()
2012 {
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2016   ;
2017   return 0;
2018 }
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.  */
2025 $5
2026 int
2027 main ()
2028 {
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2032   ;
2033   return 0;
2034 }
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037   eval "$4=yes"
2038 else
2039   eval "$4=no"
2040 fi
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 fi
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 fi
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;}
2049
2050 } # ac_fn_c_check_member
2051
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 ()
2057 {
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.  */
2067 $4
2068 int
2069 main ()
2070 {
2071 if (sizeof ($2))
2072          return 0;
2073   ;
2074   return 0;
2075 }
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h.  */
2080 $4
2081 int
2082 main ()
2083 {
2084 if (sizeof (($2)))
2085             return 0;
2086   ;
2087   return 0;
2088 }
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2091
2092 else
2093   eval "$3=yes"
2094 fi
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 fi
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 fi
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;}
2103
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.
2108
2109 It was created by Wine $as_me 1.1.38, which was
2110 generated by GNU Autoconf 2.65.  Invocation command line was
2111
2112   $ $0 $@
2113
2114 _ACEOF
2115 exec 5>>config.log
2116 {
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2121
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`
2127
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`
2130
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`
2138
2139 _ASUNAME
2140
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2143 do
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
2149
2150 } >&5
2151
2152 cat >&5 <<_ACEOF
2153
2154
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2158
2159 _ACEOF
2160
2161
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
2172 do
2173   for ac_arg
2174   do
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'" ;;
2185     2)
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
2198             ;;
2199           -* ) ac_must_keep_next=true ;;
2200         esac
2201       fi
2202       as_fn_append ac_configure_args " '$ac_arg'"
2203       ;;
2204     esac
2205   done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2209
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.
2217   {
2218     echo
2219
2220     cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225     echo
2226     # The following way of writing the cache mishandles newlines in values,
2227 (
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       ;; #(
2250     *)
2251       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252       ;;
2253     esac |
2254     sort
2255 )
2256     echo
2257
2258     cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263     echo
2264     for ac_var in $ac_subst_vars
2265     do
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
2273
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
2282       do
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
2290     fi
2291
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
2301     fi
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
2309 ' 0
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
2314
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2317
2318 $as_echo "/* confdefs.h */" > confdefs.h
2319
2320 # Predefined preprocessor variables.
2321
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2325
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2329
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2333
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2337
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2341
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2345
2346
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
2359 fi
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2361 do
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"
2368   fi
2369 done
2370
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
2381   fi
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
2386 fi
2387
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     ,);;
2406     *)
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
2419         fi
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
2436   fi
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
2444 fi
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2448
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
2454
2455
2456
2457 ac_config_headers="$ac_config_headers include/config.h"
2458
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
2466     fi
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
2471 fi
2472
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.
2480
2481
2482
2483
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486   enableval=$enable_win16;
2487 fi
2488
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491   enableval=$enable_win64;
2492 fi
2493
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496   enableval=$enable_tests;
2497 fi
2498
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501   enableval=$enable_maintainer_mode;
2502 else
2503   MAINTAINER_MODE=\#
2504
2505 fi
2506
2507
2508
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2530 fi
2531
2532
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2536 fi
2537
2538
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541   withval=$with_cups;
2542 fi
2543
2544
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2548 fi
2549
2550
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553   withval=$with_esd;
2554 fi
2555
2556
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2560 fi
2561
2562
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565   withval=$with_freetype;
2566 fi
2567
2568
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571   withval=$with_gphoto;
2572 fi
2573
2574
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2578 fi
2579
2580
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583   withval=$with_gnutls;
2584 fi
2585
2586
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2590 fi
2591
2592
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595   withval=$with_hal;
2596 fi
2597
2598
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2632 fi
2633
2634
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637   withval=$with_opengl;
2638 fi
2639
2640
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2650 fi
2651
2652
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2662 fi
2663
2664
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667   withval=$with_sane;
2668 fi
2669
2670
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673   withval=$with_v4l;
2674 fi
2675
2676
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2692 fi
2693
2694
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703   withval=$with_xml;
2704 fi
2705
2706
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2722 fi
2723
2724
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2728 fi
2729
2730
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733   withval=$with_xslt;
2734 fi
2735
2736
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2740 fi
2741
2742
2743
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746   withval=$with_wine_tools;
2747 fi
2748
2749
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752   withval=$with_wine64;
2753 fi
2754
2755
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763   $as_echo_n "(cached) " >&6
2764 else
2765   ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2772
2773 fi
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2792
2793
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797   $as_echo_n "(cached) " >&6
2798 else
2799   if test "x$host_alias" = x; then
2800   ac_cv_host=$ac_cv_build
2801 else
2802   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2804 fi
2805
2806 fi
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2825
2826
2827
2828 case "$srcdir" in
2829  .) ;;
2830  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833     fi ;;
2834 esac
2835
2836
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842   $as_echo_n "(cached) " >&6
2843 else
2844   cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847         @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851   *@@@%%%=?*=@@@%%%*)
2852     eval ac_cv_prog_make_${ac_make}_set=yes;;
2853   *)
2854     eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2857 fi
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861   SET_MAKE=
2862 else
2863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865   SET_MAKE="MAKE=${MAKE-make}"
2866 fi
2867
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879   $as_echo_n "(cached) " >&6
2880 else
2881   if test -n "$CC"; then
2882   ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2886 do
2887   IFS=$as_save_IFS
2888   test -z "$as_dir" && as_dir=.
2889     for ac_exec_ext in '' $ac_executable_extensions; do
2890   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893     break 2
2894   fi
2895 done
2896   done
2897 IFS=$as_save_IFS
2898
2899 fi
2900 fi
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2908 fi
2909
2910
2911 fi
2912 if test -z "$ac_cv_prog_CC"; then
2913   ac_ct_CC=$CC
2914   # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919   $as_echo_n "(cached) " >&6
2920 else
2921   if test -n "$ac_ct_CC"; then
2922   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2926 do
2927   IFS=$as_save_IFS
2928   test -z "$as_dir" && as_dir=.
2929     for ac_exec_ext in '' $ac_executable_extensions; do
2930   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931     ac_cv_prog_ac_ct_CC="gcc"
2932     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933     break 2
2934   fi
2935 done
2936   done
2937 IFS=$as_save_IFS
2938
2939 fi
2940 fi
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2948 fi
2949
2950   if test "x$ac_ct_CC" = x; then
2951     CC=""
2952   else
2953     case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959     CC=$ac_ct_CC
2960   fi
2961 else
2962   CC="$ac_cv_prog_CC"
2963 fi
2964
2965 if test -z "$CC"; then
2966           if test -n "$ac_tool_prefix"; then
2967     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972   $as_echo_n "(cached) " >&6
2973 else
2974   if test -n "$CC"; then
2975   ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2979 do
2980   IFS=$as_save_IFS
2981   test -z "$as_dir" && as_dir=.
2982     for ac_exec_ext in '' $ac_executable_extensions; do
2983   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984     ac_cv_prog_CC="${ac_tool_prefix}cc"
2985     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986     break 2
2987   fi
2988 done
2989   done
2990 IFS=$as_save_IFS
2991
2992 fi
2993 fi
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3001 fi
3002
3003
3004   fi
3005 fi
3006 if test -z "$CC"; then
3007   # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012   $as_echo_n "(cached) " >&6
3013 else
3014   if test -n "$CC"; then
3015   ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017   ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3020 do
3021   IFS=$as_save_IFS
3022   test -z "$as_dir" && as_dir=.
3023     for ac_exec_ext in '' $ac_executable_extensions; do
3024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026        ac_prog_rejected=yes
3027        continue
3028      fi
3029     ac_cv_prog_CC="cc"
3030     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031     break 2
3032   fi
3033 done
3034   done
3035 IFS=$as_save_IFS
3036
3037 if test $ac_prog_rejected = yes; then
3038   # We found a bogon in the path, so make sure we never use it.
3039   set dummy $ac_cv_prog_CC
3040   shift
3041   if test $# != 0; then
3042     # We chose a different compiler from the bogus one.
3043     # However, it has the same basename, so the bogon will be chosen
3044     # first if we set CC to just the basename; use the full file name.
3045     shift
3046     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3047   fi
3048 fi
3049 fi
3050 fi
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3058 fi
3059
3060
3061 fi
3062 if test -z "$CC"; then
3063   if test -n "$ac_tool_prefix"; then
3064   for ac_prog in cl.exe
3065   do
3066     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071   $as_echo_n "(cached) " >&6
3072 else
3073   if test -n "$CC"; then
3074   ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3078 do
3079   IFS=$as_save_IFS
3080   test -z "$as_dir" && as_dir=.
3081     for ac_exec_ext in '' $ac_executable_extensions; do
3082   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085     break 2
3086   fi
3087 done
3088   done
3089 IFS=$as_save_IFS
3090
3091 fi
3092 fi
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3100 fi
3101
3102
3103     test -n "$CC" && break
3104   done
3105 fi
3106 if test -z "$CC"; then
3107   ac_ct_CC=$CC
3108   for ac_prog in cl.exe
3109 do
3110   # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115   $as_echo_n "(cached) " >&6
3116 else
3117   if test -n "$ac_ct_CC"; then
3118   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3122 do
3123   IFS=$as_save_IFS
3124   test -z "$as_dir" && as_dir=.
3125     for ac_exec_ext in '' $ac_executable_extensions; do
3126   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127     ac_cv_prog_ac_ct_CC="$ac_prog"
3128     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129     break 2
3130   fi
3131 done
3132   done
3133 IFS=$as_save_IFS
3134
3135 fi
3136 fi
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3144 fi
3145
3146
3147   test -n "$ac_ct_CC" && break
3148 done
3149
3150   if test "x$ac_ct_CC" = x; then
3151     CC=""
3152   else
3153     case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159     CC=$ac_ct_CC
3160   fi
3161 fi
3162
3163 fi
3164
3165
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3170
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176   { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179   *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184   ac_status=$?
3185   if test -s conftest.err; then
3186     sed '10a\
3187 ... rest of stderr output deleted ...
3188          10q' conftest.err >conftest.er1
3189     cat conftest.er1 >&5
3190   fi
3191   rm -f conftest.er1 conftest.err
3192   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193   test $ac_status = 0; }
3194 done
3195
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h.  */
3198
3199 int
3200 main ()
3201 {
3202
3203   ;
3204   return 0;
3205 }
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3221 do
3222   case $ac_file in
3223     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225   esac
3226 done
3227 rm -f $ac_rmfiles
3228
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232   *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236   (eval "$ac_link_default") 2>&5
3237   ac_status=$?
3238   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239   test $ac_status = 0; }; then :
3240   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3246 do
3247   test -f "$ac_file" || continue
3248   case $ac_file in
3249     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250         ;;
3251     [ab].out )
3252         # We found the default executable, but exeext='' is most
3253         # certainly right.
3254         break;;
3255     *.* )
3256         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257         then :; else
3258            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259         fi
3260         # We set ac_cv_exeext here because the later test for it is not
3261         # safe: cross compilers may not add the suffix if given an `-o'
3262         # argument, so we may need to know it at that point already.
3263         # Even if this section looks crufty: it has the advantage of
3264         # actually working.
3265         break;;
3266     * )
3267         break;;
3268   esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271
3272 else
3273   ac_file=''
3274 fi
3275 if test -z "$ac_file"; then :
3276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3280
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3289 fi
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3295
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303   *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307   (eval "$ac_link") 2>&5
3308   ac_status=$?
3309   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310   test $ac_status = 0; }; then :
3311   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316   test -f "$ac_file" || continue
3317   case $ac_file in
3318     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320           break;;
3321     * ) break;;
3322   esac
3323 done
3324 else
3325   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3329 fi
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3333
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h.  */
3339 #include <stdio.h>
3340 int
3341 main ()
3342 {
3343 FILE *f = fopen ("conftest.out", "w");
3344  return ferror (f) || fclose (f) != 0;
3345
3346   ;
3347   return 0;
3348 }
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run.  If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356   { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359   *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363   (eval "$ac_link") 2>&5
3364   ac_status=$?
3365   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366   test $ac_status = 0; }
3367   if { ac_try='./conftest$ac_cv_exeext'
3368   { { case "(($ac_try" in
3369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370   *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374   (eval "$ac_try") 2>&5
3375   ac_status=$?
3376   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377   test $ac_status = 0; }; }; then
3378     cross_compiling=no
3379   else
3380     if test "$cross_compiling" = maybe; then
3381         cross_compiling=yes
3382     else
3383         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3388     fi
3389   fi
3390 fi
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3393
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399   $as_echo_n "(cached) " >&6
3400 else
3401   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h.  */
3403
3404 int
3405 main ()
3406 {
3407
3408   ;
3409   return 0;
3410 }
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416   *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420   (eval "$ac_compile") 2>&5
3421   ac_status=$?
3422   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423   test $ac_status = 0; }; then :
3424   for ac_file in conftest.o conftest.obj conftest.*; do
3425   test -f "$ac_file" || continue;
3426   case $ac_file in
3427     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429        break;;
3430   esac
3431 done
3432 else
3433   $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3435
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3440 fi
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450   $as_echo_n "(cached) " >&6
3451 else
3452   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h.  */
3454
3455 int
3456 main ()
3457 {
3458 #ifndef __GNUC__
3459        choke me
3460 #endif
3461
3462   ;
3463   return 0;
3464 }
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467   ac_compiler_gnu=yes
3468 else
3469   ac_compiler_gnu=no
3470 fi
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3473
3474 fi
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478   GCC=yes
3479 else
3480   GCC=
3481 fi
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487   $as_echo_n "(cached) " >&6
3488 else
3489   ac_save_c_werror_flag=$ac_c_werror_flag
3490    ac_c_werror_flag=yes
3491    ac_cv_prog_cc_g=no
3492    CFLAGS="-g"
3493    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h.  */
3495
3496 int
3497 main ()
3498 {
3499
3500   ;
3501   return 0;
3502 }
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505   ac_cv_prog_cc_g=yes
3506 else
3507   CFLAGS=""
3508       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h.  */
3510
3511 int
3512 main ()
3513 {
3514
3515   ;
3516   return 0;
3517 }
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3520
3521 else
3522   ac_c_werror_flag=$ac_save_c_werror_flag
3523          CFLAGS="-g"
3524          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h.  */
3526
3527 int
3528 main ()
3529 {
3530
3531   ;
3532   return 0;
3533 }
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536   ac_cv_prog_cc_g=yes
3537 fi
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 fi
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 fi
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543    ac_c_werror_flag=$ac_save_c_werror_flag
3544 fi
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548   CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550   if test "$GCC" = yes; then
3551     CFLAGS="-g -O2"
3552   else
3553     CFLAGS="-g"
3554   fi
3555 else
3556   if test "$GCC" = yes; then
3557     CFLAGS="-O2"
3558   else
3559     CFLAGS=
3560   fi
3561 fi
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565   $as_echo_n "(cached) " >&6
3566 else
3567   ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h.  */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579      char **p;
3580      int i;
3581 {
3582   return p[i];
3583 }
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3585 {
3586   char *s;
3587   va_list v;
3588   va_start (v,p);
3589   s = g (p, va_arg (v,int));
3590   va_end (v);
3591   return s;
3592 }
3593
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3595    function prototypes and stuff, but not '\xHH' hex character constants.
3596    These don't provoke an error unfortunately, instead are silently treated
3597    as 'x'.  The following induces an error, until -std is added to get
3598    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3599    array size at least.  It's necessary to write '\x00'==0 to get something
3600    that's true only with -std.  */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604    inside strings and character constants.  */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3614 int
3615 main ()
3616 {
3617 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 do
3625   CC="$ac_save_CC $ac_arg"
3626   if ac_fn_c_try_compile "$LINENO"; then :
3627   ac_cv_prog_cc_c89=$ac_arg
3628 fi
3629 rm -f core conftest.err conftest.$ac_objext
3630   test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3634
3635 fi
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3638   x)
3639     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641   xno)
3642     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3644   *)
3645     CC="$CC $ac_cv_prog_cc_c89"
3646     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3650
3651 fi
3652
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665   if test -n "$CCC"; then
3666     CXX=$CCC
3667   else
3668     if test -n "$ac_tool_prefix"; then
3669   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670   do
3671     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676   $as_echo_n "(cached) " >&6
3677 else
3678   if test -n "$CXX"; then
3679   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3683 do
3684   IFS=$as_save_IFS
3685   test -z "$as_dir" && as_dir=.
3686     for ac_exec_ext in '' $ac_executable_extensions; do
3687   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690     break 2
3691   fi
3692 done
3693   done
3694 IFS=$as_save_IFS
3695
3696 fi
3697 fi
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3705 fi
3706
3707
3708     test -n "$CXX" && break
3709   done
3710 fi
3711 if test -z "$CXX"; then
3712   ac_ct_CXX=$CXX
3713   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 do
3715   # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720   $as_echo_n "(cached) " >&6
3721 else
3722   if test -n "$ac_ct_CXX"; then
3723   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3727 do
3728   IFS=$as_save_IFS
3729   test -z "$as_dir" && as_dir=.
3730     for ac_exec_ext in '' $ac_executable_extensions; do
3731   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732     ac_cv_prog_ac_ct_CXX="$ac_prog"
3733     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734     break 2
3735   fi
3736 done
3737   done
3738 IFS=$as_save_IFS
3739
3740 fi
3741 fi
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3749 fi
3750
3751
3752   test -n "$ac_ct_CXX" && break
3753 done
3754
3755   if test "x$ac_ct_CXX" = x; then
3756     CXX="g++"
3757   else
3758     case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764     CXX=$ac_ct_CXX
3765   fi
3766 fi
3767
3768   fi
3769 fi
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775   { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778   *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783   ac_status=$?
3784   if test -s conftest.err; then
3785     sed '10a\
3786 ... rest of stderr output deleted ...
3787          10q' conftest.err >conftest.er1
3788     cat conftest.er1 >&5
3789   fi
3790   rm -f conftest.er1 conftest.err
3791   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792   test $ac_status = 0; }
3793 done
3794
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798   $as_echo_n "(cached) " >&6
3799 else
3800   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h.  */
3802
3803 int
3804 main ()
3805 {
3806 #ifndef __GNUC__
3807        choke me
3808 #endif
3809
3810   ;
3811   return 0;
3812 }
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815   ac_compiler_gnu=yes
3816 else
3817   ac_compiler_gnu=no
3818 fi
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3821
3822 fi
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826   GXX=yes
3827 else
3828   GXX=
3829 fi
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835   $as_echo_n "(cached) " >&6
3836 else
3837   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838    ac_cxx_werror_flag=yes
3839    ac_cv_prog_cxx_g=no
3840    CXXFLAGS="-g"
3841    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h.  */
3843
3844 int
3845 main ()
3846 {
3847
3848   ;
3849   return 0;
3850 }
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853   ac_cv_prog_cxx_g=yes
3854 else
3855   CXXFLAGS=""
3856       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h.  */
3858
3859 int
3860 main ()
3861 {
3862
3863   ;
3864   return 0;
3865 }
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3868
3869 else
3870   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871          CXXFLAGS="-g"
3872          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h.  */
3874
3875 int
3876 main ()
3877 {
3878
3879   ;
3880   return 0;
3881 }
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884   ac_cv_prog_cxx_g=yes
3885 fi
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 fi
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 fi
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 fi
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896   CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898   if test "$GXX" = yes; then
3899     CXXFLAGS="-g -O2"
3900   else
3901     CXXFLAGS="-g"
3902   fi
3903 else
3904   if test "$GXX" = yes; then
3905     CXXFLAGS="-O2"
3906   else
3907     CXXFLAGS=
3908   fi
3909 fi
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915
3916 if test -n "$ac_tool_prefix"; then
3917   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922   $as_echo_n "(cached) " >&6
3923 else
3924   if test -n "$CPPBIN"; then
3925   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3929 do
3930   IFS=$as_save_IFS
3931   test -z "$as_dir" && as_dir=.
3932     for ac_exec_ext in '' $ac_executable_extensions; do
3933   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936     break 2
3937   fi
3938 done
3939   done
3940 IFS=$as_save_IFS
3941
3942 fi
3943 fi
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3951 fi
3952
3953
3954 fi
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956   ac_ct_CPPBIN=$CPPBIN
3957   # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962   $as_echo_n "(cached) " >&6
3963 else
3964   if test -n "$ac_ct_CPPBIN"; then
3965   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3969 do
3970   IFS=$as_save_IFS
3971   test -z "$as_dir" && as_dir=.
3972     for ac_exec_ext in '' $ac_executable_extensions; do
3973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974     ac_cv_prog_ac_ct_CPPBIN="cpp"
3975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976     break 2
3977   fi
3978 done
3979   done
3980 IFS=$as_save_IFS
3981
3982 fi
3983 fi
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3991 fi
3992
3993   if test "x$ac_ct_CPPBIN" = x; then
3994     CPPBIN="cpp"
3995   else
3996     case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002     CPPBIN=$ac_ct_CPPBIN
4003   fi
4004 else
4005   CPPBIN="$ac_cv_prog_CPPBIN"
4006 fi
4007
4008
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4012
4013
4014 case $host in
4015   *-darwin*)
4016     if test "x$enable_win64" = "xyes"
4017     then
4018       CC="$CC -m64"
4019       CXX="$CXX -m64"
4020       LD="${LD:-ld} -arch x86_64"
4021       AS="${AS:-as} -arch x86_64"
4022       host_cpu="x86_64"
4023       notice_platform="64-bit "
4024       TARGETFLAGS="-m64"
4025
4026     else
4027       CC="$CC -m32"
4028       CXX="$CXX -m32"
4029       LD="${LD:-ld} -arch i386"
4030       AS="${AS:-as} -arch i386"
4031       host_cpu="i386"
4032       notice_platform="32-bit "
4033       TARGETFLAGS="-m32"
4034
4035       enable_win16=${enable_win16:-yes}
4036     fi
4037     ;;
4038   x86_64*)
4039     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040     then
4041       CC="$CC -m32"
4042       CXX="$CXX -m32"
4043       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4045
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h.  */
4048
4049 int
4050 main ()
4051 {
4052
4053   ;
4054   return 0;
4055 }
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 fi
4065 rm -f core conftest.err conftest.$ac_objext \
4066     conftest$ac_exeext conftest.$ac_ext
4067       LD="${LD:-ld} -m elf_i386"
4068       AS="${AS:-as} --32"
4069       host_cpu="i386"
4070       notice_platform="32-bit "
4071       TARGETFLAGS="-m32"
4072
4073       enable_win16=${enable_win16:-yes}
4074     else
4075       if test "x${GCC}" = "xyes"
4076       then
4077         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h.  */
4081 #include <stdarg.h>
4082 int
4083 main ()
4084 {
4085 void func(__builtin_ms_va_list *args);
4086   ;
4087   return 0;
4088 }
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 fi
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099       fi
4100       TARGETFLAGS="-m64"
4101
4102     fi
4103     ;;
4104   *-mingw32*|*-cygwin*)
4105     enable_win16=${enable_win16:-no}
4106     ;;
4107   i[3456789]86*)
4108     enable_win16=${enable_win16:-yes}
4109     ;;
4110 esac
4111
4112 enable_win16=${enable_win16:-no}
4113
4114 enable_winetest=${enable_winetest:-$enable_tests}
4115
4116 if test -n "$with_wine64"
4117 then
4118     if test "x$enable_win64" = "xyes"
4119     then
4120         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4121 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4122     fi
4123     WOW64_DISABLE=\#
4124
4125     enable_fonts=${enable_fonts:-no}
4126     enable_include=${enable_include:-no}
4127     enable_server=${enable_server:-no}
4128     enable_tools=${enable_tools:-no}
4129     enable_wineboot=${enable_wineboot:-no}
4130     enable_winedbg=${enable_winedbg:-no}
4131     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 fi
4133
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4135 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4136 if test "${wine_cv_toolsdir+set}" = set; then :
4137   $as_echo_n "(cached) " >&6
4138 else
4139   wine_cv_toolsdir="$with_wine_tools"
4140    if test -z "$with_wine_tools"; then
4141      if test "$cross_compiling" = "yes"; then
4142        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4143      elif test -n "$with_wine64"; then
4144        wine_cv_toolsdir="$with_wine64"
4145      fi
4146    fi
4147    if test -z "$wine_cv_toolsdir"; then
4148      wine_cv_toolsdir="\$(TOPOBJDIR)"
4149    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4150      case "$wine_cv_toolsdir" in
4151        /*) ;;
4152        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4153      esac
4154    else
4155      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156    fi
4157 fi
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4159 $as_echo "$wine_cv_toolsdir" >&6; }
4160 TOOLSDIR=$wine_cv_toolsdir
4161
4162 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4163 then
4164     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4165
4166 fi
4167
4168 for ac_prog in flex
4169 do
4170   # Extract the first word of "$ac_prog", so it can be a program name with args.
4171 set dummy $ac_prog; ac_word=$2
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if test "${ac_cv_prog_FLEX+set}" = set; then :
4175   $as_echo_n "(cached) " >&6
4176 else
4177   if test -n "$FLEX"; then
4178   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4179 else
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4182 do
4183   IFS=$as_save_IFS
4184   test -z "$as_dir" && as_dir=.
4185     for ac_exec_ext in '' $ac_executable_extensions; do
4186   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4187     ac_cv_prog_FLEX="$ac_prog"
4188     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189     break 2
4190   fi
4191 done
4192   done
4193 IFS=$as_save_IFS
4194
4195 fi
4196 fi
4197 FLEX=$ac_cv_prog_FLEX
4198 if test -n "$FLEX"; then
4199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4200 $as_echo "$FLEX" >&6; }
4201 else
4202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4204 fi
4205
4206
4207   test -n "$FLEX" && break
4208 done
4209 test -n "$FLEX" || FLEX="none"
4210
4211 if test "$FLEX" = "none"
4212 then
4213   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4214 fi
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4216 $as_echo_n "checking whether flex is recent enough... " >&6; }
4217 cat >conftest.l <<EOF
4218 %top{
4219 #include "prediluvian.h"
4220 }
4221 %%
4222 EOF
4223 if $FLEX -t conftest.l >/dev/null 2>&1
4224 then
4225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4226 $as_echo "yes" >&6; }
4227 else
4228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4230   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 fi
4232
4233 for ac_prog in bison
4234 do
4235   # Extract the first word of "$ac_prog", so it can be a program name with args.
4236 set dummy $ac_prog; ac_word=$2
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4238 $as_echo_n "checking for $ac_word... " >&6; }
4239 if test "${ac_cv_prog_BISON+set}" = set; then :
4240   $as_echo_n "(cached) " >&6
4241 else
4242   if test -n "$BISON"; then
4243   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4244 else
4245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4246 for as_dir in $PATH
4247 do
4248   IFS=$as_save_IFS
4249   test -z "$as_dir" && as_dir=.
4250     for ac_exec_ext in '' $ac_executable_extensions; do
4251   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4252     ac_cv_prog_BISON="$ac_prog"
4253     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4254     break 2
4255   fi
4256 done
4257   done
4258 IFS=$as_save_IFS
4259
4260 fi
4261 fi
4262 BISON=$ac_cv_prog_BISON
4263 if test -n "$BISON"; then
4264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4265 $as_echo "$BISON" >&6; }
4266 else
4267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4268 $as_echo "no" >&6; }
4269 fi
4270
4271
4272   test -n "$BISON" && break
4273 done
4274 test -n "$BISON" || BISON="none"
4275
4276 if test "$BISON" = "none"
4277 then
4278   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 fi
4280
4281 if test -n "$ac_tool_prefix"; then
4282   for ac_prog in ar gar
4283   do
4284     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4285 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_AR+set}" = set; then :
4289   $as_echo_n "(cached) " >&6
4290 else
4291   if test -n "$AR"; then
4292   ac_cv_prog_AR="$AR" # Let the user override the test.
4293 else
4294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4295 for as_dir in $PATH
4296 do
4297   IFS=$as_save_IFS
4298   test -z "$as_dir" && as_dir=.
4299     for ac_exec_ext in '' $ac_executable_extensions; do
4300   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4301     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4302     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4303     break 2
4304   fi
4305 done
4306   done
4307 IFS=$as_save_IFS
4308
4309 fi
4310 fi
4311 AR=$ac_cv_prog_AR
4312 if test -n "$AR"; then
4313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4314 $as_echo "$AR" >&6; }
4315 else
4316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4317 $as_echo "no" >&6; }
4318 fi
4319
4320
4321     test -n "$AR" && break
4322   done
4323 fi
4324 if test -z "$AR"; then
4325   ac_ct_AR=$AR
4326   for ac_prog in ar gar
4327 do
4328   # Extract the first word of "$ac_prog", so it can be a program name with args.
4329 set dummy $ac_prog; ac_word=$2
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4331 $as_echo_n "checking for $ac_word... " >&6; }
4332 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4333   $as_echo_n "(cached) " >&6
4334 else
4335   if test -n "$ac_ct_AR"; then
4336   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4337 else
4338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4339 for as_dir in $PATH
4340 do
4341   IFS=$as_save_IFS
4342   test -z "$as_dir" && as_dir=.
4343     for ac_exec_ext in '' $ac_executable_extensions; do
4344   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4345     ac_cv_prog_ac_ct_AR="$ac_prog"
4346     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4347     break 2
4348   fi
4349 done
4350   done
4351 IFS=$as_save_IFS
4352
4353 fi
4354 fi
4355 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4356 if test -n "$ac_ct_AR"; then
4357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4358 $as_echo "$ac_ct_AR" >&6; }
4359 else
4360   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4361 $as_echo "no" >&6; }
4362 fi
4363
4364
4365   test -n "$ac_ct_AR" && break
4366 done
4367
4368   if test "x$ac_ct_AR" = x; then
4369     AR="ar"
4370   else
4371     case $cross_compiling:$ac_tool_warned in
4372 yes:)
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4375 ac_tool_warned=yes ;;
4376 esac
4377     AR=$ac_ct_AR
4378   fi
4379 fi
4380
4381 ARFLAGS=rc
4382
4383 if test -n "$ac_tool_prefix"; then
4384   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4385 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4387 $as_echo_n "checking for $ac_word... " >&6; }
4388 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4389   $as_echo_n "(cached) " >&6
4390 else
4391   if test -n "$RANLIB"; then
4392   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4393 else
4394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4395 for as_dir in $PATH
4396 do
4397   IFS=$as_save_IFS
4398   test -z "$as_dir" && as_dir=.
4399     for ac_exec_ext in '' $ac_executable_extensions; do
4400   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4401     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4402     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4403     break 2
4404   fi
4405 done
4406   done
4407 IFS=$as_save_IFS
4408
4409 fi
4410 fi
4411 RANLIB=$ac_cv_prog_RANLIB
4412 if test -n "$RANLIB"; then
4413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4414 $as_echo "$RANLIB" >&6; }
4415 else
4416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4417 $as_echo "no" >&6; }
4418 fi
4419
4420
4421 fi
4422 if test -z "$ac_cv_prog_RANLIB"; then
4423   ac_ct_RANLIB=$RANLIB
4424   # Extract the first word of "ranlib", so it can be a program name with args.
4425 set dummy ranlib; ac_word=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4429   $as_echo_n "(cached) " >&6
4430 else
4431   if test -n "$ac_ct_RANLIB"; then
4432   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4433 else
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH
4436 do
4437   IFS=$as_save_IFS
4438   test -z "$as_dir" && as_dir=.
4439     for ac_exec_ext in '' $ac_executable_extensions; do
4440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441     ac_cv_prog_ac_ct_RANLIB="ranlib"
4442     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443     break 2
4444   fi
4445 done
4446   done
4447 IFS=$as_save_IFS
4448
4449 fi
4450 fi
4451 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4452 if test -n "$ac_ct_RANLIB"; then
4453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4454 $as_echo "$ac_ct_RANLIB" >&6; }
4455 else
4456   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4458 fi
4459
4460   if test "x$ac_ct_RANLIB" = x; then
4461     RANLIB=":"
4462   else
4463     case $cross_compiling:$ac_tool_warned in
4464 yes:)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467 ac_tool_warned=yes ;;
4468 esac
4469     RANLIB=$ac_ct_RANLIB
4470   fi
4471 else
4472   RANLIB="$ac_cv_prog_RANLIB"
4473 fi
4474
4475 if test -n "$ac_tool_prefix"; then
4476   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4477 set dummy ${ac_tool_prefix}strip; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if test "${ac_cv_prog_STRIP+set}" = set; then :
4481   $as_echo_n "(cached) " >&6
4482 else
4483   if test -n "$STRIP"; then
4484   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4485 else
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 for as_dir in $PATH
4488 do
4489   IFS=$as_save_IFS
4490   test -z "$as_dir" && as_dir=.
4491     for ac_exec_ext in '' $ac_executable_extensions; do
4492   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4493     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4494     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495     break 2
4496   fi
4497 done
4498   done
4499 IFS=$as_save_IFS
4500
4501 fi
4502 fi
4503 STRIP=$ac_cv_prog_STRIP
4504 if test -n "$STRIP"; then
4505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4506 $as_echo "$STRIP" >&6; }
4507 else
4508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4510 fi
4511
4512
4513 fi
4514 if test -z "$ac_cv_prog_STRIP"; then
4515   ac_ct_STRIP=$STRIP
4516   # Extract the first word of "strip", so it can be a program name with args.
4517 set dummy strip; ac_word=$2
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4519 $as_echo_n "checking for $ac_word... " >&6; }
4520 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4521   $as_echo_n "(cached) " >&6
4522 else
4523   if test -n "$ac_ct_STRIP"; then
4524   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4528 do
4529   IFS=$as_save_IFS
4530   test -z "$as_dir" && as_dir=.
4531     for ac_exec_ext in '' $ac_executable_extensions; do
4532   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4533     ac_cv_prog_ac_ct_STRIP="strip"
4534     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535     break 2
4536   fi
4537 done
4538   done
4539 IFS=$as_save_IFS
4540
4541 fi
4542 fi
4543 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4544 if test -n "$ac_ct_STRIP"; then
4545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4546 $as_echo "$ac_ct_STRIP" >&6; }
4547 else
4548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4549 $as_echo "no" >&6; }
4550 fi
4551
4552   if test "x$ac_ct_STRIP" = x; then
4553     STRIP="strip"
4554   else
4555     case $cross_compiling:$ac_tool_warned in
4556 yes:)
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4558 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4559 ac_tool_warned=yes ;;
4560 esac
4561     STRIP=$ac_ct_STRIP
4562   fi
4563 else
4564   STRIP="$ac_cv_prog_STRIP"
4565 fi
4566
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4568 $as_echo_n "checking whether ln -s works... " >&6; }
4569 LN_S=$as_ln_s
4570 if test "$LN_S" = "ln -s"; then
4571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572 $as_echo "yes" >&6; }
4573 else
4574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4575 $as_echo "no, using $LN_S" >&6; }
4576 fi
4577
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4579 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4580 if test "${ac_cv_path_GREP+set}" = set; then :
4581   $as_echo_n "(cached) " >&6
4582 else
4583   if test -z "$GREP"; then
4584   ac_path_GREP_found=false
4585   # Loop through the user's path and test for each of PROGNAME-LIST
4586   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4588 do
4589   IFS=$as_save_IFS
4590   test -z "$as_dir" && as_dir=.
4591     for ac_prog in grep ggrep; do
4592     for ac_exec_ext in '' $ac_executable_extensions; do
4593       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4594       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4595 # Check for GNU ac_path_GREP and select it if it is found.
4596   # Check for GNU $ac_path_GREP
4597 case `"$ac_path_GREP" --version 2>&1` in
4598 *GNU*)
4599   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4600 *)
4601   ac_count=0
4602   $as_echo_n 0123456789 >"conftest.in"
4603   while :
4604   do
4605     cat "conftest.in" "conftest.in" >"conftest.tmp"
4606     mv "conftest.tmp" "conftest.in"
4607     cp "conftest.in" "conftest.nl"
4608     $as_echo 'GREP' >> "conftest.nl"
4609     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4610     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4611     as_fn_arith $ac_count + 1 && ac_count=$as_val
4612     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4613       # Best one so far, save it but keep looking for a better one
4614       ac_cv_path_GREP="$ac_path_GREP"
4615       ac_path_GREP_max=$ac_count
4616     fi
4617     # 10*(2^10) chars as input seems more than enough
4618     test $ac_count -gt 10 && break
4619   done
4620   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4621 esac
4622
4623       $ac_path_GREP_found && break 3
4624     done
4625   done
4626   done
4627 IFS=$as_save_IFS
4628   if test -z "$ac_cv_path_GREP"; then
4629     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4630   fi
4631 else
4632   ac_cv_path_GREP=$GREP
4633 fi
4634
4635 fi
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4637 $as_echo "$ac_cv_path_GREP" >&6; }
4638  GREP="$ac_cv_path_GREP"
4639
4640
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4642 $as_echo_n "checking for egrep... " >&6; }
4643 if test "${ac_cv_path_EGREP+set}" = set; then :
4644   $as_echo_n "(cached) " >&6
4645 else
4646   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4647    then ac_cv_path_EGREP="$GREP -E"
4648    else
4649      if test -z "$EGREP"; then
4650   ac_path_EGREP_found=false
4651   # Loop through the user's path and test for each of PROGNAME-LIST
4652   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4654 do
4655   IFS=$as_save_IFS
4656   test -z "$as_dir" && as_dir=.
4657     for ac_prog in egrep; do
4658     for ac_exec_ext in '' $ac_executable_extensions; do
4659       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4660       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4661 # Check for GNU ac_path_EGREP and select it if it is found.
4662   # Check for GNU $ac_path_EGREP
4663 case `"$ac_path_EGREP" --version 2>&1` in
4664 *GNU*)
4665   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4666 *)
4667   ac_count=0
4668   $as_echo_n 0123456789 >"conftest.in"
4669   while :
4670   do
4671     cat "conftest.in" "conftest.in" >"conftest.tmp"
4672     mv "conftest.tmp" "conftest.in"
4673     cp "conftest.in" "conftest.nl"
4674     $as_echo 'EGREP' >> "conftest.nl"
4675     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4676     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4677     as_fn_arith $ac_count + 1 && ac_count=$as_val
4678     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4679       # Best one so far, save it but keep looking for a better one
4680       ac_cv_path_EGREP="$ac_path_EGREP"
4681       ac_path_EGREP_max=$ac_count
4682     fi
4683     # 10*(2^10) chars as input seems more than enough
4684     test $ac_count -gt 10 && break
4685   done
4686   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4687 esac
4688
4689       $ac_path_EGREP_found && break 3
4690     done
4691   done
4692   done
4693 IFS=$as_save_IFS
4694   if test -z "$ac_cv_path_EGREP"; then
4695     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4696   fi
4697 else
4698   ac_cv_path_EGREP=$EGREP
4699 fi
4700
4701    fi
4702 fi
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4704 $as_echo "$ac_cv_path_EGREP" >&6; }
4705  EGREP="$ac_cv_path_EGREP"
4706
4707
4708 # Extract the first word of "ldconfig", so it can be a program name with args.
4709 set dummy ldconfig; ac_word=$2
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711 $as_echo_n "checking for $ac_word... " >&6; }
4712 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4713   $as_echo_n "(cached) " >&6
4714 else
4715   case $LDCONFIG in
4716   [\\/]* | ?:[\\/]*)
4717   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718   ;;
4719   *)
4720   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4721 for as_dir in /sbin /usr/sbin $PATH
4722 do
4723   IFS=$as_save_IFS
4724   test -z "$as_dir" && as_dir=.
4725     for ac_exec_ext in '' $ac_executable_extensions; do
4726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4727     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4728     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4729     break 2
4730   fi
4731 done
4732   done
4733 IFS=$as_save_IFS
4734
4735   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4736   ;;
4737 esac
4738 fi
4739 LDCONFIG=$ac_cv_path_LDCONFIG
4740 if test -n "$LDCONFIG"; then
4741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4742 $as_echo "$LDCONFIG" >&6; }
4743 else
4744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745 $as_echo "no" >&6; }
4746 fi
4747
4748
4749 # Find a good install program.  We prefer a C program (faster),
4750 # so one script is as good as another.  But avoid the broken or
4751 # incompatible versions:
4752 # SysV /etc/install, /usr/sbin/install
4753 # SunOS /usr/etc/install
4754 # IRIX /sbin/install
4755 # AIX /bin/install
4756 # AmigaOS /C/install, which installs bootblocks on floppy discs
4757 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4758 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4759 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4760 # OS/2's system install, which has a completely different semantic
4761 # ./install, which can be erroneously created by make from ./install.sh.
4762 # Reject install programs that cannot install multiple files.
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4764 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4765 if test -z "$INSTALL"; then
4766 if test "${ac_cv_path_install+set}" = set; then :
4767   $as_echo_n "(cached) " >&6
4768 else
4769   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4770 for as_dir in $PATH
4771 do
4772   IFS=$as_save_IFS
4773   test -z "$as_dir" && as_dir=.
4774     # Account for people who put trailing slashes in PATH elements.
4775 case $as_dir/ in #((
4776   ./ | .// | /[cC]/* | \
4777   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4778   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4779   /usr/ucb/* ) ;;
4780   *)
4781     # OSF1 and SCO ODT 3.0 have their own names for install.
4782     # Don't use installbsd from OSF since it installs stuff as root
4783     # by default.
4784     for ac_prog in ginstall scoinst install; do
4785       for ac_exec_ext in '' $ac_executable_extensions; do
4786         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4787           if test $ac_prog = install &&
4788             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4789             # AIX install.  It has an incompatible calling convention.
4790             :
4791           elif test $ac_prog = install &&
4792             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4793             # program-specific install script used by HP pwplus--don't use.
4794             :
4795           else
4796             rm -rf conftest.one conftest.two conftest.dir
4797             echo one > conftest.one
4798             echo two > conftest.two
4799             mkdir conftest.dir
4800             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4801               test -s conftest.one && test -s conftest.two &&
4802               test -s conftest.dir/conftest.one &&
4803               test -s conftest.dir/conftest.two
4804             then
4805               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4806               break 3
4807             fi
4808           fi
4809         fi
4810       done
4811     done
4812     ;;
4813 esac
4814
4815   done
4816 IFS=$as_save_IFS
4817
4818 rm -rf conftest.one conftest.two conftest.dir
4819
4820 fi
4821   if test "${ac_cv_path_install+set}" = set; then
4822     INSTALL=$ac_cv_path_install
4823   else
4824     # As a last resort, use the slow shell script.  Don't cache a
4825     # value for INSTALL within a source directory, because that will
4826     # break other packages using the cache if that directory is
4827     # removed, or if the value is a relative name.
4828     INSTALL=$ac_install_sh
4829   fi
4830 fi
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4832 $as_echo "$INSTALL" >&6; }
4833
4834 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4835 # It thinks the first close brace ends the variable substitution.
4836 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4837
4838 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4839
4840 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4841
4842 case "$INSTALL" in
4843   [\\/$]* | ?:[\\/]* ) ;;
4844   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4845 esac
4846
4847 for ac_prog in lclint lint
4848 do
4849   # Extract the first word of "$ac_prog", so it can be a program name with args.
4850 set dummy $ac_prog; ac_word=$2
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4852 $as_echo_n "checking for $ac_word... " >&6; }
4853 if test "${ac_cv_prog_LINT+set}" = set; then :
4854   $as_echo_n "(cached) " >&6
4855 else
4856   if test -n "$LINT"; then
4857   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4858 else
4859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 for as_dir in $PATH
4861 do
4862   IFS=$as_save_IFS
4863   test -z "$as_dir" && as_dir=.
4864     for ac_exec_ext in '' $ac_executable_extensions; do
4865   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4866     ac_cv_prog_LINT="$ac_prog"
4867     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4868     break 2
4869   fi
4870 done
4871   done
4872 IFS=$as_save_IFS
4873
4874 fi
4875 fi
4876 LINT=$ac_cv_prog_LINT
4877 if test -n "$LINT"; then
4878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4879 $as_echo "$LINT" >&6; }
4880 else
4881   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4882 $as_echo "no" >&6; }
4883 fi
4884
4885
4886   test -n "$LINT" && break
4887 done
4888
4889 if test "$LINT" = "lint"
4890 then
4891   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4892   fi
4893
4894
4895
4896 for ac_prog in fontforge
4897 do
4898   # Extract the first word of "$ac_prog", so it can be a program name with args.
4899 set dummy $ac_prog; ac_word=$2
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4903   $as_echo_n "(cached) " >&6
4904 else
4905   if test -n "$FONTFORGE"; then
4906   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4907 else
4908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909 for as_dir in $PATH
4910 do
4911   IFS=$as_save_IFS
4912   test -z "$as_dir" && as_dir=.
4913     for ac_exec_ext in '' $ac_executable_extensions; do
4914   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4915     ac_cv_prog_FONTFORGE="$ac_prog"
4916     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917     break 2
4918   fi
4919 done
4920   done
4921 IFS=$as_save_IFS
4922
4923 fi
4924 fi
4925 FONTFORGE=$ac_cv_prog_FONTFORGE
4926 if test -n "$FONTFORGE"; then
4927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4928 $as_echo "$FONTFORGE" >&6; }
4929 else
4930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4931 $as_echo "no" >&6; }
4932 fi
4933
4934
4935   test -n "$FONTFORGE" && break
4936 done
4937 test -n "$FONTFORGE" || FONTFORGE="false"
4938
4939 for ac_prog in pkg-config
4940 do
4941   # Extract the first word of "$ac_prog", so it can be a program name with args.
4942 set dummy $ac_prog; ac_word=$2
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4944 $as_echo_n "checking for $ac_word... " >&6; }
4945 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4946   $as_echo_n "(cached) " >&6
4947 else
4948   if test -n "$PKG_CONFIG"; then
4949   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4953 do
4954   IFS=$as_save_IFS
4955   test -z "$as_dir" && as_dir=.
4956     for ac_exec_ext in '' $ac_executable_extensions; do
4957   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958     ac_cv_prog_PKG_CONFIG="$ac_prog"
4959     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4960     break 2
4961   fi
4962 done
4963   done
4964 IFS=$as_save_IFS
4965
4966 fi
4967 fi
4968 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4969 if test -n "$PKG_CONFIG"; then
4970   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4971 $as_echo "$PKG_CONFIG" >&6; }
4972 else
4973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4975 fi
4976
4977
4978   test -n "$PKG_CONFIG" && break
4979 done
4980 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4981
4982 for ac_prog in rsvg
4983 do
4984   # Extract the first word of "$ac_prog", so it can be a program name with args.
4985 set dummy $ac_prog; ac_word=$2
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987 $as_echo_n "checking for $ac_word... " >&6; }
4988 if test "${ac_cv_prog_RSVG+set}" = set; then :
4989   $as_echo_n "(cached) " >&6
4990 else
4991   if test -n "$RSVG"; then
4992   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4993 else
4994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995 for as_dir in $PATH
4996 do
4997   IFS=$as_save_IFS
4998   test -z "$as_dir" && as_dir=.
4999     for ac_exec_ext in '' $ac_executable_extensions; do
5000   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5001     ac_cv_prog_RSVG="$ac_prog"
5002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003     break 2
5004   fi
5005 done
5006   done
5007 IFS=$as_save_IFS
5008
5009 fi
5010 fi
5011 RSVG=$ac_cv_prog_RSVG
5012 if test -n "$RSVG"; then
5013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5014 $as_echo "$RSVG" >&6; }
5015 else
5016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5018 fi
5019
5020
5021   test -n "$RSVG" && break
5022 done
5023 test -n "$RSVG" || RSVG="false"
5024
5025 for ac_prog in icotool
5026 do
5027   # Extract the first word of "$ac_prog", so it can be a program name with args.
5028 set dummy $ac_prog; ac_word=$2
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5030 $as_echo_n "checking for $ac_word... " >&6; }
5031 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5032   $as_echo_n "(cached) " >&6
5033 else
5034   if test -n "$ICOTOOL"; then
5035   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5036 else
5037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5038 for as_dir in $PATH
5039 do
5040   IFS=$as_save_IFS
5041   test -z "$as_dir" && as_dir=.
5042     for ac_exec_ext in '' $ac_executable_extensions; do
5043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5044     ac_cv_prog_ICOTOOL="$ac_prog"
5045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5046     break 2
5047   fi
5048 done
5049   done
5050 IFS=$as_save_IFS
5051
5052 fi
5053 fi
5054 ICOTOOL=$ac_cv_prog_ICOTOOL
5055 if test -n "$ICOTOOL"; then
5056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5057 $as_echo "$ICOTOOL" >&6; }
5058 else
5059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5060 $as_echo "no" >&6; }
5061 fi
5062
5063
5064   test -n "$ICOTOOL" && break
5065 done
5066 test -n "$ICOTOOL" || ICOTOOL="false"
5067
5068
5069 if test "${enable_maintainer_mode+set}" = set
5070 then
5071   if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5072   if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5073   if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5074 fi
5075
5076 case $host_cpu in
5077   *i[3456789]86*)
5078     # Extract the first word of "prelink", so it can be a program name with args.
5079 set dummy prelink; ac_word=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if test "${ac_cv_path_PRELINK+set}" = set; then :
5083   $as_echo_n "(cached) " >&6
5084 else
5085   case $PRELINK in
5086   [\\/]* | ?:[\\/]*)
5087   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5088   ;;
5089   *)
5090   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in /sbin /usr/sbin $PATH
5092 do
5093   IFS=$as_save_IFS
5094   test -z "$as_dir" && as_dir=.
5095     for ac_exec_ext in '' $ac_executable_extensions; do
5096   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5097     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5098     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5099     break 2
5100   fi
5101 done
5102   done
5103 IFS=$as_save_IFS
5104
5105   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5106   ;;
5107 esac
5108 fi
5109 PRELINK=$ac_cv_path_PRELINK
5110 if test -n "$PRELINK"; then
5111   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5112 $as_echo "$PRELINK" >&6; }
5113 else
5114   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5116 fi
5117
5118
5119     ;;
5120 esac
5121
5122
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5124 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5125 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5126   $as_echo_n "(cached) " >&6
5127 else
5128   ac_check_lib_save_LIBS=$LIBS
5129 LIBS="-li386  $LIBS"
5130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h.  */
5132
5133 /* Override any GCC internal prototype to avoid an error.
5134    Use char because int might match the return type of a GCC
5135    builtin and then its argument prototype would still apply.  */
5136 #ifdef __cplusplus
5137 extern "C"
5138 #endif
5139 char i386_set_ldt ();
5140 int
5141 main ()
5142 {
5143 return i386_set_ldt ();
5144   ;
5145   return 0;
5146 }
5147 _ACEOF
5148 if ac_fn_c_try_link "$LINENO"; then :
5149   ac_cv_lib_i386_i386_set_ldt=yes
5150 else
5151   ac_cv_lib_i386_i386_set_ldt=no
5152 fi
5153 rm -f core conftest.err conftest.$ac_objext \
5154     conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5156 fi
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5158 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5159 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5160   cat >>confdefs.h <<_ACEOF
5161 #define HAVE_LIBI386 1
5162 _ACEOF
5163
5164   LIBS="-li386 $LIBS"
5165
5166 fi
5167
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5169 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5170 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5171   $as_echo_n "(cached) " >&6
5172 else
5173   ac_check_lib_save_LIBS=$LIBS
5174 LIBS="-lossaudio  $LIBS"
5175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5176 /* end confdefs.h.  */
5177
5178 /* Override any GCC internal prototype to avoid an error.
5179    Use char because int might match the return type of a GCC
5180    builtin and then its argument prototype would still apply.  */
5181 #ifdef __cplusplus
5182 extern "C"
5183 #endif
5184 char _oss_ioctl ();
5185 int
5186 main ()
5187 {
5188 return _oss_ioctl ();
5189   ;
5190   return 0;
5191 }
5192 _ACEOF
5193 if ac_fn_c_try_link "$LINENO"; then :
5194   ac_cv_lib_ossaudio__oss_ioctl=yes
5195 else
5196   ac_cv_lib_ossaudio__oss_ioctl=no
5197 fi
5198 rm -f core conftest.err conftest.$ac_objext \
5199     conftest$ac_exeext conftest.$ac_ext
5200 LIBS=$ac_check_lib_save_LIBS
5201 fi
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5203 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5204 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5205   cat >>confdefs.h <<_ACEOF
5206 #define HAVE_LIBOSSAUDIO 1
5207 _ACEOF
5208
5209   LIBS="-lossaudio $LIBS"
5210
5211 fi
5212
5213
5214 XLIB=""
5215
5216 OPENGL_LIBS=""
5217
5218
5219
5220 # Check whether --enable-largefile was given.
5221 if test "${enable_largefile+set}" = set; then :
5222   enableval=$enable_largefile;
5223 fi
5224
5225 if test "$enable_largefile" != no; then
5226
5227   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5228 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5229 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5230   $as_echo_n "(cached) " >&6
5231 else
5232   ac_cv_sys_largefile_CC=no
5233      if test "$GCC" != yes; then
5234        ac_save_CC=$CC
5235        while :; do
5236          # IRIX 6.2 and later do not support large files by default,
5237          # so use the C compiler's -n32 option if that helps.
5238          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5239 /* end confdefs.h.  */
5240 #include <sys/types.h>
5241  /* Check that off_t can represent 2**63 - 1 correctly.
5242     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5243     since some C++ compilers masquerading as C compilers
5244     incorrectly reject 9223372036854775807.  */
5245 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5246   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5247                        && LARGE_OFF_T % 2147483647 == 1)
5248                       ? 1 : -1];
5249 int
5250 main ()
5251 {
5252
5253   ;
5254   return 0;
5255 }
5256 _ACEOF
5257          if ac_fn_c_try_compile "$LINENO"; then :
5258   break
5259 fi
5260 rm -f core conftest.err conftest.$ac_objext
5261          CC="$CC -n32"
5262          if ac_fn_c_try_compile "$LINENO"; then :
5263   ac_cv_sys_largefile_CC=' -n32'; break
5264 fi
5265 rm -f core conftest.err conftest.$ac_objext
5266          break
5267        done
5268        CC=$ac_save_CC
5269        rm -f conftest.$ac_ext
5270     fi
5271 fi
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5273 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5274   if test "$ac_cv_sys_largefile_CC" != no; then
5275     CC=$CC$ac_cv_sys_largefile_CC
5276   fi
5277
5278   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5279 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5280 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5281   $as_echo_n "(cached) " >&6
5282 else
5283   while :; do
5284   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5285 /* end confdefs.h.  */
5286 #include <sys/types.h>
5287  /* Check that off_t can represent 2**63 - 1 correctly.
5288     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5289     since some C++ compilers masquerading as C compilers
5290     incorrectly reject 9223372036854775807.  */
5291 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5292   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5293                        && LARGE_OFF_T % 2147483647 == 1)
5294                       ? 1 : -1];
5295 int
5296 main ()
5297 {
5298
5299   ;
5300   return 0;
5301 }
5302 _ACEOF
5303 if ac_fn_c_try_compile "$LINENO"; then :
5304   ac_cv_sys_file_offset_bits=no; break
5305 fi
5306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308 /* end confdefs.h.  */
5309 #define _FILE_OFFSET_BITS 64
5310 #include <sys/types.h>
5311  /* Check that off_t can represent 2**63 - 1 correctly.
5312     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5313     since some C++ compilers masquerading as C compilers
5314     incorrectly reject 9223372036854775807.  */
5315 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5316   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5317                        && LARGE_OFF_T % 2147483647 == 1)
5318                       ? 1 : -1];
5319 int
5320 main ()
5321 {
5322
5323   ;
5324   return 0;
5325 }
5326 _ACEOF
5327 if ac_fn_c_try_compile "$LINENO"; then :
5328   ac_cv_sys_file_offset_bits=64; break
5329 fi
5330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5331   ac_cv_sys_file_offset_bits=unknown
5332   break
5333 done
5334 fi
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5336 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5337 case $ac_cv_sys_file_offset_bits in #(
5338   no | unknown) ;;
5339   *)
5340 cat >>confdefs.h <<_ACEOF
5341 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5342 _ACEOF
5343 ;;
5344 esac
5345 rm -rf conftest*
5346   if test $ac_cv_sys_file_offset_bits = unknown; then
5347     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5348 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5349 if test "${ac_cv_sys_large_files+set}" = set; then :
5350   $as_echo_n "(cached) " >&6
5351 else
5352   while :; do
5353   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h.  */
5355 #include <sys/types.h>
5356  /* Check that off_t can represent 2**63 - 1 correctly.
5357     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358     since some C++ compilers masquerading as C compilers
5359     incorrectly reject 9223372036854775807.  */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362                        && LARGE_OFF_T % 2147483647 == 1)
5363                       ? 1 : -1];
5364 int
5365 main ()
5366 {
5367
5368   ;
5369   return 0;
5370 }
5371 _ACEOF
5372 if ac_fn_c_try_compile "$LINENO"; then :
5373   ac_cv_sys_large_files=no; break
5374 fi
5375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5376   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377 /* end confdefs.h.  */
5378 #define _LARGE_FILES 1
5379 #include <sys/types.h>
5380  /* Check that off_t can represent 2**63 - 1 correctly.
5381     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5382     since some C++ compilers masquerading as C compilers
5383     incorrectly reject 9223372036854775807.  */
5384 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5385   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5386                        && LARGE_OFF_T % 2147483647 == 1)
5387                       ? 1 : -1];
5388 int
5389 main ()
5390 {
5391
5392   ;
5393   return 0;
5394 }
5395 _ACEOF
5396 if ac_fn_c_try_compile "$LINENO"; then :
5397   ac_cv_sys_large_files=1; break
5398 fi
5399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5400   ac_cv_sys_large_files=unknown
5401   break
5402 done
5403 fi
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5405 $as_echo "$ac_cv_sys_large_files" >&6; }
5406 case $ac_cv_sys_large_files in #(
5407   no | unknown) ;;
5408   *)
5409 cat >>confdefs.h <<_ACEOF
5410 #define _LARGE_FILES $ac_cv_sys_large_files
5411 _ACEOF
5412 ;;
5413 esac
5414 rm -rf conftest*
5415   fi
5416 fi
5417
5418
5419 ac_ext=c
5420 ac_cpp='$CPP $CPPFLAGS'
5421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5425 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5426 # On Suns, sometimes $CPP names a directory.
5427 if test -n "$CPP" && test -d "$CPP"; then
5428   CPP=
5429 fi
5430 if test -z "$CPP"; then
5431   if test "${ac_cv_prog_CPP+set}" = set; then :
5432   $as_echo_n "(cached) " >&6
5433 else
5434       # Double quotes because CPP needs to be expanded
5435     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5436     do
5437       ac_preproc_ok=false
5438 for ac_c_preproc_warn_flag in '' yes
5439 do
5440   # Use a header file that comes with gcc, so configuring glibc
5441   # with a fresh cross-compiler works.
5442   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5443   # <limits.h> exists even on freestanding compilers.
5444   # On the NeXT, cc -E runs the code through the compiler's parser,
5445   # not just through cpp. "Syntax error" is here to catch this case.
5446   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5447 /* end confdefs.h.  */
5448 #ifdef __STDC__
5449 # include <limits.h>
5450 #else
5451 # include <assert.h>
5452 #endif
5453                      Syntax error
5454 _ACEOF
5455 if ac_fn_c_try_cpp "$LINENO"; then :
5456
5457 else
5458   # Broken: fails on valid input.
5459 continue
5460 fi
5461 rm -f conftest.err conftest.$ac_ext
5462
5463   # OK, works on sane cases.  Now check whether nonexistent headers
5464   # can be detected and how.
5465   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5466 /* end confdefs.h.  */
5467 #include <ac_nonexistent.h>
5468 _ACEOF
5469 if ac_fn_c_try_cpp "$LINENO"; then :
5470   # Broken: success on invalid input.
5471 continue
5472 else
5473   # Passes both tests.
5474 ac_preproc_ok=:
5475 break
5476 fi
5477 rm -f conftest.err conftest.$ac_ext
5478
5479 done
5480 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5481 rm -f conftest.err conftest.$ac_ext
5482 if $ac_preproc_ok; then :
5483   break
5484 fi
5485
5486     done
5487     ac_cv_prog_CPP=$CPP
5488
5489 fi
5490   CPP=$ac_cv_prog_CPP
5491 else
5492   ac_cv_prog_CPP=$CPP
5493 fi
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5495 $as_echo "$CPP" >&6; }
5496 ac_preproc_ok=false
5497 for ac_c_preproc_warn_flag in '' yes
5498 do
5499   # Use a header file that comes with gcc, so configuring glibc
5500   # with a fresh cross-compiler works.
5501   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5502   # <limits.h> exists even on freestanding compilers.
5503   # On the NeXT, cc -E runs the code through the compiler's parser,
5504   # not just through cpp. "Syntax error" is here to catch this case.
5505   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5506 /* end confdefs.h.  */
5507 #ifdef __STDC__
5508 # include <limits.h>
5509 #else
5510 # include <assert.h>
5511 #endif
5512                      Syntax error
5513 _ACEOF
5514 if ac_fn_c_try_cpp "$LINENO"; then :
5515
5516 else
5517   # Broken: fails on valid input.
5518 continue
5519 fi
5520 rm -f conftest.err conftest.$ac_ext
5521
5522   # OK, works on sane cases.  Now check whether nonexistent headers
5523   # can be detected and how.
5524   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5525 /* end confdefs.h.  */
5526 #include <ac_nonexistent.h>
5527 _ACEOF
5528 if ac_fn_c_try_cpp "$LINENO"; then :
5529   # Broken: success on invalid input.
5530 continue
5531 else
5532   # Passes both tests.
5533 ac_preproc_ok=:
5534 break
5535 fi
5536 rm -f conftest.err conftest.$ac_ext
5537
5538 done
5539 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5540 rm -f conftest.err conftest.$ac_ext
5541 if $ac_preproc_ok; then :
5542
5543 else
5544   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5546 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5547 See \`config.log' for more details." "$LINENO" 5; }
5548 fi
5549
5550 ac_ext=c
5551 ac_cpp='$CPP $CPPFLAGS'
5552 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5553 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5554 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5555
5556
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5558 $as_echo_n "checking for ANSI C header files... " >&6; }
5559 if test "${ac_cv_header_stdc+set}" = set; then :
5560   $as_echo_n "(cached) " >&6
5561 else
5562   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h.  */
5564 #include <stdlib.h>
5565 #include <stdarg.h>
5566 #include <string.h>
5567 #include <float.h>
5568
5569 int
5570 main ()
5571 {
5572
5573   ;
5574   return 0;
5575 }
5576 _ACEOF
5577 if ac_fn_c_try_compile "$LINENO"; then :
5578   ac_cv_header_stdc=yes
5579 else
5580   ac_cv_header_stdc=no
5581 fi
5582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5583
5584 if test $ac_cv_header_stdc = yes; then
5585   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h.  */
5588 #include <string.h>
5589
5590 _ACEOF
5591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5592   $EGREP "memchr" >/dev/null 2>&1; then :
5593
5594 else
5595   ac_cv_header_stdc=no
5596 fi
5597 rm -f conftest*
5598
5599 fi
5600
5601 if test $ac_cv_header_stdc = yes; then
5602   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5603   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5604 /* end confdefs.h.  */
5605 #include <stdlib.h>
5606
5607 _ACEOF
5608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5609   $EGREP "free" >/dev/null 2>&1; then :
5610
5611 else
5612   ac_cv_header_stdc=no
5613 fi
5614 rm -f conftest*
5615
5616 fi
5617
5618 if test $ac_cv_header_stdc = yes; then
5619   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5620   if test "$cross_compiling" = yes; then :
5621   :
5622 else
5623   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5624 /* end confdefs.h.  */
5625 #include <ctype.h>
5626 #include <stdlib.h>
5627 #if ((' ' & 0x0FF) == 0x020)
5628 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5629 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5630 #else
5631 # define ISLOWER(c) \
5632                    (('a' <= (c) && (c) <= 'i') \
5633                      || ('j' <= (c) && (c) <= 'r') \
5634                      || ('s' <= (c) && (c) <= 'z'))
5635 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5636 #endif
5637
5638 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5639 int
5640 main ()
5641 {
5642   int i;
5643   for (i = 0; i < 256; i++)
5644     if (XOR (islower (i), ISLOWER (i))
5645         || toupper (i) != TOUPPER (i))
5646       return 2;
5647   return 0;
5648 }
5649 _ACEOF
5650 if ac_fn_c_try_run "$LINENO"; then :
5651
5652 else
5653   ac_cv_header_stdc=no
5654 fi
5655 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5656   conftest.$ac_objext conftest.beam conftest.$ac_ext
5657 fi
5658
5659 fi
5660 fi
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5662 $as_echo "$ac_cv_header_stdc" >&6; }
5663 if test $ac_cv_header_stdc = yes; then
5664
5665 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5666
5667 fi
5668
5669 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5670 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5671                   inttypes.h stdint.h unistd.h
5672 do :
5673   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5674 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5675 "
5676 eval as_val=\$$as_ac_Header
5677    if test "x$as_val" = x""yes; then :
5678   cat >>confdefs.h <<_ACEOF
5679 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5680 _ACEOF
5681
5682 fi
5683
5684 done
5685
5686
5687 for ac_header in \
5688         AL/al.h \
5689         AudioUnit/AudioUnit.h \
5690         Carbon/Carbon.h \
5691         CoreAudio/CoreAudio.h \
5692         DiskArbitration/DiskArbitration.h \
5693         IOKit/IOKitLib.h \
5694         IOKit/hid/IOHIDLib.h \
5695         OpenAL/al.h \
5696         alias.h \
5697         alsa/asoundlib.h \
5698         arpa/inet.h \
5699         arpa/nameser.h \
5700         asm/types.h \
5701         capi20.h \
5702         curses.h \
5703         direct.h \
5704         dirent.h \
5705         dlfcn.h \
5706         elf.h \
5707         float.h \
5708         fnmatch.h \
5709         fontconfig/fontconfig.h \
5710         getopt.h \
5711         grp.h \
5712         gsm.h \
5713         gsm/gsm.h \
5714         ieeefp.h \
5715         inet/mib2.h \
5716         io.h \
5717         jack/jack.h \
5718         jpeglib.h \
5719         kstat.h \
5720         lber.h \
5721         lcms.h \
5722         lcms/lcms.h \
5723         ldap.h \
5724         libaudioio.h \
5725         link.h \
5726         linux/cdrom.h \
5727         linux/compiler.h \
5728         linux/hdreg.h \
5729         linux/input.h \
5730         linux/ioctl.h \
5731         linux/joystick.h \
5732         linux/major.h \
5733         linux/param.h \
5734         linux/serial.h \
5735         linux/types.h \
5736         linux/ucdrom.h \
5737         mach-o/nlist.h \
5738         mach/mach.h \
5739         mach/machine.h \
5740         machine/cpu.h \
5741         machine/limits.h \
5742         machine/soundcard.h \
5743         mntent.h \
5744         mpg123.h \
5745         ncurses.h \
5746         netdb.h \
5747         netinet/in.h \
5748         netinet/in_systm.h \
5749         netinet/tcp.h \
5750         netinet/tcp_fsm.h \
5751         openssl/err.h \
5752         openssl/ssl.h \
5753         png.h \
5754         poll.h \
5755         port.h \
5756         process.h \
5757         pthread.h \
5758         pwd.h \
5759         regex.h \
5760         sched.h \
5761         scsi/scsi.h \
5762         scsi/scsi_ioctl.h \
5763         scsi/sg.h \
5764         soundcard.h \
5765         stdbool.h \
5766         stdint.h \
5767         strings.h \
5768         stropts.h \
5769         sys/asoundlib.h \
5770         sys/cdio.h \
5771         sys/elf32.h \
5772         sys/epoll.h \
5773         sys/errno.h \
5774         sys/event.h \
5775         sys/exec_elf.h \
5776         sys/filio.h \
5777         sys/inotify.h \
5778         sys/ioctl.h \
5779         sys/ipc.h \
5780         sys/limits.h \
5781         sys/link.h \
5782         sys/mman.h \
5783         sys/modem.h \
5784         sys/msg.h \
5785         sys/mtio.h \
5786         sys/param.h \
5787         sys/poll.h \
5788         sys/prctl.h \
5789         sys/protosw.h \
5790         sys/ptrace.h \
5791         sys/resource.h \
5792         sys/scsiio.h \
5793         sys/shm.h \
5794         sys/signal.h \
5795         sys/socket.h \
5796         sys/socketvar.h \
5797         sys/sockio.h \
5798         sys/soundcard.h \
5799         sys/statvfs.h \
5800         sys/strtio.h \
5801         sys/syscall.h \
5802         sys/tihdr.h \
5803         sys/time.h \
5804         sys/timeout.h \
5805         sys/times.h \
5806         sys/uio.h \
5807         sys/un.h \
5808         sys/utsname.h \
5809         sys/vm86.h \
5810         sys/wait.h \
5811         syscall.h \
5812         termios.h \
5813         unistd.h \
5814         utime.h \
5815         valgrind/memcheck.h \
5816         valgrind/valgrind.h \
5817         zlib.h
5818
5819 do :
5820   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5821 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5822 eval as_val=\$$as_ac_Header
5823    if test "x$as_val" = x""yes; then :
5824   cat >>confdefs.h <<_ACEOF
5825 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5826 _ACEOF
5827
5828 fi
5829
5830 done
5831
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5833 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5834 if test "${ac_cv_header_stat_broken+set}" = set; then :
5835   $as_echo_n "(cached) " >&6
5836 else
5837   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5838 /* end confdefs.h.  */
5839 #include <sys/types.h>
5840 #include <sys/stat.h>
5841
5842 #if defined S_ISBLK && defined S_IFDIR
5843 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5844 #endif
5845
5846 #if defined S_ISBLK && defined S_IFCHR
5847 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5848 #endif
5849
5850 #if defined S_ISLNK && defined S_IFREG
5851 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5852 #endif
5853
5854 #if defined S_ISSOCK && defined S_IFREG
5855 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5856 #endif
5857
5858 _ACEOF
5859 if ac_fn_c_try_compile "$LINENO"; then :
5860   ac_cv_header_stat_broken=no
5861 else
5862   ac_cv_header_stat_broken=yes
5863 fi
5864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5865 fi
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5867 $as_echo "$ac_cv_header_stat_broken" >&6; }
5868 if test $ac_cv_header_stat_broken = yes; then
5869
5870 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5871
5872 fi
5873
5874
5875
5876 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5877 do :
5878   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5879 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5880      #ifdef HAVE_SYS_PARAM_H
5881      # include <sys/param.h>
5882      #endif
5883 "
5884 eval as_val=\$$as_ac_Header
5885    if test "x$as_val" = x""yes; then :
5886   cat >>confdefs.h <<_ACEOF
5887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5888 _ACEOF
5889
5890 fi
5891
5892 done
5893
5894
5895 for ac_header in \
5896         netinet/ip.h \
5897         net/if.h \
5898         net/if_arp.h \
5899         net/if_dl.h \
5900         net/if_types.h \
5901         net/route.h \
5902         netinet/if_ether.h \
5903         netinet/if_inarp.h \
5904         netinet/in_pcb.h \
5905         netinet/ip_icmp.h \
5906         netinet/ip_var.h \
5907         netinet/udp.h \
5908         netipx/ipx.h \
5909
5910 do :
5911   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5912 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5913      #ifdef HAVE_SYS_SOCKET_H
5914      # include <sys/socket.h>
5915      #endif
5916      #ifdef HAVE_SYS_SOCKETVAR_H
5917      # include <sys/socketvar.h>
5918      #endif
5919      #ifdef HAVE_NET_ROUTE_H
5920      # include <net/route.h>
5921      #endif
5922      #ifdef HAVE_NETINET_IN_H
5923      # include <netinet/in.h>
5924      #endif
5925      #ifdef HAVE_NETINET_IN_SYSTM_H
5926      # include <netinet/in_systm.h>
5927      #endif
5928      #ifdef HAVE_NET_IF_H
5929      # include <net/if.h>
5930      #endif
5931      #ifdef HAVE_NETINET_IP_H
5932      # include <netinet/ip.h>
5933      #endif
5934 "
5935 eval as_val=\$$as_ac_Header
5936    if test "x$as_val" = x""yes; then :
5937   cat >>confdefs.h <<_ACEOF
5938 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5939 _ACEOF
5940
5941 fi
5942
5943 done
5944
5945
5946 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5947 do :
5948   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5949 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5950      #ifdef HAVE_ALIAS_H
5951      # include <alias.h>
5952      #endif
5953      #ifdef HAVE_SYS_SOCKET_H
5954      # include <sys/socket.h>
5955      #endif
5956      #ifdef HAVE_SYS_SOCKETVAR_H
5957      # include <sys/socketvar.h>
5958      #endif
5959      #ifdef HAVE_SYS_TIMEOUT_H
5960      # include <sys/timeout.h>
5961      #endif
5962      #ifdef HAVE_NETINET_IN_H
5963      # include <netinet/in.h>
5964      #endif
5965      #ifdef HAVE_NETINET_IN_SYSTM_H
5966      # include <netinet/in_systm.h>
5967      #endif
5968      #ifdef HAVE_NETINET_IP_H
5969      # include <netinet/ip.h>
5970      #endif
5971      #ifdef HAVE_NETINET_IP_VAR_H
5972      # include <netinet/ip_var.h>
5973      #endif
5974      #ifdef HAVE_NETINET_IP_ICMP_H
5975      # include <netinet/ip_icmp.h>
5976      #endif
5977      #ifdef HAVE_NETINET_UDP_H
5978      # include <netinet/udp.h>
5979      #endif
5980      #ifdef HAVE_NETINET_TCP_H
5981      # include <netinet/tcp.h>
5982      #endif
5983      #ifdef HAVE_NETINET_TCP_TIMER_H
5984      #include <netinet/tcp_timer.h>
5985      #endif
5986 "
5987 eval as_val=\$$as_ac_Header
5988    if test "x$as_val" = x""yes; then :
5989   cat >>confdefs.h <<_ACEOF
5990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5991 _ACEOF
5992
5993 fi
5994
5995 done
5996
5997
5998 for ac_header in linux/ipx.h linux/irda.h
5999 do :
6000   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6001 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6002      #ifdef HAVE_ASM_TYPES_H
6003      # include <asm/types.h>
6004      #endif
6005      #ifdef HAVE_SYS_SOCKET_H
6006      # include <sys/socket.h>
6007      #endif
6008      #ifdef HAVE_LINUX_TYPES_H
6009      # include <linux/types.h>
6010      #endif
6011 "
6012 eval as_val=\$$as_ac_Header
6013    if test "x$as_val" = x""yes; then :
6014   cat >>confdefs.h <<_ACEOF
6015 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6016 _ACEOF
6017
6018 fi
6019
6020 done
6021
6022
6023 for ac_header in mach-o/dyld_images.h
6024 do :
6025   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6026      # include <stdbool.h>
6027      #endif
6028      #ifdef HAVE_STDINT_H
6029      # include <stdint.h>
6030      #endif
6031 "
6032 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6033   cat >>confdefs.h <<_ACEOF
6034 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6035 _ACEOF
6036
6037 fi
6038
6039 done
6040
6041
6042 for ac_header in resolv.h
6043 do :
6044   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6045      #ifdef HAVE_SYS_SOCKET_H
6046      # include <sys/socket.h>
6047      #endif
6048      #ifdef HAVE_NETINET_IN_H
6049      # include <netinet/in.h>
6050      #endif
6051      #ifdef HAVE_ARPA_NAMESER_H
6052      # include <arpa/nameser.h>
6053      #endif
6054 "
6055 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6056   cat >>confdefs.h <<_ACEOF
6057 #define HAVE_RESOLV_H 1
6058 _ACEOF
6059
6060 fi
6061
6062 done
6063
6064
6065 for ac_header in ucontext.h
6066 do :
6067   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6068 "
6069 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6070   cat >>confdefs.h <<_ACEOF
6071 #define HAVE_UCONTEXT_H 1
6072 _ACEOF
6073
6074 fi
6075
6076 done
6077
6078
6079 for ac_header in sys/thr.h
6080 do :
6081   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6082 #ifdef HAVE_UCONTEXT_H
6083 #include <ucontext.h>
6084 #endif
6085 "
6086 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6087   cat >>confdefs.h <<_ACEOF
6088 #define HAVE_SYS_THR_H 1
6089 _ACEOF
6090
6091 fi
6092
6093 done
6094
6095
6096 for ac_header in pthread_np.h
6097 do :
6098   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6099 #include <pthread.h>
6100 #endif
6101 "
6102 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6103   cat >>confdefs.h <<_ACEOF
6104 #define HAVE_PTHREAD_NP_H 1
6105 _ACEOF
6106
6107 fi
6108
6109 done
6110
6111
6112 for ac_header in linux/videodev.h
6113 do :
6114   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6115 #include <sys/time.h>
6116 #endif
6117 #include <sys/types.h>
6118 #ifdef HAVE_ASM_TYPES_H
6119 #include <asm/types.h>
6120 #endif
6121 "
6122 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6123   cat >>confdefs.h <<_ACEOF
6124 #define HAVE_LINUX_VIDEODEV_H 1
6125 _ACEOF
6126
6127 fi
6128
6129 done
6130
6131
6132 for ac_header in linux/capi.h
6133 do :
6134   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6135 "
6136 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6137   cat >>confdefs.h <<_ACEOF
6138 #define HAVE_LINUX_CAPI_H 1
6139 _ACEOF
6140
6141 fi
6142
6143 done
6144
6145
6146
6147 DLLEXT=""
6148
6149 DLLFLAGS="-D_REENTRANT"
6150
6151 LDSHARED=""
6152
6153 LDDLLFLAGS=""
6154
6155 LIBEXT="so"
6156
6157 IMPLIBEXT="def"
6158
6159 LDRPATH_INSTALL=""
6160
6161 LDRPATH_LOCAL=""
6162
6163 STATIC_IMPLIBEXT="def.a"
6164 # Extract the first word of "ldd", so it can be a program name with args.
6165 set dummy ldd; ac_word=$2
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167 $as_echo_n "checking for $ac_word... " >&6; }
6168 if test "${ac_cv_path_LDD+set}" = set; then :
6169   $as_echo_n "(cached) " >&6
6170 else
6171   case $LDD in
6172   [\\/]* | ?:[\\/]*)
6173   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6174   ;;
6175   *)
6176   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6177 as_dummy="/sbin:/usr/sbin:$PATH"
6178 for as_dir in $as_dummy
6179 do
6180   IFS=$as_save_IFS
6181   test -z "$as_dir" && as_dir=.
6182     for ac_exec_ext in '' $ac_executable_extensions; do
6183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6184     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6185     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6186     break 2
6187   fi
6188 done
6189   done
6190 IFS=$as_save_IFS
6191
6192   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6193   ;;
6194 esac
6195 fi
6196 LDD=$ac_cv_path_LDD
6197 if test -n "$LDD"; then
6198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6199 $as_echo "$LDD" >&6; }
6200 else
6201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6202 $as_echo "no" >&6; }
6203 fi
6204
6205
6206
6207 case $host_os in
6208   cygwin*|mingw32*)
6209     if test -n "$ac_tool_prefix"; then
6210   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6211 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6213 $as_echo_n "checking for $ac_word... " >&6; }
6214 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6215   $as_echo_n "(cached) " >&6
6216 else
6217   if test -n "$DLLTOOL"; then
6218   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6219 else
6220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221 for as_dir in $PATH
6222 do
6223   IFS=$as_save_IFS
6224   test -z "$as_dir" && as_dir=.
6225     for ac_exec_ext in '' $ac_executable_extensions; do
6226   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6228     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6229     break 2
6230   fi
6231 done
6232   done
6233 IFS=$as_save_IFS
6234
6235 fi
6236 fi
6237 DLLTOOL=$ac_cv_prog_DLLTOOL
6238 if test -n "$DLLTOOL"; then
6239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6240 $as_echo "$DLLTOOL" >&6; }
6241 else
6242   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6243 $as_echo "no" >&6; }
6244 fi
6245
6246
6247 fi
6248 if test -z "$ac_cv_prog_DLLTOOL"; then
6249   ac_ct_DLLTOOL=$DLLTOOL
6250   # Extract the first word of "dlltool", so it can be a program name with args.
6251 set dummy dlltool; ac_word=$2
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6253 $as_echo_n "checking for $ac_word... " >&6; }
6254 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6255   $as_echo_n "(cached) " >&6
6256 else
6257   if test -n "$ac_ct_DLLTOOL"; then
6258   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6259 else
6260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6261 for as_dir in $PATH
6262 do
6263   IFS=$as_save_IFS
6264   test -z "$as_dir" && as_dir=.
6265     for ac_exec_ext in '' $ac_executable_extensions; do
6266   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6267     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6268     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6269     break 2
6270   fi
6271 done
6272   done
6273 IFS=$as_save_IFS
6274
6275 fi
6276 fi
6277 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6278 if test -n "$ac_ct_DLLTOOL"; then
6279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6280 $as_echo "$ac_ct_DLLTOOL" >&6; }
6281 else
6282   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6283 $as_echo "no" >&6; }
6284 fi
6285
6286   if test "x$ac_ct_DLLTOOL" = x; then
6287     DLLTOOL="false"
6288   else
6289     case $cross_compiling:$ac_tool_warned in
6290 yes:)
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6293 ac_tool_warned=yes ;;
6294 esac
6295     DLLTOOL=$ac_ct_DLLTOOL
6296   fi
6297 else
6298   DLLTOOL="$ac_cv_prog_DLLTOOL"
6299 fi
6300
6301     if test -n "$ac_tool_prefix"; then
6302   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6303 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6305 $as_echo_n "checking for $ac_word... " >&6; }
6306 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6307   $as_echo_n "(cached) " >&6
6308 else
6309   if test -n "$DLLWRAP"; then
6310   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6311 else
6312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 for as_dir in $PATH
6314 do
6315   IFS=$as_save_IFS
6316   test -z "$as_dir" && as_dir=.
6317     for ac_exec_ext in '' $ac_executable_extensions; do
6318   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6319     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6320     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6321     break 2
6322   fi
6323 done
6324   done
6325 IFS=$as_save_IFS
6326
6327 fi
6328 fi
6329 DLLWRAP=$ac_cv_prog_DLLWRAP
6330 if test -n "$DLLWRAP"; then
6331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6332 $as_echo "$DLLWRAP" >&6; }
6333 else
6334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335 $as_echo "no" >&6; }
6336 fi
6337
6338
6339 fi
6340 if test -z "$ac_cv_prog_DLLWRAP"; then
6341   ac_ct_DLLWRAP=$DLLWRAP
6342   # Extract the first word of "dllwrap", so it can be a program name with args.
6343 set dummy dllwrap; ac_word=$2
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6345 $as_echo_n "checking for $ac_word... " >&6; }
6346 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6347   $as_echo_n "(cached) " >&6
6348 else
6349   if test -n "$ac_ct_DLLWRAP"; then
6350   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6351 else
6352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6353 for as_dir in $PATH
6354 do
6355   IFS=$as_save_IFS
6356   test -z "$as_dir" && as_dir=.
6357     for ac_exec_ext in '' $ac_executable_extensions; do
6358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6359     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6360     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6361     break 2
6362   fi
6363 done
6364   done
6365 IFS=$as_save_IFS
6366
6367 fi
6368 fi
6369 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6370 if test -n "$ac_ct_DLLWRAP"; then
6371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6372 $as_echo "$ac_ct_DLLWRAP" >&6; }
6373 else
6374   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6375 $as_echo "no" >&6; }
6376 fi
6377
6378   if test "x$ac_ct_DLLWRAP" = x; then
6379     DLLWRAP="false"
6380   else
6381     case $cross_compiling:$ac_tool_warned in
6382 yes:)
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6385 ac_tool_warned=yes ;;
6386 esac
6387     DLLWRAP=$ac_ct_DLLWRAP
6388   fi
6389 else
6390   DLLWRAP="$ac_cv_prog_DLLWRAP"
6391 fi
6392
6393     if test "$DLLWRAP" = "false"; then
6394       LIBEXT="a"
6395     else
6396             LIBEXT="dll"
6397     fi
6398     IMPLIBEXT="a"
6399     STATIC_IMPLIBEXT="a"
6400         enable_iphlpapi=${enable_iphlpapi:-no}
6401     enable_kernel32=${enable_kernel32:-no}
6402     enable_msvcrt=${enable_msvcrt:-no}
6403     enable_ntdll=${enable_ntdll:-no}
6404     enable_ws2_32=${enable_ws2_32:-no}
6405     enable_loader=${enable_loader:-no}
6406     enable_server=${enable_server:-no}
6407         with_x=${with_x:-no}
6408     with_pthread=${with_pthread:-no}
6409     ;;
6410   darwin*|macosx*)
6411     DLLEXT=".so"
6412     LIBEXT="dylib"
6413     DLLFLAGS="$DLLFLAGS -fPIC"
6414     LDDLLFLAGS="-bundle -multiply_defined suppress"
6415     LIBWINE_LDFLAGS="-multiply_defined suppress"
6416     LDSHARED="\$(CC) -dynamiclib"
6417     STRIP="$STRIP -x"
6418     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6419         SECURITYLIB="-framework Security -framework CoreFoundation"
6420
6421     COREFOUNDATIONLIB="-framework CoreFoundation"
6422
6423     IOKITLIB="-framework IOKit -framework CoreFoundation"
6424
6425     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6426
6427     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6428     then
6429                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6430
6431     fi
6432     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6433     then
6434                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6435
6436     fi
6437     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6438     then
6439         LIBOPENAL="-framework OpenAL"
6440
6441         ac_cv_lib_openal_alGetSource3i=yes
6442     fi
6443     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6444     then
6445         ac_save_LIBS="$LIBS"
6446         LIBS="$LIBS $IOKITLIB"
6447         for ac_func in IOHIDManagerCreate
6448 do :
6449   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6450 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6451   cat >>confdefs.h <<_ACEOF
6452 #define HAVE_IOHIDMANAGERCREATE 1
6453 _ACEOF
6454
6455 fi
6456 done
6457
6458         LIBS="$ac_save_LIBS"
6459     fi
6460     case $host_cpu in
6461       *powerpc*)
6462         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6463     esac
6464         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6465     then
6466         CARBONLIB="-framework Carbon"
6467
6468         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6469     fi
6470         if test "x$enable_win16" = "xyes"
6471     then
6472         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6473 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6474         if test "$cross_compiling" = yes; then :
6475   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6476 $as_echo "cross-compiling, assuming yes" >&6; }
6477 else
6478   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6479 /* end confdefs.h.  */
6480 asm(".text\n"
6481                                             "bad:\tnop;nop\n"
6482                                             "good:\tnop;nop\n\t"
6483                                             ".globl _testfunc\n"
6484                                             "_testfunc:\tcallw good");
6485                                         extern void testfunc();
6486 int
6487 main ()
6488 {
6489 unsigned short *p = (unsigned short *)testfunc;
6490                                         return p[0] != 0xe866 || p[1] != 0xfffa
6491   ;
6492   return 0;
6493 }
6494 _ACEOF
6495 if ac_fn_c_try_run "$LINENO"; then :
6496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6497 $as_echo "yes" >&6; }
6498 else
6499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500 $as_echo "no" >&6; }
6501                                        as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6502 fi
6503 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6504   conftest.$ac_objext conftest.beam conftest.$ac_ext
6505 fi
6506
6507     fi
6508     ;;
6509   *)
6510     DLLFLAGS="$DLLFLAGS -fPIC"
6511     DLLEXT=".so"
6512     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6513 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6514 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6515   $as_echo_n "(cached) " >&6
6516 else
6517   ac_wine_try_cflags_saved=$CFLAGS
6518 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6520 /* end confdefs.h.  */
6521 void myfunc() {}
6522 _ACEOF
6523 if ac_fn_c_try_link "$LINENO"; then :
6524   ac_cv_c_dll_gnuelf="yes"
6525 else
6526   ac_cv_c_dll_gnuelf="no"
6527 fi
6528 rm -f core conftest.err conftest.$ac_objext \
6529     conftest$ac_exeext conftest.$ac_ext
6530 CFLAGS=$ac_wine_try_cflags_saved
6531 fi
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6533 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6534     if test "$ac_cv_c_dll_gnuelf" = "yes"
6535     then
6536       LDSHARED="\$(CC) -shared"
6537       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6538       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6539 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6540 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6541   $as_echo_n "(cached) " >&6
6542 else
6543   ac_wine_try_cflags_saved=$CFLAGS
6544 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6546 /* end confdefs.h.  */
6547 int main(int argc, char *argv) { return 0; }
6548 _ACEOF
6549 if ac_fn_c_try_link "$LINENO"; then :
6550   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6551 else
6552   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6553 fi
6554 rm -f core conftest.err conftest.$ac_objext \
6555     conftest$ac_exeext conftest.$ac_ext
6556 CFLAGS=$ac_wine_try_cflags_saved
6557 fi
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6559 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6560 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6561   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6562 else
6563   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6564 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6565 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6566   $as_echo_n "(cached) " >&6
6567 else
6568   ac_wine_try_cflags_saved=$CFLAGS
6569 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h.  */
6572 int main(int argc, char *argv) { return 0; }
6573 _ACEOF
6574 if ac_fn_c_try_link "$LINENO"; then :
6575   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6576 else
6577   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6578 fi
6579 rm -f core conftest.err conftest.$ac_objext \
6580     conftest$ac_exeext conftest.$ac_ext
6581 CFLAGS=$ac_wine_try_cflags_saved
6582 fi
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6584 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6585 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6586   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6587 fi
6588 fi
6589
6590       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6591 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6592 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6593   $as_echo_n "(cached) " >&6
6594 else
6595   ac_wine_try_cflags_saved=$CFLAGS
6596 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6598 /* end confdefs.h.  */
6599 int main(int argc, char *argv) { return 0; }
6600 _ACEOF
6601 if ac_fn_c_try_link "$LINENO"; then :
6602   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6603 else
6604   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6605 fi
6606 rm -f core conftest.err conftest.$ac_objext \
6607     conftest$ac_exeext conftest.$ac_ext
6608 CFLAGS=$ac_wine_try_cflags_saved
6609 fi
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6611 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6612 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6613   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6614 fi
6615
6616       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6617 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6618 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6619   $as_echo_n "(cached) " >&6
6620 else
6621   ac_wine_try_cflags_saved=$CFLAGS
6622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6624 /* end confdefs.h.  */
6625 int main(int argc, char *argv) { return 0; }
6626 _ACEOF
6627 if ac_fn_c_try_link "$LINENO"; then :
6628   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6629 else
6630   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6631 fi
6632 rm -f core conftest.err conftest.$ac_objext \
6633     conftest$ac_exeext conftest.$ac_ext
6634 CFLAGS=$ac_wine_try_cflags_saved
6635 fi
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6637 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6638 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6639   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6640 fi
6641
6642       echo '{ global: *; };' >conftest.map
6643       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6644 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6645 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6646   $as_echo_n "(cached) " >&6
6647 else
6648   ac_wine_try_cflags_saved=$CFLAGS
6649 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h.  */
6652 int main(int argc, char *argv) { return 0; }
6653 _ACEOF
6654 if ac_fn_c_try_link "$LINENO"; then :
6655   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6656 else
6657   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6658 fi
6659 rm -f core conftest.err conftest.$ac_objext \
6660     conftest$ac_exeext conftest.$ac_ext
6661 CFLAGS=$ac_wine_try_cflags_saved
6662 fi
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6664 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6665 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6666   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6667 fi
6668       rm -f conftest.map
6669
6670       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6673   $as_echo_n "(cached) " >&6
6674 else
6675   ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h.  */
6679 int main(int argc, char *argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6683 else
6684   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6685 fi
6686 rm -f core conftest.err conftest.$ac_objext \
6687     conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6689 fi
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6692 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6693   LDEXECFLAGS="-Wl,--export-dynamic"
6694
6695 fi
6696
6697       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6699 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6700 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6701   $as_echo_n "(cached) " >&6
6702 else
6703   ac_wine_try_cflags_saved=$CFLAGS
6704 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6706 /* end confdefs.h.  */
6707 int main(int argc, char *argv) { return 0; }
6708 _ACEOF
6709 if ac_fn_c_try_link "$LINENO"; then :
6710   eval "$as_ac_var=yes"
6711 else
6712   eval "$as_ac_var=no"
6713 fi
6714 rm -f core conftest.err conftest.$ac_objext \
6715     conftest$ac_exeext conftest.$ac_ext
6716 CFLAGS=$ac_wine_try_cflags_saved
6717 fi
6718 eval ac_res=\$$as_ac_var
6719                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6720 $as_echo "$ac_res" >&6; }
6721 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6722   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6723                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6724 else
6725   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6727 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6728 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6729   $as_echo_n "(cached) " >&6
6730 else
6731   ac_wine_try_cflags_saved=$CFLAGS
6732 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6734 /* end confdefs.h.  */
6735 int main(int argc, char *argv) { return 0; }
6736 _ACEOF
6737 if ac_fn_c_try_link "$LINENO"; then :
6738   eval "$as_ac_var=yes"
6739 else
6740   eval "$as_ac_var=no"
6741 fi
6742 rm -f core conftest.err conftest.$ac_objext \
6743     conftest$ac_exeext conftest.$ac_ext
6744 CFLAGS=$ac_wine_try_cflags_saved
6745 fi
6746 eval ac_res=\$$as_ac_var
6747                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6748 $as_echo "$ac_res" >&6; }
6749 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6750   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6751                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6752 fi
6753 fi
6754
6755       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6756 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6757 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6758   $as_echo_n "(cached) " >&6
6759 else
6760   ac_wine_try_cflags_saved=$CFLAGS
6761 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6763 /* end confdefs.h.  */
6764 int main(int argc, char *argv) { return 0; }
6765 _ACEOF
6766 if ac_fn_c_try_link "$LINENO"; then :
6767   ac_cv_cflags__Wl___enable_new_dtags=yes
6768 else
6769   ac_cv_cflags__Wl___enable_new_dtags=no
6770 fi
6771 rm -f core conftest.err conftest.$ac_objext \
6772     conftest$ac_exeext conftest.$ac_ext
6773 CFLAGS=$ac_wine_try_cflags_saved
6774 fi
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6776 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6777 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6778   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6779 fi
6780
6781       case $host_cpu in
6782         *i[3456789]86* | x86_64)
6783           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6784 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6785 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6786   $as_echo_n "(cached) " >&6
6787 else
6788   ac_wine_try_cflags_saved=$CFLAGS
6789 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6791 /* end confdefs.h.  */
6792 int main(int argc, char *argv) { return 0; }
6793 _ACEOF
6794 if ac_fn_c_try_link "$LINENO"; then :
6795   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6796 else
6797   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6798 fi
6799 rm -f core conftest.err conftest.$ac_objext \
6800     conftest$ac_exeext conftest.$ac_ext
6801 CFLAGS=$ac_wine_try_cflags_saved
6802 fi
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6804 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6805 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6806   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6807 fi
6808           ;;
6809       esac
6810
6811     else
6812       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6813 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6814 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6815   $as_echo_n "(cached) " >&6
6816 else
6817   ac_wine_try_cflags_saved=$CFLAGS
6818 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6820 /* end confdefs.h.  */
6821 void myfunc() {}
6822 _ACEOF
6823 if ac_fn_c_try_link "$LINENO"; then :
6824   ac_cv_c_dll_unixware="yes"
6825 else
6826   ac_cv_c_dll_unixware="no"
6827 fi
6828 rm -f core conftest.err conftest.$ac_objext \
6829     conftest$ac_exeext conftest.$ac_ext
6830 CFLAGS=$ac_wine_try_cflags_saved
6831 fi
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6833 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6834       if test "$ac_cv_c_dll_unixware" = "yes"
6835       then
6836         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6837         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6838
6839       else
6840         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6841 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6842 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6843   $as_echo_n "(cached) " >&6
6844 else
6845   ac_wine_try_cflags_saved=$CFLAGS
6846 CFLAGS="$CFLAGS -shared"
6847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6848 /* end confdefs.h.  */
6849 void myfunc() {}
6850 _ACEOF
6851 if ac_fn_c_try_link "$LINENO"; then :
6852   ac_cv_c_dll_hpux="yes"
6853 else
6854   ac_cv_c_dll_hpux="no"
6855 fi
6856 rm -f core conftest.err conftest.$ac_objext \
6857     conftest$ac_exeext conftest.$ac_ext
6858 CFLAGS=$ac_wine_try_cflags_saved
6859 fi
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6861 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6862         if test "$ac_cv_c_dll_hpux" = "yes"
6863         then
6864           LIBEXT="sl"
6865           DLLEXT=".sl"
6866           LDDLLFLAGS="-shared -fPIC"
6867           LDSHARED="\$(CC) -shared"
6868         fi
6869       fi
6870     fi
6871     ;;
6872 esac
6873
6874 enable_winequartz_drv=${enable_winequartz_drv:-no}
6875
6876 if test "$LIBEXT" = "a"; then
6877   as_fn_error "could not find a way to build shared libraries.
6878 It is currently not possible to build Wine without shared library
6879 (.so) support to allow transparent switch between .so and .dll files.
6880 If you are using Linux, you will need a newer binutils.
6881 " "$LINENO" 5
6882 fi
6883
6884 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6885 then
6886     case "$host_cpu" in
6887   i[3456789]86*)
6888     ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6889   x86_64)
6890     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6891   *)
6892     ac_prefix_list="" ;;
6893 esac
6894 for ac_prog in $ac_prefix_list
6895 do
6896   # Extract the first word of "$ac_prog", so it can be a program name with args.
6897 set dummy $ac_prog; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6901   $as_echo_n "(cached) " >&6
6902 else
6903   if test -n "$CROSSCC"; then
6904   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6908 do
6909   IFS=$as_save_IFS
6910   test -z "$as_dir" && as_dir=.
6911     for ac_exec_ext in '' $ac_executable_extensions; do
6912   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913     ac_cv_prog_CROSSCC="$ac_prog"
6914     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915     break 2
6916   fi
6917 done
6918   done
6919 IFS=$as_save_IFS
6920
6921 fi
6922 fi
6923 CROSSCC=$ac_cv_prog_CROSSCC
6924 if test -n "$CROSSCC"; then
6925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6926 $as_echo "$CROSSCC" >&6; }
6927 else
6928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932
6933   test -n "$CROSSCC" && break
6934 done
6935 test -n "$CROSSCC" || CROSSCC="false"
6936
6937     if test "$CROSSCC" != "false"
6938     then
6939         CROSSTEST="\$(CROSSTEST)"
6940
6941         set x $CROSSCC
6942         shift
6943         target=""
6944         while test $# -ge 1
6945         do
6946             case "$1" in
6947               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6948             esac
6949             shift
6950         done
6951         if test -n "$target"
6952         then
6953             CROSSTARGET="$target"
6954
6955         fi
6956     fi
6957 fi
6958
6959
6960 if test "$ac_cv_header_pthread_h" = "yes"
6961 then
6962     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6963 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6964 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6965   $as_echo_n "(cached) " >&6
6966 else
6967   ac_check_lib_save_LIBS=$LIBS
6968 LIBS="-lpthread  $LIBS"
6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h.  */
6971
6972 /* Override any GCC internal prototype to avoid an error.
6973    Use char because int might match the return type of a GCC
6974    builtin and then its argument prototype would still apply.  */
6975 #ifdef __cplusplus
6976 extern "C"
6977 #endif
6978 char pthread_create ();
6979 int
6980 main ()
6981 {
6982 return pthread_create ();
6983   ;
6984   return 0;
6985 }
6986 _ACEOF
6987 if ac_fn_c_try_link "$LINENO"; then :
6988   ac_cv_lib_pthread_pthread_create=yes
6989 else
6990   ac_cv_lib_pthread_pthread_create=no
6991 fi
6992 rm -f core conftest.err conftest.$ac_objext \
6993     conftest$ac_exeext conftest.$ac_ext
6994 LIBS=$ac_check_lib_save_LIBS
6995 fi
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6997 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6998 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6999   LIBPTHREAD="-lpthread"
7000
7001 fi
7002
7003 fi
7004 if test "x$LIBPTHREAD" = "x"; then :
7005   case "x$with_pthread" in
7006   xno) ;;
7007   *)   as_fn_error "pthread ${notice_platform}development files not found.
7008 Wine cannot support threads without libpthread.
7009 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7010 esac
7011 fi
7012
7013
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7015 $as_echo_n "checking for X... " >&6; }
7016
7017
7018 # Check whether --with-x was given.
7019 if test "${with_x+set}" = set; then :
7020   withval=$with_x;
7021 fi
7022
7023 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7024 if test "x$with_x" = xno; then
7025   # The user explicitly disabled X.
7026   have_x=disabled
7027 else
7028   case $x_includes,$x_libraries in #(
7029     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7030     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7031   $as_echo_n "(cached) " >&6
7032 else
7033   # One or both of the vars are not set, and there is no cached value.
7034 ac_x_includes=no ac_x_libraries=no
7035 rm -f -r conftest.dir
7036 if mkdir conftest.dir; then
7037   cd conftest.dir
7038   cat >Imakefile <<'_ACEOF'
7039 incroot:
7040         @echo incroot='${INCROOT}'
7041 usrlibdir:
7042         @echo usrlibdir='${USRLIBDIR}'
7043 libdir:
7044         @echo libdir='${LIBDIR}'
7045 _ACEOF
7046   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7047     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7048     for ac_var in incroot usrlibdir libdir; do
7049       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7050     done
7051     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7052     for ac_extension in a so sl dylib la dll; do
7053       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7054          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7055         ac_im_usrlibdir=$ac_im_libdir; break
7056       fi
7057     done
7058     # Screen out bogus values from the imake configuration.  They are
7059     # bogus both because they are the default anyway, and because
7060     # using them would break gcc on systems where it needs fixed includes.
7061     case $ac_im_incroot in
7062         /usr/include) ac_x_includes= ;;
7063         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7064     esac
7065     case $ac_im_usrlibdir in
7066         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7067         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7068     esac
7069   fi
7070   cd ..
7071   rm -f -r conftest.dir
7072 fi
7073
7074 # Standard set of common directories for X headers.
7075 # Check X11 before X11Rn because it is often a symlink to the current release.
7076 ac_x_header_dirs='
7077 /usr/X11/include
7078 /usr/X11R7/include
7079 /usr/X11R6/include
7080 /usr/X11R5/include
7081 /usr/X11R4/include
7082
7083 /usr/include/X11
7084 /usr/include/X11R7
7085 /usr/include/X11R6
7086 /usr/include/X11R5
7087 /usr/include/X11R4
7088
7089 /usr/local/X11/include
7090 /usr/local/X11R7/include
7091 /usr/local/X11R6/include
7092 /usr/local/X11R5/include
7093 /usr/local/X11R4/include
7094
7095 /usr/local/include/X11
7096 /usr/local/include/X11R7
7097 /usr/local/include/X11R6
7098 /usr/local/include/X11R5
7099 /usr/local/include/X11R4
7100
7101 /usr/X386/include
7102 /usr/x386/include
7103 /usr/XFree86/include/X11
7104
7105 /usr/include
7106 /usr/local/include
7107 /usr/unsupported/include
7108 /usr/athena/include
7109 /usr/local/x11r5/include
7110 /usr/lpp/Xamples/include
7111
7112 /usr/openwin/include
7113 /usr/openwin/share/include'
7114
7115 if test "$ac_x_includes" = no; then
7116   # Guess where to find include files, by looking for Xlib.h.
7117   # First, try using that file with no special directory specified.
7118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h.  */
7120 #include <X11/Xlib.h>
7121 _ACEOF
7122 if ac_fn_c_try_cpp "$LINENO"; then :
7123   # We can compile using X headers with no special include directory.
7124 ac_x_includes=
7125 else
7126   for ac_dir in $ac_x_header_dirs; do
7127   if test -r "$ac_dir/X11/Xlib.h"; then
7128     ac_x_includes=$ac_dir
7129     break
7130   fi
7131 done
7132 fi
7133 rm -f conftest.err conftest.$ac_ext
7134 fi # $ac_x_includes = no
7135
7136 if test "$ac_x_libraries" = no; then
7137   # Check for the libraries.
7138   # See if we find them without any special options.
7139   # Don't add to $LIBS permanently.
7140   ac_save_LIBS=$LIBS
7141   LIBS="-lX11 $LIBS"
7142   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7143 /* end confdefs.h.  */
7144 #include <X11/Xlib.h>
7145 int
7146 main ()
7147 {
7148 XrmInitialize ()
7149   ;
7150   return 0;
7151 }
7152 _ACEOF
7153 if ac_fn_c_try_link "$LINENO"; then :
7154   LIBS=$ac_save_LIBS
7155 # We can link X programs with no special library path.
7156 ac_x_libraries=
7157 else
7158   LIBS=$ac_save_LIBS
7159 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7160 do
7161   # Don't even attempt the hair of trying to link an X program!
7162   for ac_extension in a so sl dylib la dll; do
7163     if test -r "$ac_dir/libX11.$ac_extension"; then
7164       ac_x_libraries=$ac_dir
7165       break 2
7166     fi
7167   done
7168 done
7169 fi
7170 rm -f core conftest.err conftest.$ac_objext \
7171     conftest$ac_exeext conftest.$ac_ext
7172 fi # $ac_x_libraries = no
7173
7174 case $ac_x_includes,$ac_x_libraries in #(
7175   no,* | *,no | *\'*)
7176     # Didn't find X, or a directory has "'" in its name.
7177     ac_cv_have_x="have_x=no";; #(
7178   *)
7179     # Record where we found X for the cache.
7180     ac_cv_have_x="have_x=yes\
7181         ac_x_includes='$ac_x_includes'\
7182         ac_x_libraries='$ac_x_libraries'"
7183 esac
7184 fi
7185 ;; #(
7186     *) have_x=yes;;
7187   esac
7188   eval "$ac_cv_have_x"
7189 fi # $with_x != no
7190
7191 if test "$have_x" != yes; then
7192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7193 $as_echo "$have_x" >&6; }
7194   no_x=yes
7195 else
7196   # If each of the values was on the command line, it overrides each guess.
7197   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7198   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7199   # Update the cache value to reflect the command line values.
7200   ac_cv_have_x="have_x=yes\
7201         ac_x_includes='$x_includes'\
7202         ac_x_libraries='$x_libraries'"
7203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7204 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7205 fi
7206
7207 if test "$no_x" = yes; then
7208   # Not all programs may use this symbol, but it does not hurt to define it.
7209
7210 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7211
7212   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7213 else
7214   if test -n "$x_includes"; then
7215     X_CFLAGS="$X_CFLAGS -I$x_includes"
7216   fi
7217
7218   # It would also be nice to do this for all -L options, not just this one.
7219   if test -n "$x_libraries"; then
7220     X_LIBS="$X_LIBS -L$x_libraries"
7221     # For Solaris; some versions of Sun CC require a space after -R and
7222     # others require no space.  Words are not sufficient . . . .
7223     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7224 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7225     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7226     ac_xsave_c_werror_flag=$ac_c_werror_flag
7227     ac_c_werror_flag=yes
7228     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7229 /* end confdefs.h.  */
7230
7231 int
7232 main ()
7233 {
7234
7235   ;
7236   return 0;
7237 }
7238 _ACEOF
7239 if ac_fn_c_try_link "$LINENO"; then :
7240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7242        X_LIBS="$X_LIBS -R$x_libraries"
7243 else
7244   LIBS="$ac_xsave_LIBS -R $x_libraries"
7245        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7246 /* end confdefs.h.  */
7247
7248 int
7249 main ()
7250 {
7251
7252   ;
7253   return 0;
7254 }
7255 _ACEOF
7256 if ac_fn_c_try_link "$LINENO"; then :
7257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7258 $as_echo "yes" >&6; }
7259           X_LIBS="$X_LIBS -R $x_libraries"
7260 else
7261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7262 $as_echo "neither works" >&6; }
7263 fi
7264 rm -f core conftest.err conftest.$ac_objext \
7265     conftest$ac_exeext conftest.$ac_ext
7266 fi
7267 rm -f core conftest.err conftest.$ac_objext \
7268     conftest$ac_exeext conftest.$ac_ext
7269     ac_c_werror_flag=$ac_xsave_c_werror_flag
7270     LIBS=$ac_xsave_LIBS
7271   fi
7272
7273   # Check for system-dependent libraries X programs must link with.
7274   # Do this before checking for the system-independent R6 libraries
7275   # (-lICE), since we may need -lsocket or whatever for X linking.
7276
7277   if test "$ISC" = yes; then
7278     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7279   else
7280     # Martyn Johnson says this is needed for Ultrix, if the X
7281     # libraries were built with DECnet support.  And Karl Berry says
7282     # the Alpha needs dnet_stub (dnet does not exist).
7283     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7284     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7285 /* end confdefs.h.  */
7286
7287 /* Override any GCC internal prototype to avoid an error.
7288    Use char because int might match the return type of a GCC
7289    builtin and then its argument prototype would still apply.  */
7290 #ifdef __cplusplus
7291 extern "C"
7292 #endif
7293 char XOpenDisplay ();
7294 int
7295 main ()
7296 {
7297 return XOpenDisplay ();
7298   ;
7299   return 0;
7300 }
7301 _ACEOF
7302 if ac_fn_c_try_link "$LINENO"; then :
7303
7304 else
7305   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7306 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7307 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7308   $as_echo_n "(cached) " >&6
7309 else
7310   ac_check_lib_save_LIBS=$LIBS
7311 LIBS="-ldnet  $LIBS"
7312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h.  */
7314
7315 /* Override any GCC internal prototype to avoid an error.
7316    Use char because int might match the return type of a GCC
7317    builtin and then its argument prototype would still apply.  */
7318 #ifdef __cplusplus
7319 extern "C"
7320 #endif
7321 char dnet_ntoa ();
7322 int
7323 main ()
7324 {
7325 return dnet_ntoa ();
7326   ;
7327   return 0;
7328 }
7329 _ACEOF
7330 if ac_fn_c_try_link "$LINENO"; then :
7331   ac_cv_lib_dnet_dnet_ntoa=yes
7332 else
7333   ac_cv_lib_dnet_dnet_ntoa=no
7334 fi
7335 rm -f core conftest.err conftest.$ac_objext \
7336     conftest$ac_exeext conftest.$ac_ext
7337 LIBS=$ac_check_lib_save_LIBS
7338 fi
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7340 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7341 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7342   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7343 fi
7344
7345     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7346       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7347 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7348 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7349   $as_echo_n "(cached) " >&6
7350 else
7351   ac_check_lib_save_LIBS=$LIBS
7352 LIBS="-ldnet_stub  $LIBS"
7353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7354 /* end confdefs.h.  */
7355
7356 /* Override any GCC internal prototype to avoid an error.
7357    Use char because int might match the return type of a GCC
7358    builtin and then its argument prototype would still apply.  */
7359 #ifdef __cplusplus
7360 extern "C"
7361 #endif
7362 char dnet_ntoa ();
7363 int
7364 main ()
7365 {
7366 return dnet_ntoa ();
7367   ;
7368   return 0;
7369 }
7370 _ACEOF
7371 if ac_fn_c_try_link "$LINENO"; then :
7372   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7373 else
7374   ac_cv_lib_dnet_stub_dnet_ntoa=no
7375 fi
7376 rm -f core conftest.err conftest.$ac_objext \
7377     conftest$ac_exeext conftest.$ac_ext
7378 LIBS=$ac_check_lib_save_LIBS
7379 fi
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7381 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7382 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7383   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7384 fi
7385
7386     fi
7387 fi
7388 rm -f core conftest.err conftest.$ac_objext \
7389     conftest$ac_exeext conftest.$ac_ext
7390     LIBS="$ac_xsave_LIBS"
7391
7392     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7393     # to get the SysV transport functions.
7394     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7395     # needs -lnsl.
7396     # The nsl library prevents programs from opening the X display
7397     # on Irix 5.2, according to T.E. Dickey.
7398     # The functions gethostbyname, getservbyname, and inet_addr are
7399     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7400     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7401 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7402
7403 fi
7404
7405     if test $ac_cv_func_gethostbyname = no; then
7406       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7407 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7408 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7409   $as_echo_n "(cached) " >&6
7410 else
7411   ac_check_lib_save_LIBS=$LIBS
7412 LIBS="-lnsl  $LIBS"
7413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7414 /* end confdefs.h.  */
7415
7416 /* Override any GCC internal prototype to avoid an error.
7417    Use char because int might match the return type of a GCC
7418    builtin and then its argument prototype would still apply.  */
7419 #ifdef __cplusplus
7420 extern "C"
7421 #endif
7422 char gethostbyname ();
7423 int
7424 main ()
7425 {
7426 return gethostbyname ();
7427   ;
7428   return 0;
7429 }
7430 _ACEOF
7431 if ac_fn_c_try_link "$LINENO"; then :
7432   ac_cv_lib_nsl_gethostbyname=yes
7433 else
7434   ac_cv_lib_nsl_gethostbyname=no
7435 fi
7436 rm -f core conftest.err conftest.$ac_objext \
7437     conftest$ac_exeext conftest.$ac_ext
7438 LIBS=$ac_check_lib_save_LIBS
7439 fi
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7441 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7442 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7443   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7444 fi
7445
7446       if test $ac_cv_lib_nsl_gethostbyname = no; then
7447         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7448 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7449 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7450   $as_echo_n "(cached) " >&6
7451 else
7452   ac_check_lib_save_LIBS=$LIBS
7453 LIBS="-lbsd  $LIBS"
7454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7455 /* end confdefs.h.  */
7456
7457 /* Override any GCC internal prototype to avoid an error.
7458    Use char because int might match the return type of a GCC
7459    builtin and then its argument prototype would still apply.  */
7460 #ifdef __cplusplus
7461 extern "C"
7462 #endif
7463 char gethostbyname ();
7464 int
7465 main ()
7466 {
7467 return gethostbyname ();
7468   ;
7469   return 0;
7470 }
7471 _ACEOF
7472 if ac_fn_c_try_link "$LINENO"; then :
7473   ac_cv_lib_bsd_gethostbyname=yes
7474 else
7475   ac_cv_lib_bsd_gethostbyname=no
7476 fi
7477 rm -f core conftest.err conftest.$ac_objext \
7478     conftest$ac_exeext conftest.$ac_ext
7479 LIBS=$ac_check_lib_save_LIBS
7480 fi
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7482 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7483 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7484   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7485 fi
7486
7487       fi
7488     fi
7489
7490     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7491     # socket/setsockopt and other routines are undefined under SCO ODT
7492     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7493     # on later versions), says Simon Leinen: it contains gethostby*
7494     # variants that don't use the name server (or something).  -lsocket
7495     # must be given before -lnsl if both are needed.  We assume that
7496     # if connect needs -lnsl, so does gethostbyname.
7497     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7498 if test "x$ac_cv_func_connect" = x""yes; then :
7499
7500 fi
7501
7502     if test $ac_cv_func_connect = no; then
7503       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7504 $as_echo_n "checking for connect in -lsocket... " >&6; }
7505 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7506   $as_echo_n "(cached) " >&6
7507 else
7508   ac_check_lib_save_LIBS=$LIBS
7509 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h.  */
7512
7513 /* Override any GCC internal prototype to avoid an error.
7514    Use char because int might match the return type of a GCC
7515    builtin and then its argument prototype would still apply.  */
7516 #ifdef __cplusplus
7517 extern "C"
7518 #endif
7519 char connect ();
7520 int
7521 main ()
7522 {
7523 return connect ();
7524   ;
7525   return 0;
7526 }
7527 _ACEOF
7528 if ac_fn_c_try_link "$LINENO"; then :
7529   ac_cv_lib_socket_connect=yes
7530 else
7531   ac_cv_lib_socket_connect=no
7532 fi
7533 rm -f core conftest.err conftest.$ac_objext \
7534     conftest$ac_exeext conftest.$ac_ext
7535 LIBS=$ac_check_lib_save_LIBS
7536 fi
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7538 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7539 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7540   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7541 fi
7542
7543     fi
7544
7545     # Guillermo Gomez says -lposix is necessary on A/UX.
7546     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7547 if test "x$ac_cv_func_remove" = x""yes; then :
7548
7549 fi
7550
7551     if test $ac_cv_func_remove = no; then
7552       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7553 $as_echo_n "checking for remove in -lposix... " >&6; }
7554 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7555   $as_echo_n "(cached) " >&6
7556 else
7557   ac_check_lib_save_LIBS=$LIBS
7558 LIBS="-lposix  $LIBS"
7559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7560 /* end confdefs.h.  */
7561
7562 /* Override any GCC internal prototype to avoid an error.
7563    Use char because int might match the return type of a GCC
7564    builtin and then its argument prototype would still apply.  */
7565 #ifdef __cplusplus
7566 extern "C"
7567 #endif
7568 char remove ();
7569 int
7570 main ()
7571 {
7572 return remove ();
7573   ;
7574   return 0;
7575 }
7576 _ACEOF
7577 if ac_fn_c_try_link "$LINENO"; then :
7578   ac_cv_lib_posix_remove=yes
7579 else
7580   ac_cv_lib_posix_remove=no
7581 fi
7582 rm -f core conftest.err conftest.$ac_objext \
7583     conftest$ac_exeext conftest.$ac_ext
7584 LIBS=$ac_check_lib_save_LIBS
7585 fi
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7587 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7588 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7589   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7590 fi
7591
7592     fi
7593
7594     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7595     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7596 if test "x$ac_cv_func_shmat" = x""yes; then :
7597
7598 fi
7599
7600     if test $ac_cv_func_shmat = no; then
7601       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7602 $as_echo_n "checking for shmat in -lipc... " >&6; }
7603 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7604   $as_echo_n "(cached) " >&6
7605 else
7606   ac_check_lib_save_LIBS=$LIBS
7607 LIBS="-lipc  $LIBS"
7608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7609 /* end confdefs.h.  */
7610
7611 /* Override any GCC internal prototype to avoid an error.
7612    Use char because int might match the return type of a GCC
7613    builtin and then its argument prototype would still apply.  */
7614 #ifdef __cplusplus
7615 extern "C"
7616 #endif
7617 char shmat ();
7618 int
7619 main ()
7620 {
7621 return shmat ();
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627   ac_cv_lib_ipc_shmat=yes
7628 else
7629   ac_cv_lib_ipc_shmat=no
7630 fi
7631 rm -f core conftest.err conftest.$ac_objext \
7632     conftest$ac_exeext conftest.$ac_ext
7633 LIBS=$ac_check_lib_save_LIBS
7634 fi
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7636 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7637 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7638   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7639 fi
7640
7641     fi
7642   fi
7643
7644   # Check for libraries that X11R6 Xt/Xaw programs need.
7645   ac_save_LDFLAGS=$LDFLAGS
7646   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7647   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7648   # check for ICE first), but we must link in the order -lSM -lICE or
7649   # we get undefined symbols.  So assume we have SM if we have ICE.
7650   # These have to be linked with before -lX11, unlike the other
7651   # libraries we check for below, so use a different variable.
7652   # John Interrante, Karl Berry
7653   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7654 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7655 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7656   $as_echo_n "(cached) " >&6
7657 else
7658   ac_check_lib_save_LIBS=$LIBS
7659 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h.  */
7662
7663 /* Override any GCC internal prototype to avoid an error.
7664    Use char because int might match the return type of a GCC
7665    builtin and then its argument prototype would still apply.  */
7666 #ifdef __cplusplus
7667 extern "C"
7668 #endif
7669 char IceConnectionNumber ();
7670 int
7671 main ()
7672 {
7673 return IceConnectionNumber ();
7674   ;
7675   return 0;
7676 }
7677 _ACEOF
7678 if ac_fn_c_try_link "$LINENO"; then :
7679   ac_cv_lib_ICE_IceConnectionNumber=yes
7680 else
7681   ac_cv_lib_ICE_IceConnectionNumber=no
7682 fi
7683 rm -f core conftest.err conftest.$ac_objext \
7684     conftest$ac_exeext conftest.$ac_ext
7685 LIBS=$ac_check_lib_save_LIBS
7686 fi
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7688 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7689 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7690   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7691 fi
7692
7693   LDFLAGS=$ac_save_LDFLAGS
7694
7695 fi
7696
7697
7698 if test "$have_x" = "yes"
7699 then
7700     XLIB="-lX11"
7701     ac_save_CPPFLAGS="$CPPFLAGS"
7702     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7703
7704     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7705 $as_echo_n "checking for -lX11... " >&6; }
7706 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7707   $as_echo_n "(cached) " >&6
7708 else
7709   ac_check_soname_save_LIBS=$LIBS
7710 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7711   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7712 /* end confdefs.h.  */
7713
7714 /* Override any GCC internal prototype to avoid an error.
7715    Use char because int might match the return type of a GCC
7716    builtin and then its argument prototype would still apply.  */
7717 #ifdef __cplusplus
7718 extern "C"
7719 #endif
7720 char XCreateWindow ();
7721 int
7722 main ()
7723 {
7724 return XCreateWindow ();
7725   ;
7726   return 0;
7727 }
7728 _ACEOF
7729 if ac_fn_c_try_link "$LINENO"; then :
7730   case "$LIBEXT" in
7731     dll) ;;
7732     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7733     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7734   esac
7735 fi
7736 rm -f core conftest.err conftest.$ac_objext \
7737     conftest$ac_exeext conftest.$ac_ext
7738   LIBS=$ac_check_soname_save_LIBS
7739 fi
7740 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7742 $as_echo "not found" >&6; }
7743
7744 else
7745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7746 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7747
7748 cat >>confdefs.h <<_ACEOF
7749 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7750 _ACEOF
7751
7752
7753 fi
7754     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7755 $as_echo_n "checking for -lXext... " >&6; }
7756 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7757   $as_echo_n "(cached) " >&6
7758 else
7759   ac_check_soname_save_LIBS=$LIBS
7760 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7761   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7762 /* end confdefs.h.  */
7763
7764 /* Override any GCC internal prototype to avoid an error.
7765    Use char because int might match the return type of a GCC
7766    builtin and then its argument prototype would still apply.  */
7767 #ifdef __cplusplus
7768 extern "C"
7769 #endif
7770 char XextCreateExtension ();
7771 int
7772 main ()
7773 {
7774 return XextCreateExtension ();
7775   ;
7776   return 0;
7777 }
7778 _ACEOF
7779 if ac_fn_c_try_link "$LINENO"; then :
7780   case "$LIBEXT" in
7781     dll) ;;
7782     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7783     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7784   esac
7785 fi
7786 rm -f core conftest.err conftest.$ac_objext \
7787     conftest$ac_exeext conftest.$ac_ext
7788   LIBS=$ac_check_soname_save_LIBS
7789 fi
7790 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7792 $as_echo "not found" >&6; }
7793
7794 else
7795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7796 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7797
7798 cat >>confdefs.h <<_ACEOF
7799 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7800 _ACEOF
7801
7802        XLIB="-lXext $XLIB"
7803 fi
7804
7805         for ac_header in X11/Xlib.h \
7806                       X11/XKBlib.h \
7807                       X11/Xutil.h \
7808                       X11/Xcursor/Xcursor.h \
7809                       X11/extensions/shape.h \
7810                       X11/extensions/XInput.h \
7811                       X11/extensions/XShm.h \
7812                       X11/extensions/Xcomposite.h \
7813                       X11/extensions/Xinerama.h \
7814                       X11/extensions/Xrandr.h \
7815                       X11/extensions/Xrender.h \
7816                       X11/extensions/xf86vmode.h \
7817                       X11/extensions/xf86vmproto.h
7818 do :
7819   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7820 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7821 # include <X11/Xlib.h>
7822 #endif
7823 #ifdef HAVE_X11_XUTIL_H
7824 # include <X11/Xutil.h>
7825 #endif
7826 "
7827 eval as_val=\$$as_ac_Header
7828    if test "x$as_val" = x""yes; then :
7829   cat >>confdefs.h <<_ACEOF
7830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7831 _ACEOF
7832
7833 fi
7834
7835 done
7836
7837
7838                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7839         then
7840               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7841 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7843   $as_echo_n "(cached) " >&6
7844 else
7845   ac_check_lib_save_LIBS=$LIBS
7846 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7848 /* end confdefs.h.  */
7849
7850 /* Override any GCC internal prototype to avoid an error.
7851    Use char because int might match the return type of a GCC
7852    builtin and then its argument prototype would still apply.  */
7853 #ifdef __cplusplus
7854 extern "C"
7855 #endif
7856 char XkbQueryExtension ();
7857 int
7858 main ()
7859 {
7860 return XkbQueryExtension ();
7861   ;
7862   return 0;
7863 }
7864 _ACEOF
7865 if ac_fn_c_try_link "$LINENO"; then :
7866   ac_cv_lib_X11_XkbQueryExtension=yes
7867 else
7868   ac_cv_lib_X11_XkbQueryExtension=no
7869 fi
7870 rm -f core conftest.err conftest.$ac_objext \
7871     conftest$ac_exeext conftest.$ac_ext
7872 LIBS=$ac_check_lib_save_LIBS
7873 fi
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7875 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7876 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7877
7878 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7879
7880 fi
7881
7882         fi
7883
7884                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7885         then
7886             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7887 $as_echo_n "checking for -lXcursor... " >&6; }
7888 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7889   $as_echo_n "(cached) " >&6
7890 else
7891   ac_check_soname_save_LIBS=$LIBS
7892 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7893   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7894 /* end confdefs.h.  */
7895
7896 /* Override any GCC internal prototype to avoid an error.
7897    Use char because int might match the return type of a GCC
7898    builtin and then its argument prototype would still apply.  */
7899 #ifdef __cplusplus
7900 extern "C"
7901 #endif
7902 char XcursorImageLoadCursor ();
7903 int
7904 main ()
7905 {
7906 return XcursorImageLoadCursor ();
7907   ;
7908   return 0;
7909 }
7910 _ACEOF
7911 if ac_fn_c_try_link "$LINENO"; then :
7912   case "$LIBEXT" in
7913     dll) ;;
7914     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7915     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7916   esac
7917 fi
7918 rm -f core conftest.err conftest.$ac_objext \
7919     conftest$ac_exeext conftest.$ac_ext
7920   LIBS=$ac_check_soname_save_LIBS
7921 fi
7922 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7924 $as_echo "not found" >&6; }
7925
7926 else
7927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7928 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7929
7930 cat >>confdefs.h <<_ACEOF
7931 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7932 _ACEOF
7933
7934
7935 fi
7936         fi
7937         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7938   case "x$with_xcursor" in
7939   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7940   xno) ;;
7941   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7942 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7943 esac
7944 fi
7945
7946                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7947         then
7948             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7949 $as_echo_n "checking for -lXi... " >&6; }
7950 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7951   $as_echo_n "(cached) " >&6
7952 else
7953   ac_check_soname_save_LIBS=$LIBS
7954 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7955   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h.  */
7957
7958 /* Override any GCC internal prototype to avoid an error.
7959    Use char because int might match the return type of a GCC
7960    builtin and then its argument prototype would still apply.  */
7961 #ifdef __cplusplus
7962 extern "C"
7963 #endif
7964 char XOpenDevice ();
7965 int
7966 main ()
7967 {
7968 return XOpenDevice ();
7969   ;
7970   return 0;
7971 }
7972 _ACEOF
7973 if ac_fn_c_try_link "$LINENO"; then :
7974   case "$LIBEXT" in
7975     dll) ;;
7976     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7977     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
7978   esac
7979 fi
7980 rm -f core conftest.err conftest.$ac_objext \
7981     conftest$ac_exeext conftest.$ac_ext
7982   LIBS=$ac_check_soname_save_LIBS
7983 fi
7984 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7986 $as_echo "not found" >&6; }
7987
7988 else
7989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7990 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7991
7992 cat >>confdefs.h <<_ACEOF
7993 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7994 _ACEOF
7995
7996
7997 fi
7998         fi
7999         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8000   case "x$with_xinput" in
8001   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8002   xno) ;;
8003   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8004 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8005 esac
8006 fi
8007
8008                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8009         then
8010               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8011 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8012 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8013   $as_echo_n "(cached) " >&6
8014 else
8015   ac_check_lib_save_LIBS=$LIBS
8016 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8018 /* end confdefs.h.  */
8019
8020 /* Override any GCC internal prototype to avoid an error.
8021    Use char because int might match the return type of a GCC
8022    builtin and then its argument prototype would still apply.  */
8023 #ifdef __cplusplus
8024 extern "C"
8025 #endif
8026 char XShmQueryExtension ();
8027 int
8028 main ()
8029 {
8030 return XShmQueryExtension ();
8031   ;
8032   return 0;
8033 }
8034 _ACEOF
8035 if ac_fn_c_try_link "$LINENO"; then :
8036   ac_cv_lib_Xext_XShmQueryExtension=yes
8037 else
8038   ac_cv_lib_Xext_XShmQueryExtension=no
8039 fi
8040 rm -f core conftest.err conftest.$ac_objext \
8041     conftest$ac_exeext conftest.$ac_ext
8042 LIBS=$ac_check_lib_save_LIBS
8043 fi
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8045 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8046 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8047
8048 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8049
8050 fi
8051
8052         fi
8053         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8054   case "x$with_xshm" in
8055   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8056   xno) ;;
8057   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8058 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8059 esac
8060 fi
8061
8062                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8063         then
8064               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8065 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8066 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8067   $as_echo_n "(cached) " >&6
8068 else
8069   ac_check_lib_save_LIBS=$LIBS
8070 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8072 /* end confdefs.h.  */
8073
8074 /* Override any GCC internal prototype to avoid an error.
8075    Use char because int might match the return type of a GCC
8076    builtin and then its argument prototype would still apply.  */
8077 #ifdef __cplusplus
8078 extern "C"
8079 #endif
8080 char XShapeQueryExtension ();
8081 int
8082 main ()
8083 {
8084 return XShapeQueryExtension ();
8085   ;
8086   return 0;
8087 }
8088 _ACEOF
8089 if ac_fn_c_try_link "$LINENO"; then :
8090   ac_cv_lib_Xext_XShapeQueryExtension=yes
8091 else
8092   ac_cv_lib_Xext_XShapeQueryExtension=no
8093 fi
8094 rm -f core conftest.err conftest.$ac_objext \
8095     conftest$ac_exeext conftest.$ac_ext
8096 LIBS=$ac_check_lib_save_LIBS
8097 fi
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8099 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8100 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8101
8102 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8103
8104 fi
8105
8106         fi
8107         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8108   case "x$with_xshape" in
8109   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8110   xno) ;;
8111   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8112 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8113 esac
8114 fi
8115
8116                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8117         then
8118             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8119 $as_echo_n "checking for -lXxf86vm... " >&6; }
8120 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8121   $as_echo_n "(cached) " >&6
8122 else
8123   ac_check_soname_save_LIBS=$LIBS
8124 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8125   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8126 /* end confdefs.h.  */
8127
8128 /* Override any GCC internal prototype to avoid an error.
8129    Use char because int might match the return type of a GCC
8130    builtin and then its argument prototype would still apply.  */
8131 #ifdef __cplusplus
8132 extern "C"
8133 #endif
8134 char XF86VidModeQueryExtension ();
8135 int
8136 main ()
8137 {
8138 return XF86VidModeQueryExtension ();
8139   ;
8140   return 0;
8141 }
8142 _ACEOF
8143 if ac_fn_c_try_link "$LINENO"; then :
8144   case "$LIBEXT" in
8145     dll) ;;
8146     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8147     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8148   esac
8149 fi
8150 rm -f core conftest.err conftest.$ac_objext \
8151     conftest$ac_exeext conftest.$ac_ext
8152   LIBS=$ac_check_soname_save_LIBS
8153 fi
8154 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8156 $as_echo "not found" >&6; }
8157
8158 else
8159   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8160 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8161
8162 cat >>confdefs.h <<_ACEOF
8163 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8164 _ACEOF
8165
8166
8167 fi
8168         fi
8169         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8170   case "x$with_xxf86vm" in
8171   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8172   xno) ;;
8173   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8174 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8175 esac
8176 fi
8177
8178                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8179         then
8180             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8181 $as_echo_n "checking for -lXrender... " >&6; }
8182 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8183   $as_echo_n "(cached) " >&6
8184 else
8185   ac_check_soname_save_LIBS=$LIBS
8186 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8187   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8188 /* end confdefs.h.  */
8189
8190 /* Override any GCC internal prototype to avoid an error.
8191    Use char because int might match the return type of a GCC
8192    builtin and then its argument prototype would still apply.  */
8193 #ifdef __cplusplus
8194 extern "C"
8195 #endif
8196 char XRenderQueryExtension ();
8197 int
8198 main ()
8199 {
8200 return XRenderQueryExtension ();
8201   ;
8202   return 0;
8203 }
8204 _ACEOF
8205 if ac_fn_c_try_link "$LINENO"; then :
8206   case "$LIBEXT" in
8207     dll) ;;
8208     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8209     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8210   esac
8211 fi
8212 rm -f core conftest.err conftest.$ac_objext \
8213     conftest$ac_exeext conftest.$ac_ext
8214   LIBS=$ac_check_soname_save_LIBS
8215 fi
8216 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8218 $as_echo "not found" >&6; }
8219
8220 else
8221   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8222 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8223
8224 cat >>confdefs.h <<_ACEOF
8225 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8226 _ACEOF
8227
8228        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8229 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8230 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8231   $as_echo_n "(cached) " >&6
8232 else
8233   ac_check_lib_save_LIBS=$LIBS
8234 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8236 /* end confdefs.h.  */
8237
8238 /* Override any GCC internal prototype to avoid an error.
8239    Use char because int might match the return type of a GCC
8240    builtin and then its argument prototype would still apply.  */
8241 #ifdef __cplusplus
8242 extern "C"
8243 #endif
8244 char XRenderSetPictureTransform ();
8245 int
8246 main ()
8247 {
8248 return XRenderSetPictureTransform ();
8249   ;
8250   return 0;
8251 }
8252 _ACEOF
8253 if ac_fn_c_try_link "$LINENO"; then :
8254   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8255 else
8256   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8257 fi
8258 rm -f core conftest.err conftest.$ac_objext \
8259     conftest$ac_exeext conftest.$ac_ext
8260 LIBS=$ac_check_lib_save_LIBS
8261 fi
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8263 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8264 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8265
8266 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8267
8268 fi
8269
8270 fi
8271
8272         fi
8273         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8274   case "x$with_xrender" in
8275   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8276   xno) ;;
8277   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8278 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8279 esac
8280 fi
8281
8282                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8283         then
8284                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h.  */
8286 #include <X11/Xlib.h>
8287 #include <X11/extensions/Xrandr.h>
8288 int
8289 main ()
8290 {
8291 static typeof(XRRSetScreenConfigAndRate) * func;
8292   ;
8293   return 0;
8294 }
8295 _ACEOF
8296 if ac_fn_c_try_compile "$LINENO"; then :
8297   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8298 $as_echo_n "checking for -lXrandr... " >&6; }
8299 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8300   $as_echo_n "(cached) " >&6
8301 else
8302   ac_check_soname_save_LIBS=$LIBS
8303 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8304   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h.  */
8306
8307 /* Override any GCC internal prototype to avoid an error.
8308    Use char because int might match the return type of a GCC
8309    builtin and then its argument prototype would still apply.  */
8310 #ifdef __cplusplus
8311 extern "C"
8312 #endif
8313 char XRRQueryExtension ();
8314 int
8315 main ()
8316 {
8317 return XRRQueryExtension ();
8318   ;
8319   return 0;
8320 }
8321 _ACEOF
8322 if ac_fn_c_try_link "$LINENO"; then :
8323   case "$LIBEXT" in
8324     dll) ;;
8325     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8326     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8327   esac
8328 fi
8329 rm -f core conftest.err conftest.$ac_objext \
8330     conftest$ac_exeext conftest.$ac_ext
8331   LIBS=$ac_check_soname_save_LIBS
8332 fi
8333 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8335 $as_echo "not found" >&6; }
8336
8337 else
8338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8339 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8340
8341 cat >>confdefs.h <<_ACEOF
8342 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8343 _ACEOF
8344
8345
8346 fi
8347 fi
8348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349         fi
8350         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8351   case "x$with_xrandr" in
8352   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8353   xno) ;;
8354   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8355 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8356 esac
8357 fi
8358
8359                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8360         then
8361                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8362 /* end confdefs.h.  */
8363 #include <X11/Xlib.h>
8364 #include <X11/extensions/Xinerama.h>
8365 int
8366 main ()
8367 {
8368 static typeof(XineramaQueryScreens) * func;
8369   ;
8370   return 0;
8371 }
8372 _ACEOF
8373 if ac_fn_c_try_compile "$LINENO"; then :
8374   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8375 $as_echo_n "checking for -lXinerama... " >&6; }
8376 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8377   $as_echo_n "(cached) " >&6
8378 else
8379   ac_check_soname_save_LIBS=$LIBS
8380 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8381   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h.  */
8383
8384 /* Override any GCC internal prototype to avoid an error.
8385    Use char because int might match the return type of a GCC
8386    builtin and then its argument prototype would still apply.  */
8387 #ifdef __cplusplus
8388 extern "C"
8389 #endif
8390 char XineramaQueryScreens ();
8391 int
8392 main ()
8393 {
8394 return XineramaQueryScreens ();
8395   ;
8396   return 0;
8397 }
8398 _ACEOF
8399 if ac_fn_c_try_link "$LINENO"; then :
8400   case "$LIBEXT" in
8401     dll) ;;
8402     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8403     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8404   esac
8405 fi
8406 rm -f core conftest.err conftest.$ac_objext \
8407     conftest$ac_exeext conftest.$ac_ext
8408   LIBS=$ac_check_soname_save_LIBS
8409 fi
8410 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8412 $as_echo "not found" >&6; }
8413
8414 else
8415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8416 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8417
8418 cat >>confdefs.h <<_ACEOF
8419 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8420 _ACEOF
8421
8422
8423 fi
8424 fi
8425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426         fi
8427         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8428   case "x$with_xinerama" in
8429   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8430   xno) ;;
8431   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8432 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8433 esac
8434 fi
8435
8436                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8437         then
8438             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8439 $as_echo_n "checking for -lXcomposite... " >&6; }
8440 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8441   $as_echo_n "(cached) " >&6
8442 else
8443   ac_check_soname_save_LIBS=$LIBS
8444 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8445   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h.  */
8447
8448 /* Override any GCC internal prototype to avoid an error.
8449    Use char because int might match the return type of a GCC
8450    builtin and then its argument prototype would still apply.  */
8451 #ifdef __cplusplus
8452 extern "C"
8453 #endif
8454 char XCompositeRedirectWindow ();
8455 int
8456 main ()
8457 {
8458 return XCompositeRedirectWindow ();
8459   ;
8460   return 0;
8461 }
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464   case "$LIBEXT" in
8465     dll) ;;
8466     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8467     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8468   esac
8469 fi
8470 rm -f core conftest.err conftest.$ac_objext \
8471     conftest$ac_exeext conftest.$ac_ext
8472   LIBS=$ac_check_soname_save_LIBS
8473 fi
8474 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8475   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8476 $as_echo "not found" >&6; }
8477
8478 else
8479   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8480 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8481
8482 cat >>confdefs.h <<_ACEOF
8483 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8484 _ACEOF
8485
8486
8487 fi
8488         fi
8489         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8490   case "x$with_xcomposite" in
8491   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8492   xno) ;;
8493   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8494 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8495 esac
8496 fi
8497
8498                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8499 #include <X11/Xlib.h>
8500 #endif
8501 "
8502 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8503
8504 cat >>confdefs.h <<_ACEOF
8505 #define HAVE_XICCALLBACK_CALLBACK 1
8506 _ACEOF
8507
8508
8509 fi
8510
8511
8512
8513         opengl_msg=""
8514     if test "x$with_opengl" != "xno"
8515     then
8516         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8517 do :
8518   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8519 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8520 # include <GL/glx.h>
8521 #endif
8522 "
8523 eval as_val=\$$as_ac_Header
8524    if test "x$as_val" = x""yes; then :
8525   cat >>confdefs.h <<_ACEOF
8526 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8527 _ACEOF
8528
8529 fi
8530
8531 done
8532
8533         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8534         then
8535                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8536 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8537 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8538   $as_echo_n "(cached) " >&6
8539 else
8540   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h.  */
8542 #include <GL/gl.h>
8543 int
8544 main ()
8545 {
8546 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8547   ;
8548   return 0;
8549 }
8550 _ACEOF
8551 if ac_fn_c_try_compile "$LINENO"; then :
8552   wine_cv_opengl_header_version_OK="yes"
8553 else
8554   wine_cv_opengl_header_version_OK="no"
8555 fi
8556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8557 fi
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8559 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8560
8561             if test "$wine_cv_opengl_header_version_OK" = "yes"
8562             then
8563                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8564 $as_echo_n "checking for -lGL... " >&6; }
8565 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8566   $as_echo_n "(cached) " >&6
8567 else
8568   ac_check_soname_save_LIBS=$LIBS
8569 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8570   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h.  */
8572
8573 /* Override any GCC internal prototype to avoid an error.
8574    Use char because int might match the return type of a GCC
8575    builtin and then its argument prototype would still apply.  */
8576 #ifdef __cplusplus
8577 extern "C"
8578 #endif
8579 char glXCreateContext ();
8580 int
8581 main ()
8582 {
8583 return glXCreateContext ();
8584   ;
8585   return 0;
8586 }
8587 _ACEOF
8588 if ac_fn_c_try_link "$LINENO"; then :
8589   case "$LIBEXT" in
8590     dll) ;;
8591     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8592     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8593   esac
8594 fi
8595 rm -f core conftest.err conftest.$ac_objext \
8596     conftest$ac_exeext conftest.$ac_ext
8597   LIBS=$ac_check_soname_save_LIBS
8598 fi
8599 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8600   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8601 $as_echo "not found" >&6; }
8602        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8603 $as_echo_n "checking for -lGL... " >&6; }
8604 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8605   $as_echo_n "(cached) " >&6
8606 else
8607   ac_check_soname_save_LIBS=$LIBS
8608 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8609   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8610 /* end confdefs.h.  */
8611
8612 /* Override any GCC internal prototype to avoid an error.
8613    Use char because int might match the return type of a GCC
8614    builtin and then its argument prototype would still apply.  */
8615 #ifdef __cplusplus
8616 extern "C"
8617 #endif
8618 char glXCreateContext ();
8619 int
8620 main ()
8621 {
8622 return glXCreateContext ();
8623   ;
8624   return 0;
8625 }
8626 _ACEOF
8627 if ac_fn_c_try_link "$LINENO"; then :
8628   case "$LIBEXT" in
8629     dll) ;;
8630     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8631     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8632   esac
8633 fi
8634 rm -f core conftest.err conftest.$ac_objext \
8635     conftest$ac_exeext conftest.$ac_ext
8636   LIBS=$ac_check_soname_save_LIBS
8637 fi
8638 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8639   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8640 $as_echo "not found" >&6; }
8641        if test -f /usr/X11R6/lib/libGL.a
8642                                     then
8643                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8644 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8645                                     else
8646                                         opengl_msg="No OpenGL library found on this system."
8647                                     fi
8648 else
8649   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8650 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8651
8652 cat >>confdefs.h <<_ACEOF
8653 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8654 _ACEOF
8655
8656        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8657
8658 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8659
8660 fi
8661 else
8662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8664
8665 cat >>confdefs.h <<_ACEOF
8666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8667 _ACEOF
8668
8669        OPENGL_LIBS="-lGL"
8670
8671 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8672
8673 fi
8674                  if test "$ac_cv_header_GL_glu_h" = "yes"
8675                  then
8676                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8677 $as_echo_n "checking for -lGLU... " >&6; }
8678 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8679   $as_echo_n "(cached) " >&6
8680 else
8681   ac_check_soname_save_LIBS=$LIBS
8682 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8683   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8684 /* end confdefs.h.  */
8685
8686 /* Override any GCC internal prototype to avoid an error.
8687    Use char because int might match the return type of a GCC
8688    builtin and then its argument prototype would still apply.  */
8689 #ifdef __cplusplus
8690 extern "C"
8691 #endif
8692 char gluLookAt ();
8693 int
8694 main ()
8695 {
8696 return gluLookAt ();
8697   ;
8698   return 0;
8699 }
8700 _ACEOF
8701 if ac_fn_c_try_link "$LINENO"; then :
8702   case "$LIBEXT" in
8703     dll) ;;
8704     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8705     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8706   esac
8707 fi
8708 rm -f core conftest.err conftest.$ac_objext \
8709     conftest$ac_exeext conftest.$ac_ext
8710   LIBS=$ac_check_soname_save_LIBS
8711 fi
8712 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8714 $as_echo "not found" >&6; }
8715
8716 else
8717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8718 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8719
8720 cat >>confdefs.h <<_ACEOF
8721 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8722 _ACEOF
8723
8724
8725 fi
8726                  fi
8727                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8728   case "x$with_glu" in
8729   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8730   xno) ;;
8731   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8732 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8733 esac
8734 fi
8735              else
8736                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8737              fi
8738          else
8739              opengl_msg="OpenGL development headers not found."
8740          fi
8741          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8742          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8743     else
8744          enable_opengl32=${enable_opengl32:-no}
8745          enable_glu32=${enable_glu32:-no}
8746     fi
8747     if test -n "$opengl_msg"; then :
8748   case "x$with_opengl" in
8749   x)   as_fn_append wine_warnings "|$opengl_msg
8750 OpenGL and Direct3D won't be supported." ;;
8751   xno) ;;
8752   *)   as_fn_error "$opengl_msg
8753 OpenGL and Direct3D won't be supported.
8754 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8755 esac
8756 fi
8757
8758         NASLIBS=""
8759
8760     for ac_header in audio/audiolib.h
8761 do :
8762   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8763 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8764   cat >>confdefs.h <<_ACEOF
8765 #define HAVE_AUDIO_AUDIOLIB_H 1
8766 _ACEOF
8767  for ac_header in audio/soundlib.h
8768 do :
8769   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8770 "
8771 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8772   cat >>confdefs.h <<_ACEOF
8773 #define HAVE_AUDIO_SOUNDLIB_H 1
8774 _ACEOF
8775
8776 fi
8777
8778 done
8779
8780           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8781 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8782 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8783   $as_echo_n "(cached) " >&6
8784 else
8785   ac_check_lib_save_LIBS=$LIBS
8786 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8788 /* end confdefs.h.  */
8789
8790 /* Override any GCC internal prototype to avoid an error.
8791    Use char because int might match the return type of a GCC
8792    builtin and then its argument prototype would still apply.  */
8793 #ifdef __cplusplus
8794 extern "C"
8795 #endif
8796 char AuCreateFlow ();
8797 int
8798 main ()
8799 {
8800 return AuCreateFlow ();
8801   ;
8802   return 0;
8803 }
8804 _ACEOF
8805 if ac_fn_c_try_link "$LINENO"; then :
8806   ac_cv_lib_audio_AuCreateFlow=yes
8807 else
8808   ac_cv_lib_audio_AuCreateFlow=no
8809 fi
8810 rm -f core conftest.err conftest.$ac_objext \
8811     conftest$ac_exeext conftest.$ac_ext
8812 LIBS=$ac_check_lib_save_LIBS
8813 fi
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8815 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8816 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8817
8818 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8819
8820                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8821 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8822 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8823   $as_echo_n "(cached) " >&6
8824 else
8825   ac_check_lib_save_LIBS=$LIBS
8826 LIBS="-lXau $X_LIBS $LIBS"
8827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8828 /* end confdefs.h.  */
8829
8830 /* Override any GCC internal prototype to avoid an error.
8831    Use char because int might match the return type of a GCC
8832    builtin and then its argument prototype would still apply.  */
8833 #ifdef __cplusplus
8834 extern "C"
8835 #endif
8836 char XauGetBestAuthByAddr ();
8837 int
8838 main ()
8839 {
8840 return XauGetBestAuthByAddr ();
8841   ;
8842   return 0;
8843 }
8844 _ACEOF
8845 if ac_fn_c_try_link "$LINENO"; then :
8846   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8847 else
8848   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8849 fi
8850 rm -f core conftest.err conftest.$ac_objext \
8851     conftest$ac_exeext conftest.$ac_ext
8852 LIBS=$ac_check_lib_save_LIBS
8853 fi
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8855 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8856 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8857   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8858 else
8859   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8860 fi
8861
8862
8863 fi
8864
8865 fi
8866
8867 done
8868
8869
8870     CPPFLAGS="$ac_save_CPPFLAGS"
8871 else
8872     XLIB=""
8873     X_CFLAGS=""
8874     X_LIBS=""
8875     enable_winex11_drv=${enable_winex11_drv:-no}
8876     enable_opengl32=${enable_opengl32:-no}
8877     enable_glu32=${enable_glu32:-no}
8878 fi
8879 if test "x$XLIB" = "x"; then :
8880   case "x$with_x" in
8881   xno) ;;
8882   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8883 without X support, which probably isn't what you want. You will need to install
8884 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8885 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8886 esac
8887 fi
8888
8889
8890 XML2LIBS=""
8891
8892 XML2INCL=""
8893
8894 XSLTINCL=""
8895
8896 if test "x$with_xml" != "xno"
8897 then
8898     ac_save_CPPFLAGS="$CPPFLAGS"
8899     if test "$PKG_CONFIG" != "false"
8900     then
8901         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8902         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8903     else
8904         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8905         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8906     fi
8907     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8908     for ac_header in libxml/parser.h
8909 do :
8910   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8911 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8912   cat >>confdefs.h <<_ACEOF
8913 #define HAVE_LIBXML_PARSER_H 1
8914 _ACEOF
8915  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8916 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8917 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8918   $as_echo_n "(cached) " >&6
8919 else
8920   ac_check_lib_save_LIBS=$LIBS
8921 LIBS="-lxml2 $ac_xml_libs $LIBS"
8922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8923 /* end confdefs.h.  */
8924
8925 /* Override any GCC internal prototype to avoid an error.
8926    Use char because int might match the return type of a GCC
8927    builtin and then its argument prototype would still apply.  */
8928 #ifdef __cplusplus
8929 extern "C"
8930 #endif
8931 char xmlParseMemory ();
8932 int
8933 main ()
8934 {
8935 return xmlParseMemory ();
8936   ;
8937   return 0;
8938 }
8939 _ACEOF
8940 if ac_fn_c_try_link "$LINENO"; then :
8941   ac_cv_lib_xml2_xmlParseMemory=yes
8942 else
8943   ac_cv_lib_xml2_xmlParseMemory=no
8944 fi
8945 rm -f core conftest.err conftest.$ac_objext \
8946     conftest$ac_exeext conftest.$ac_ext
8947 LIBS=$ac_check_lib_save_LIBS
8948 fi
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8950 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8951 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8952
8953 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8954
8955                  XML2LIBS="$ac_xml_libs"
8956                  XML2INCL="$ac_xml_cflags"
8957 fi
8958
8959              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8960 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8961 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8962   $as_echo_n "(cached) " >&6
8963 else
8964   ac_check_lib_save_LIBS=$LIBS
8965 LIBS="-lxml2 $ac_xml_libs $LIBS"
8966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8967 /* end confdefs.h.  */
8968
8969 /* Override any GCC internal prototype to avoid an error.
8970    Use char because int might match the return type of a GCC
8971    builtin and then its argument prototype would still apply.  */
8972 #ifdef __cplusplus
8973 extern "C"
8974 #endif
8975 char xmlReadMemory ();
8976 int
8977 main ()
8978 {
8979 return xmlReadMemory ();
8980   ;
8981   return 0;
8982 }
8983 _ACEOF
8984 if ac_fn_c_try_link "$LINENO"; then :
8985   ac_cv_lib_xml2_xmlReadMemory=yes
8986 else
8987   ac_cv_lib_xml2_xmlReadMemory=no
8988 fi
8989 rm -f core conftest.err conftest.$ac_objext \
8990     conftest$ac_exeext conftest.$ac_ext
8991 LIBS=$ac_check_lib_save_LIBS
8992 fi
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8994 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8995 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8996
8997 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8998
8999 fi
9000
9001              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9002 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9003 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9004   $as_echo_n "(cached) " >&6
9005 else
9006   ac_check_lib_save_LIBS=$LIBS
9007 LIBS="-lxml2 $ac_xml_libs $LIBS"
9008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9009 /* end confdefs.h.  */
9010
9011 /* Override any GCC internal prototype to avoid an error.
9012    Use char because int might match the return type of a GCC
9013    builtin and then its argument prototype would still apply.  */
9014 #ifdef __cplusplus
9015 extern "C"
9016 #endif
9017 char xmlNewDocPI ();
9018 int
9019 main ()
9020 {
9021 return xmlNewDocPI ();
9022   ;
9023   return 0;
9024 }
9025 _ACEOF
9026 if ac_fn_c_try_link "$LINENO"; then :
9027   ac_cv_lib_xml2_xmlNewDocPI=yes
9028 else
9029   ac_cv_lib_xml2_xmlNewDocPI=no
9030 fi
9031 rm -f core conftest.err conftest.$ac_objext \
9032     conftest$ac_exeext conftest.$ac_ext
9033 LIBS=$ac_check_lib_save_LIBS
9034 fi
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9036 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9037 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9038
9039 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9040
9041 fi
9042
9043
9044 fi
9045
9046 done
9047
9048     CPPFLAGS="$ac_save_CPPFLAGS"
9049 fi
9050 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9051   case "x$with_xml" in
9052   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9053   xno) ;;
9054   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9055 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9056 esac
9057 fi
9058
9059 if test "x$with_xslt" != "xno"
9060 then
9061     if test "$PKG_CONFIG" != "false"
9062     then
9063         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9064         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9065     else
9066         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9067         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9068     fi
9069     ac_save_CPPFLAGS="$CPPFLAGS"
9070     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9071     for ac_header in libxslt/pattern.h libxslt/transform.h
9072 do :
9073   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9075 # include <libxslt/pattern.h>
9076 #endif
9077 "
9078 eval as_val=\$$as_ac_Header
9079    if test "x$as_val" = x""yes; then :
9080   cat >>confdefs.h <<_ACEOF
9081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9082 _ACEOF
9083
9084 fi
9085
9086 done
9087
9088     CPPFLAGS="$ac_save_CPPFLAGS"
9089     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9090     then
9091         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9092 $as_echo_n "checking for -lxslt... " >&6; }
9093 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9094   $as_echo_n "(cached) " >&6
9095 else
9096   ac_check_soname_save_LIBS=$LIBS
9097 LIBS="-lxslt $ac_xslt_libs $LIBS"
9098   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9099 /* end confdefs.h.  */
9100
9101 /* Override any GCC internal prototype to avoid an error.
9102    Use char because int might match the return type of a GCC
9103    builtin and then its argument prototype would still apply.  */
9104 #ifdef __cplusplus
9105 extern "C"
9106 #endif
9107 char xsltCompilePattern ();
9108 int
9109 main ()
9110 {
9111 return xsltCompilePattern ();
9112   ;
9113   return 0;
9114 }
9115 _ACEOF
9116 if ac_fn_c_try_link "$LINENO"; then :
9117   case "$LIBEXT" in
9118     dll) ;;
9119     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9120     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9121   esac
9122 fi
9123 rm -f core conftest.err conftest.$ac_objext \
9124     conftest$ac_exeext conftest.$ac_ext
9125   LIBS=$ac_check_soname_save_LIBS
9126 fi
9127 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9129 $as_echo "not found" >&6; }
9130
9131 else
9132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9133 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9134
9135 cat >>confdefs.h <<_ACEOF
9136 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9137 _ACEOF
9138
9139        XSLTINCL="$ac_xslt_cflags"
9140 fi
9141     fi
9142 fi
9143 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9144   case "x$with_xslt" in
9145   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9146   xno) ;;
9147   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9148 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9149 esac
9150 fi
9151
9152 HALINCL=""
9153
9154 if test "x$with_hal" != "xno"
9155 then
9156     ac_save_CPPFLAGS="$CPPFLAGS"
9157     if test "$PKG_CONFIG" != "false"
9158     then
9159         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9160         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9161         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9162     fi
9163     for ac_header in dbus/dbus.h hal/libhal.h
9164 do :
9165   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9166 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9167 eval as_val=\$$as_ac_Header
9168    if test "x$as_val" = x""yes; then :
9169   cat >>confdefs.h <<_ACEOF
9170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9171 _ACEOF
9172
9173 fi
9174
9175 done
9176
9177     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9178     then
9179         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9180 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9181 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9182   $as_echo_n "(cached) " >&6
9183 else
9184   ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h.  */
9188
9189 /* Override any GCC internal prototype to avoid an error.
9190    Use char because int might match the return type of a GCC
9191    builtin and then its argument prototype would still apply.  */
9192 #ifdef __cplusplus
9193 extern "C"
9194 #endif
9195 char dbus_connection_close ();
9196 int
9197 main ()
9198 {
9199 return dbus_connection_close ();
9200   ;
9201   return 0;
9202 }
9203 _ACEOF
9204 if ac_fn_c_try_link "$LINENO"; then :
9205   ac_cv_lib_dbus_1_dbus_connection_close=yes
9206 else
9207   ac_cv_lib_dbus_1_dbus_connection_close=no
9208 fi
9209 rm -f core conftest.err conftest.$ac_objext \
9210     conftest$ac_exeext conftest.$ac_ext
9211 LIBS=$ac_check_lib_save_LIBS
9212 fi
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9214 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9215 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9216   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9217 $as_echo_n "checking for -lhal... " >&6; }
9218 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9219   $as_echo_n "(cached) " >&6
9220 else
9221   ac_check_soname_save_LIBS=$LIBS
9222 LIBS="-lhal $ac_hal_libs $LIBS"
9223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h.  */
9225
9226 /* Override any GCC internal prototype to avoid an error.
9227    Use char because int might match the return type of a GCC
9228    builtin and then its argument prototype would still apply.  */
9229 #ifdef __cplusplus
9230 extern "C"
9231 #endif
9232 char libhal_ctx_new ();
9233 int
9234 main ()
9235 {
9236 return libhal_ctx_new ();
9237   ;
9238   return 0;
9239 }
9240 _ACEOF
9241 if ac_fn_c_try_link "$LINENO"; then :
9242   case "$LIBEXT" in
9243     dll) ;;
9244     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9245     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9246   esac
9247 fi
9248 rm -f core conftest.err conftest.$ac_objext \
9249     conftest$ac_exeext conftest.$ac_ext
9250   LIBS=$ac_check_soname_save_LIBS
9251 fi
9252 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9254 $as_echo "not found" >&6; }
9255
9256 else
9257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9258 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9259
9260 cat >>confdefs.h <<_ACEOF
9261 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9262 _ACEOF
9263
9264        HALINCL="$ac_hal_cflags"
9265 fi
9266 fi
9267
9268     fi
9269     CPPFLAGS="$ac_save_CPPFLAGS"
9270 fi
9271 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9272   case "x$with_hal" in
9273   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9274   xno) ;;
9275   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9276 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9277 esac
9278 fi
9279
9280 if test "x$with_gnutls" != "xno"
9281 then
9282     ac_save_CPPFLAGS="$CPPFLAGS"
9283     if test "$PKG_CONFIG" != "false"
9284     then
9285         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9286         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9287         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9288     fi
9289     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9290 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9291   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h.  */
9293 #include <gnutls/gnutls.h>
9294 int
9295 main ()
9296 {
9297 typeof(gnutls_mac_get_key_size) *pfunc;
9298   ;
9299   return 0;
9300 }
9301 _ACEOF
9302 if ac_fn_c_try_compile "$LINENO"; then :
9303   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9304 $as_echo_n "checking for -lgnutls... " >&6; }
9305 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9306   $as_echo_n "(cached) " >&6
9307 else
9308   ac_check_soname_save_LIBS=$LIBS
9309 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9310   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h.  */
9312
9313 /* Override any GCC internal prototype to avoid an error.
9314    Use char because int might match the return type of a GCC
9315    builtin and then its argument prototype would still apply.  */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char gnutls_global_init ();
9320 int
9321 main ()
9322 {
9323 return gnutls_global_init ();
9324   ;
9325   return 0;
9326 }
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329   case "$LIBEXT" in
9330     dll) ;;
9331     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9332     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9333   esac
9334 fi
9335 rm -f core conftest.err conftest.$ac_objext \
9336     conftest$ac_exeext conftest.$ac_ext
9337   LIBS=$ac_check_soname_save_LIBS
9338 fi
9339 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9340   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9341 $as_echo "not found" >&6; }
9342
9343 else
9344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9345 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9346
9347 cat >>confdefs.h <<_ACEOF
9348 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9349 _ACEOF
9350
9351        GNUTLSINCL="$ac_gnutls_cflags"
9352
9353 fi
9354 fi
9355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9356 fi
9357
9358
9359     CPPFLAGS="$ac_save_CPPFLAGS"
9360 fi
9361 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9362   case "x$with_gnutls" in
9363   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9364   xno) ;;
9365   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9366 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9367 esac
9368 fi
9369
9370 CURSESLIBS=""
9371 if test "$ac_cv_header_ncurses_h" = "yes"
9372 then
9373     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9374 $as_echo_n "checking for -lncurses... " >&6; }
9375 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9376   $as_echo_n "(cached) " >&6
9377 else
9378   ac_check_soname_save_LIBS=$LIBS
9379 LIBS="-lncurses  $LIBS"
9380   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9381 /* end confdefs.h.  */
9382
9383 /* Override any GCC internal prototype to avoid an error.
9384    Use char because int might match the return type of a GCC
9385    builtin and then its argument prototype would still apply.  */
9386 #ifdef __cplusplus
9387 extern "C"
9388 #endif
9389 char waddch ();
9390 int
9391 main ()
9392 {
9393 return waddch ();
9394   ;
9395   return 0;
9396 }
9397 _ACEOF
9398 if ac_fn_c_try_link "$LINENO"; then :
9399   case "$LIBEXT" in
9400     dll) ;;
9401     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9402     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9403   esac
9404 fi
9405 rm -f core conftest.err conftest.$ac_objext \
9406     conftest$ac_exeext conftest.$ac_ext
9407   LIBS=$ac_check_soname_save_LIBS
9408 fi
9409 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9410   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9411 $as_echo "not found" >&6; }
9412
9413 else
9414   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9415 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9416
9417 cat >>confdefs.h <<_ACEOF
9418 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9419 _ACEOF
9420
9421        CURSESLIBS="-lncurses"
9422 fi
9423 elif test "$ac_cv_header_curses_h" = "yes"
9424 then
9425     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9426 $as_echo_n "checking for -lcurses... " >&6; }
9427 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9428   $as_echo_n "(cached) " >&6
9429 else
9430   ac_check_soname_save_LIBS=$LIBS
9431 LIBS="-lcurses  $LIBS"
9432   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9433 /* end confdefs.h.  */
9434
9435 /* Override any GCC internal prototype to avoid an error.
9436    Use char because int might match the return type of a GCC
9437    builtin and then its argument prototype would still apply.  */
9438 #ifdef __cplusplus
9439 extern "C"
9440 #endif
9441 char waddch ();
9442 int
9443 main ()
9444 {
9445 return waddch ();
9446   ;
9447   return 0;
9448 }
9449 _ACEOF
9450 if ac_fn_c_try_link "$LINENO"; then :
9451   case "$LIBEXT" in
9452     dll) ;;
9453     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9454     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9455   esac
9456 fi
9457 rm -f core conftest.err conftest.$ac_objext \
9458     conftest$ac_exeext conftest.$ac_ext
9459   LIBS=$ac_check_soname_save_LIBS
9460 fi
9461 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9463 $as_echo "not found" >&6; }
9464
9465 else
9466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9467 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9468
9469 cat >>confdefs.h <<_ACEOF
9470 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9471 _ACEOF
9472
9473        CURSESLIBS="-lcurses"
9474 fi
9475 fi
9476 ac_save_LIBS="$LIBS"
9477 LIBS="$LIBS $CURSESLIBS"
9478 for ac_func in mousemask
9479 do :
9480   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9481 if test "x$ac_cv_func_mousemask" = x""yes; then :
9482   cat >>confdefs.h <<_ACEOF
9483 #define HAVE_MOUSEMASK 1
9484 _ACEOF
9485
9486 fi
9487 done
9488
9489 LIBS="$ac_save_LIBS"
9490 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9491   case "x$with_curses" in
9492   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9493   xno) ;;
9494   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9495 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9496 esac
9497 fi
9498
9499 if test "x$with_sane" != "xno"
9500 then
9501     ac_save_CPPFLAGS="$CPPFLAGS"
9502     # Extract the first word of "sane-config", so it can be a program name with args.
9503 set dummy sane-config; ac_word=$2
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9505 $as_echo_n "checking for $ac_word... " >&6; }
9506 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9507   $as_echo_n "(cached) " >&6
9508 else
9509   if test -n "$sane_devel"; then
9510   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9514 do
9515   IFS=$as_save_IFS
9516   test -z "$as_dir" && as_dir=.
9517     for ac_exec_ext in '' $ac_executable_extensions; do
9518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519     ac_cv_prog_sane_devel="sane-config"
9520     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9521     break 2
9522   fi
9523 done
9524   done
9525 IFS=$as_save_IFS
9526
9527   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9528 fi
9529 fi
9530 sane_devel=$ac_cv_prog_sane_devel
9531 if test -n "$sane_devel"; then
9532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9533 $as_echo "$sane_devel" >&6; }
9534 else
9535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536 $as_echo "no" >&6; }
9537 fi
9538
9539
9540     if test "$sane_devel" != "no"
9541     then
9542         ac_sane_incl="`$sane_devel --cflags`"
9543         ac_sane_libs="`$sane_devel --ldflags`"
9544         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9545     fi
9546     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9547 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9548   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9549 $as_echo_n "checking for -lsane... " >&6; }
9550 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9551   $as_echo_n "(cached) " >&6
9552 else
9553   ac_check_soname_save_LIBS=$LIBS
9554 LIBS="-lsane $ac_sane_libs $LIBS"
9555   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9556 /* end confdefs.h.  */
9557
9558 /* Override any GCC internal prototype to avoid an error.
9559    Use char because int might match the return type of a GCC
9560    builtin and then its argument prototype would still apply.  */
9561 #ifdef __cplusplus
9562 extern "C"
9563 #endif
9564 char sane_init ();
9565 int
9566 main ()
9567 {
9568 return sane_init ();
9569   ;
9570   return 0;
9571 }
9572 _ACEOF
9573 if ac_fn_c_try_link "$LINENO"; then :
9574   case "$LIBEXT" in
9575     dll) ;;
9576     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9577     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9578   esac
9579 fi
9580 rm -f core conftest.err conftest.$ac_objext \
9581     conftest$ac_exeext conftest.$ac_ext
9582   LIBS=$ac_check_soname_save_LIBS
9583 fi
9584 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9585   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9586 $as_echo "not found" >&6; }
9587
9588 else
9589   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9590 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9591
9592 cat >>confdefs.h <<_ACEOF
9593 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9594 _ACEOF
9595
9596        SANEINCL="$ac_sane_incl"
9597
9598 fi
9599 fi
9600
9601
9602     CPPFLAGS="$ac_save_CPPFLAGS"
9603 fi
9604 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9605   case "x$with_sane" in
9606   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9607   xno) ;;
9608   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9609 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9610 esac
9611 fi
9612
9613 if test "x$with_v4l" != "xno"
9614 then
9615     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9616 $as_echo_n "checking for -lv4l1... " >&6; }
9617 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9618   $as_echo_n "(cached) " >&6
9619 else
9620   ac_check_soname_save_LIBS=$LIBS
9621 LIBS="-lv4l1  $LIBS"
9622   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9623 /* end confdefs.h.  */
9624
9625 /* Override any GCC internal prototype to avoid an error.
9626    Use char because int might match the return type of a GCC
9627    builtin and then its argument prototype would still apply.  */
9628 #ifdef __cplusplus
9629 extern "C"
9630 #endif
9631 char v4l1_open ();
9632 int
9633 main ()
9634 {
9635 return v4l1_open ();
9636   ;
9637   return 0;
9638 }
9639 _ACEOF
9640 if ac_fn_c_try_link "$LINENO"; then :
9641   case "$LIBEXT" in
9642     dll) ;;
9643     dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9644     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9645   esac
9646 fi
9647 rm -f core conftest.err conftest.$ac_objext \
9648     conftest$ac_exeext conftest.$ac_ext
9649   LIBS=$ac_check_soname_save_LIBS
9650 fi
9651 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9652   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9653 $as_echo "not found" >&6; }
9654
9655 else
9656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9657 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9658
9659 cat >>confdefs.h <<_ACEOF
9660 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9661 _ACEOF
9662
9663
9664 fi
9665 fi
9666 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9667   case "x$with_v4l" in
9668   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9669   xno) ;;
9670   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9671 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9672 esac
9673 fi
9674
9675 if test "x$with_gphoto" != "xno"
9676 then
9677     ac_save_CPPFLAGS="$CPPFLAGS"
9678     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9679 set dummy gphoto2-config; ac_word=$2
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9681 $as_echo_n "checking for $ac_word... " >&6; }
9682 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9683   $as_echo_n "(cached) " >&6
9684 else
9685   if test -n "$gphoto2_devel"; then
9686   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9687 else
9688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9689 for as_dir in $PATH
9690 do
9691   IFS=$as_save_IFS
9692   test -z "$as_dir" && as_dir=.
9693     for ac_exec_ext in '' $ac_executable_extensions; do
9694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9695     ac_cv_prog_gphoto2_devel="gphoto2-config"
9696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9697     break 2
9698   fi
9699 done
9700   done
9701 IFS=$as_save_IFS
9702
9703   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9704 fi
9705 fi
9706 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9707 if test -n "$gphoto2_devel"; then
9708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9709 $as_echo "$gphoto2_devel" >&6; }
9710 else
9711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9712 $as_echo "no" >&6; }
9713 fi
9714
9715
9716     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9717 set dummy gphoto2-port-config; ac_word=$2
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9719 $as_echo_n "checking for $ac_word... " >&6; }
9720 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9721   $as_echo_n "(cached) " >&6
9722 else
9723   if test -n "$gphoto2port_devel"; then
9724   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9725 else
9726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9727 for as_dir in $PATH
9728 do
9729   IFS=$as_save_IFS
9730   test -z "$as_dir" && as_dir=.
9731     for ac_exec_ext in '' $ac_executable_extensions; do
9732   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9733     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9734     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9735     break 2
9736   fi
9737 done
9738   done
9739 IFS=$as_save_IFS
9740
9741   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9742 fi
9743 fi
9744 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9745 if test -n "$gphoto2port_devel"; then
9746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9747 $as_echo "$gphoto2port_devel" >&6; }
9748 else
9749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9750 $as_echo "no" >&6; }
9751 fi
9752
9753
9754     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9755     then
9756         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9757         ac_gphoto2_libs=""
9758         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9759         do
9760             case "$i" in
9761             -L/usr/lib|-L/usr/lib64) ;;
9762             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9763             esac
9764         done
9765         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9766     fi
9767     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9768     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9769 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9770   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9771 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9772 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9773   $as_echo_n "(cached) " >&6
9774 else
9775   ac_check_lib_save_LIBS=$LIBS
9776 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9778 /* end confdefs.h.  */
9779
9780 /* Override any GCC internal prototype to avoid an error.
9781    Use char because int might match the return type of a GCC
9782    builtin and then its argument prototype would still apply.  */
9783 #ifdef __cplusplus
9784 extern "C"
9785 #endif
9786 char gp_camera_new ();
9787 int
9788 main ()
9789 {
9790 return gp_camera_new ();
9791   ;
9792   return 0;
9793 }
9794 _ACEOF
9795 if ac_fn_c_try_link "$LINENO"; then :
9796   ac_cv_lib_gphoto2_gp_camera_new=yes
9797 else
9798   ac_cv_lib_gphoto2_gp_camera_new=no
9799 fi
9800 rm -f core conftest.err conftest.$ac_objext \
9801     conftest$ac_exeext conftest.$ac_ext
9802 LIBS=$ac_check_lib_save_LIBS
9803 fi
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9805 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9806 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9807
9808 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9809
9810                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9811
9812                                    GPHOTO2INCL="$ac_gphoto2_incl"
9813
9814 fi
9815
9816 fi
9817
9818
9819     CPPFLAGS="$ac_save_CPPFLAGS"
9820 fi
9821 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9822   case "x$with_gphoto" in
9823   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9824   xno) ;;
9825   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9826 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9827 esac
9828 fi
9829
9830
9831 RESOLVLIBS=""
9832
9833 if test "$ac_cv_header_resolv_h" = "yes"
9834 then
9835     ac_save_LIBS="$LIBS"
9836     LIBS="$LIBS -lresolv"
9837     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9838 /* end confdefs.h.  */
9839 #ifdef HAVE_NETINET_IN_H
9840 #include <netinet/in.h>
9841 #endif
9842 #include <resolv.h>
9843 int
9844 main ()
9845 {
9846 res_init();
9847   ;
9848   return 0;
9849 }
9850 _ACEOF
9851 if ac_fn_c_try_link "$LINENO"; then :
9852
9853 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9854
9855          RESOLVLIBS="-lresolv"
9856 fi
9857 rm -f core conftest.err conftest.$ac_objext \
9858     conftest$ac_exeext conftest.$ac_ext
9859     LIBS="$ac_save_LIBS"
9860 fi
9861
9862 LCMSLIBS=""
9863
9864 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9865 then
9866     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9867 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9868 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9869   $as_echo_n "(cached) " >&6
9870 else
9871   ac_check_lib_save_LIBS=$LIBS
9872 LIBS="-llcms  $LIBS"
9873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h.  */
9875
9876 /* Override any GCC internal prototype to avoid an error.
9877    Use char because int might match the return type of a GCC
9878    builtin and then its argument prototype would still apply.  */
9879 #ifdef __cplusplus
9880 extern "C"
9881 #endif
9882 char cmsOpenProfileFromFile ();
9883 int
9884 main ()
9885 {
9886 return cmsOpenProfileFromFile ();
9887   ;
9888   return 0;
9889 }
9890 _ACEOF
9891 if ac_fn_c_try_link "$LINENO"; then :
9892   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9893 else
9894   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9895 fi
9896 rm -f core conftest.err conftest.$ac_objext \
9897     conftest$ac_exeext conftest.$ac_ext
9898 LIBS=$ac_check_lib_save_LIBS
9899 fi
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9901 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9902 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9903
9904 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9905
9906          LCMSLIBS="-llcms"
9907 fi
9908
9909 fi
9910 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9911   case "x$with_cms" in
9912   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9913   xno) ;;
9914   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9915 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9916 esac
9917 fi
9918
9919 if test "x$with_freetype" != "xno"
9920 then
9921     for ac_prog in freetype-config freetype2-config
9922 do
9923   # Extract the first word of "$ac_prog", so it can be a program name with args.
9924 set dummy $ac_prog; ac_word=$2
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9926 $as_echo_n "checking for $ac_word... " >&6; }
9927 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9928   $as_echo_n "(cached) " >&6
9929 else
9930   if test -n "$ft_devel"; then
9931   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9932 else
9933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9934 for as_dir in $PATH
9935 do
9936   IFS=$as_save_IFS
9937   test -z "$as_dir" && as_dir=.
9938     for ac_exec_ext in '' $ac_executable_extensions; do
9939   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9940     ac_cv_prog_ft_devel="$ac_prog"
9941     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9942     break 2
9943   fi
9944 done
9945   done
9946 IFS=$as_save_IFS
9947
9948 fi
9949 fi
9950 ft_devel=$ac_cv_prog_ft_devel
9951 if test -n "$ft_devel"; then
9952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9953 $as_echo "$ft_devel" >&6; }
9954 else
9955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9956 $as_echo "no" >&6; }
9957 fi
9958
9959
9960   test -n "$ft_devel" && break
9961 done
9962 test -n "$ft_devel" || ft_devel="no"
9963
9964     if test "$ft_devel" != "no"
9965     then
9966         ac_freetype_incl=`$ft_devel --cflags`
9967         ac_freetype_libs=`$ft_devel --libs`
9968     fi
9969     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9970     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9971 $as_echo_n "checking for -lfreetype... " >&6; }
9972 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9973   $as_echo_n "(cached) " >&6
9974 else
9975   ac_check_soname_save_LIBS=$LIBS
9976 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9977   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9978 /* end confdefs.h.  */
9979
9980 /* Override any GCC internal prototype to avoid an error.
9981    Use char because int might match the return type of a GCC
9982    builtin and then its argument prototype would still apply.  */
9983 #ifdef __cplusplus
9984 extern "C"
9985 #endif
9986 char FT_Init_FreeType ();
9987 int
9988 main ()
9989 {
9990 return FT_Init_FreeType ();
9991   ;
9992   return 0;
9993 }
9994 _ACEOF
9995 if ac_fn_c_try_link "$LINENO"; then :
9996   case "$LIBEXT" in
9997     dll) ;;
9998     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9999     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10000   esac
10001 fi
10002 rm -f core conftest.err conftest.$ac_objext \
10003     conftest$ac_exeext conftest.$ac_ext
10004   LIBS=$ac_check_soname_save_LIBS
10005 fi
10006 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10008 $as_echo "not found" >&6; }
10009        ft_lib=no
10010 else
10011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10012 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10013
10014 cat >>confdefs.h <<_ACEOF
10015 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10016 _ACEOF
10017
10018        ft_lib=yes
10019 fi
10020     if test "$ft_lib" = "yes"
10021     then
10022         ac_save_CPPFLAGS="$CPPFLAGS"
10023         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10024         for ac_header in ft2build.h \
10025                          freetype/freetype.h \
10026                          freetype/ftglyph.h \
10027                          freetype/fttypes.h \
10028                          freetype/tttables.h \
10029                          freetype/ftsnames.h \
10030                          freetype/ttnameid.h \
10031                          freetype/ftoutln.h \
10032                          freetype/ftwinfnt.h \
10033                          freetype/ftmodapi.h \
10034                          freetype/ftlcdfil.h \
10035                          freetype/internal/sfnt.h
10036 do :
10037   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10038 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10039                           # include <ft2build.h>
10040                           #endif
10041 "
10042 eval as_val=\$$as_ac_Header
10043    if test "x$as_val" = x""yes; then :
10044   cat >>confdefs.h <<_ACEOF
10045 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10046 _ACEOF
10047
10048 fi
10049
10050 done
10051
10052         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10053 /* end confdefs.h.  */
10054 #include <ft2build.h>
10055                     #include <freetype/fttrigon.h>
10056 _ACEOF
10057 if ac_fn_c_try_cpp "$LINENO"; then :
10058
10059 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10060
10061                     wine_cv_fttrigon=yes
10062 else
10063   wine_cv_fttrigon=no
10064 fi
10065 rm -f conftest.err conftest.$ac_ext
10066         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10067 "
10068 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10069
10070 cat >>confdefs.h <<_ACEOF
10071 #define HAVE_FT_TRUETYPEENGINETYPE 1
10072 _ACEOF
10073
10074
10075 fi
10076
10077         ac_save_CFLAGS="$CFLAGS"
10078         CFLAGS="$CFLAGS $ac_freetype_libs"
10079         for ac_func in FT_Load_Sfnt_Table
10080 do :
10081   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10082 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10083   cat >>confdefs.h <<_ACEOF
10084 #define HAVE_FT_LOAD_SFNT_TABLE 1
10085 _ACEOF
10086
10087 fi
10088 done
10089
10090         CFLAGS="$ac_save_CFLAGS"
10091         CPPFLAGS="$ac_save_CPPFLAGS"
10092                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10093         then
10094
10095 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10096
10097             FREETYPELIBS="$ac_freetype_libs"
10098
10099             FREETYPEINCL="$ac_freetype_incl"
10100
10101         fi
10102     fi
10103 fi
10104 if test "x$FREETYPELIBS" = "x"; then :
10105   case "x$with_freetype" in
10106   xno) ;;
10107   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10108 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10109 esac
10110 fi
10111 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10112
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10114 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10115 if test "${ac_cv_c_ppdev+set}" = set; then :
10116   $as_echo_n "(cached) " >&6
10117 else
10118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10119 /* end confdefs.h.  */
10120 #include <linux/ppdev.h>
10121 int
10122 main ()
10123 {
10124 ioctl (1,PPCLAIM,0)
10125   ;
10126   return 0;
10127 }
10128 _ACEOF
10129 if ac_fn_c_try_compile "$LINENO"; then :
10130   ac_cv_c_ppdev="yes"
10131 else
10132   ac_cv_c_ppdev="no"
10133 fi
10134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10135 fi
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10137 $as_echo "$ac_cv_c_ppdev" >&6; }
10138 if test "$ac_cv_c_ppdev" = "yes"
10139 then
10140
10141 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10142
10143 fi
10144
10145 ac_wine_check_funcs_save_LIBS="$LIBS"
10146 LIBS="$LIBS $LIBPTHREAD"
10147 for ac_func in \
10148         pthread_attr_get_np \
10149         pthread_getattr_np \
10150         pthread_get_stackaddr_np \
10151         pthread_get_stacksize_np
10152 do :
10153   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10154 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10155 eval as_val=\$$as_ac_var
10156    if test "x$as_val" = x""yes; then :
10157   cat >>confdefs.h <<_ACEOF
10158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10159 _ACEOF
10160
10161 fi
10162 done
10163
10164 LIBS="$ac_wine_check_funcs_save_LIBS"
10165
10166 if test "$ac_cv_header_zlib_h" = "yes"
10167 then
10168     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10169 $as_echo_n "checking for inflate in -lz... " >&6; }
10170 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10171   $as_echo_n "(cached) " >&6
10172 else
10173   ac_check_lib_save_LIBS=$LIBS
10174 LIBS="-lz  $LIBS"
10175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10176 /* end confdefs.h.  */
10177
10178 /* Override any GCC internal prototype to avoid an error.
10179    Use char because int might match the return type of a GCC
10180    builtin and then its argument prototype would still apply.  */
10181 #ifdef __cplusplus
10182 extern "C"
10183 #endif
10184 char inflate ();
10185 int
10186 main ()
10187 {
10188 return inflate ();
10189   ;
10190   return 0;
10191 }
10192 _ACEOF
10193 if ac_fn_c_try_link "$LINENO"; then :
10194   ac_cv_lib_z_inflate=yes
10195 else
10196   ac_cv_lib_z_inflate=no
10197 fi
10198 rm -f core conftest.err conftest.$ac_objext \
10199     conftest$ac_exeext conftest.$ac_ext
10200 LIBS=$ac_check_lib_save_LIBS
10201 fi
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10203 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10204 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10205
10206 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10207
10208                             ZLIB="-lz"
10209
10210 fi
10211
10212 fi
10213
10214 if test "x$with_esd" != xno
10215 then
10216     save_CFLAGS="$CFLAGS"
10217     # Extract the first word of "esd-config", so it can be a program name with args.
10218 set dummy esd-config; ac_word=$2
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10220 $as_echo_n "checking for $ac_word... " >&6; }
10221 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10222   $as_echo_n "(cached) " >&6
10223 else
10224   case $ESDCONFIG in
10225   [\\/]* | ?:[\\/]*)
10226   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10227   ;;
10228   *)
10229   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10230 for as_dir in $PATH
10231 do
10232   IFS=$as_save_IFS
10233   test -z "$as_dir" && as_dir=.
10234     for ac_exec_ext in '' $ac_executable_extensions; do
10235   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10236     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10237     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10238     break 2
10239   fi
10240 done
10241   done
10242 IFS=$as_save_IFS
10243
10244   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10245   ;;
10246 esac
10247 fi
10248 ESDCONFIG=$ac_cv_path_ESDCONFIG
10249 if test -n "$ESDCONFIG"; then
10250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10251 $as_echo "$ESDCONFIG" >&6; }
10252 else
10253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10254 $as_echo "no" >&6; }
10255 fi
10256
10257
10258     if test "x$ESDCONFIG" != "xno"
10259     then
10260         ac_esd_incl=""
10261         for i in `$ESDCONFIG --cflags`
10262         do
10263             case "$i" in
10264                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10265             esac
10266         done
10267         ac_esd_libs=`$ESDCONFIG --libs`
10268         CFLAGS="$CFLAGS $ac_esd_incl"
10269     fi
10270     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10271     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10272 if test "x$ac_cv_header_esd_h" = x""yes; then :
10273   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10274 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10275 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10276   $as_echo_n "(cached) " >&6
10277 else
10278   ac_check_lib_save_LIBS=$LIBS
10279 LIBS="-lesd $ac_esd_libs $LIBS"
10280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10281 /* end confdefs.h.  */
10282
10283 /* Override any GCC internal prototype to avoid an error.
10284    Use char because int might match the return type of a GCC
10285    builtin and then its argument prototype would still apply.  */
10286 #ifdef __cplusplus
10287 extern "C"
10288 #endif
10289 char esd_open_sound ();
10290 int
10291 main ()
10292 {
10293 return esd_open_sound ();
10294   ;
10295   return 0;
10296 }
10297 _ACEOF
10298 if ac_fn_c_try_link "$LINENO"; then :
10299   ac_cv_lib_esd_esd_open_sound=yes
10300 else
10301   ac_cv_lib_esd_esd_open_sound=no
10302 fi
10303 rm -f core conftest.err conftest.$ac_objext \
10304     conftest$ac_exeext conftest.$ac_ext
10305 LIBS=$ac_check_lib_save_LIBS
10306 fi
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10308 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10309 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10310   ESDINCL="$ac_esd_incl"
10311
10312              ESDLIBS="$ac_esd_libs"
10313
10314
10315 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10316
10317 fi
10318
10319 fi
10320
10321
10322     CFLAGS="$save_CFLAGS"
10323 fi
10324
10325 ALSALIBS=""
10326
10327 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10328 then
10329     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10330 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10331 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10332   $as_echo_n "(cached) " >&6
10333 else
10334   ac_check_lib_save_LIBS=$LIBS
10335 LIBS="-lasound  $LIBS"
10336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10337 /* end confdefs.h.  */
10338
10339 /* Override any GCC internal prototype to avoid an error.
10340    Use char because int might match the return type of a GCC
10341    builtin and then its argument prototype would still apply.  */
10342 #ifdef __cplusplus
10343 extern "C"
10344 #endif
10345 char snd_pcm_hw_params_get_access ();
10346 int
10347 main ()
10348 {
10349 return snd_pcm_hw_params_get_access ();
10350   ;
10351   return 0;
10352 }
10353 _ACEOF
10354 if ac_fn_c_try_link "$LINENO"; then :
10355   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10356 else
10357   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10358 fi
10359 rm -f core conftest.err conftest.$ac_objext \
10360     conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_lib_save_LIBS
10362 fi
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10364 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10365 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10366   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10367 /* end confdefs.h.  */
10368 #ifdef HAVE_ALSA_ASOUNDLIB_H
10369 #include <alsa/asoundlib.h>
10370 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10371 #include <sys/asoundlib.h>
10372 #endif
10373 int
10374 main ()
10375 {
10376 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10377   ;
10378   return 0;
10379 }
10380 _ACEOF
10381 if ac_fn_c_try_compile "$LINENO"; then :
10382
10383 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10384
10385                          ALSALIBS="-lasound"
10386 fi
10387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10388 fi
10389
10390 fi
10391
10392 AUDIOIOLIBS=""
10393
10394 if test "$ac_cv_header_libaudioio_h" = "yes"
10395 then
10396     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10397 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10398 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10399   $as_echo_n "(cached) " >&6
10400 else
10401   ac_check_lib_save_LIBS=$LIBS
10402 LIBS="-laudioio  $LIBS"
10403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10404 /* end confdefs.h.  */
10405
10406 /* Override any GCC internal prototype to avoid an error.
10407    Use char because int might match the return type of a GCC
10408    builtin and then its argument prototype would still apply.  */
10409 #ifdef __cplusplus
10410 extern "C"
10411 #endif
10412 char AudioIOGetVersion ();
10413 int
10414 main ()
10415 {
10416 return AudioIOGetVersion ();
10417   ;
10418   return 0;
10419 }
10420 _ACEOF
10421 if ac_fn_c_try_link "$LINENO"; then :
10422   ac_cv_lib_audioio_AudioIOGetVersion=yes
10423 else
10424   ac_cv_lib_audioio_AudioIOGetVersion=no
10425 fi
10426 rm -f core conftest.err conftest.$ac_objext \
10427     conftest$ac_exeext conftest.$ac_ext
10428 LIBS=$ac_check_lib_save_LIBS
10429 fi
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10431 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10432 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10433   AUDIOIOLIBS="-laudioio"
10434
10435 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10436
10437 fi
10438
10439 fi
10440
10441
10442 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10443 then
10444     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10445 $as_echo_n "checking for -lcapi20... " >&6; }
10446 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10447   $as_echo_n "(cached) " >&6
10448 else
10449   ac_check_soname_save_LIBS=$LIBS
10450 LIBS="-lcapi20  $LIBS"
10451   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10452 /* end confdefs.h.  */
10453
10454 /* Override any GCC internal prototype to avoid an error.
10455    Use char because int might match the return type of a GCC
10456    builtin and then its argument prototype would still apply.  */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char capi20_register ();
10461 int
10462 main ()
10463 {
10464 return capi20_register ();
10465   ;
10466   return 0;
10467 }
10468 _ACEOF
10469 if ac_fn_c_try_link "$LINENO"; then :
10470   case "$LIBEXT" in
10471     dll) ;;
10472     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10473     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10474   esac
10475 fi
10476 rm -f core conftest.err conftest.$ac_objext \
10477     conftest$ac_exeext conftest.$ac_ext
10478   LIBS=$ac_check_soname_save_LIBS
10479 fi
10480 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10481   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10482 $as_echo "not found" >&6; }
10483
10484 else
10485   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10486 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10487
10488 cat >>confdefs.h <<_ACEOF
10489 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10490 _ACEOF
10491
10492
10493 fi
10494 fi
10495 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10496   case "x$with_capi" in
10497   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10498   xno) ;;
10499   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10500 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10501 esac
10502 fi
10503
10504 CUPSINCL=""
10505
10506 if test "x$with_cups" != "xno"
10507 then
10508     ac_save_CPPFLAGS="$CPPFLAGS"
10509     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10510     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10511     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10512     for ac_header in cups/cups.h
10513 do :
10514   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10515 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10516   cat >>confdefs.h <<_ACEOF
10517 #define HAVE_CUPS_CUPS_H 1
10518 _ACEOF
10519  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10520 $as_echo_n "checking for -lcups... " >&6; }
10521 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10522   $as_echo_n "(cached) " >&6
10523 else
10524   ac_check_soname_save_LIBS=$LIBS
10525 LIBS="-lcups $ac_cups_libs $LIBS"
10526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h.  */
10528
10529 /* Override any GCC internal prototype to avoid an error.
10530    Use char because int might match the return type of a GCC
10531    builtin and then its argument prototype would still apply.  */
10532 #ifdef __cplusplus
10533 extern "C"
10534 #endif
10535 char cupsGetDefault ();
10536 int
10537 main ()
10538 {
10539 return cupsGetDefault ();
10540   ;
10541   return 0;
10542 }
10543 _ACEOF
10544 if ac_fn_c_try_link "$LINENO"; then :
10545   case "$LIBEXT" in
10546     dll) ;;
10547     dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10548     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10549   esac
10550 fi
10551 rm -f core conftest.err conftest.$ac_objext \
10552     conftest$ac_exeext conftest.$ac_ext
10553   LIBS=$ac_check_soname_save_LIBS
10554 fi
10555 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10556   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10557 $as_echo "not found" >&6; }
10558
10559 else
10560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10561 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10562
10563 cat >>confdefs.h <<_ACEOF
10564 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10565 _ACEOF
10566
10567        CUPSINCL="$ac_cups_cflags"
10568 fi
10569 fi
10570
10571 done
10572
10573     CPPFLAGS="$ac_save_CPPFLAGS"
10574 fi
10575 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10576   case "x$with_cups" in
10577   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10578   xno) ;;
10579   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10580 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10581 esac
10582 fi
10583
10584 if test "$ac_cv_header_jack_jack_h" = "yes"
10585 then
10586     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10587 $as_echo_n "checking for -ljack... " >&6; }
10588 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10589   $as_echo_n "(cached) " >&6
10590 else
10591   ac_check_soname_save_LIBS=$LIBS
10592 LIBS="-ljack  $LIBS"
10593   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10594 /* end confdefs.h.  */
10595
10596 /* Override any GCC internal prototype to avoid an error.
10597    Use char because int might match the return type of a GCC
10598    builtin and then its argument prototype would still apply.  */
10599 #ifdef __cplusplus
10600 extern "C"
10601 #endif
10602 char jack_client_new ();
10603 int
10604 main ()
10605 {
10606 return jack_client_new ();
10607   ;
10608   return 0;
10609 }
10610 _ACEOF
10611 if ac_fn_c_try_link "$LINENO"; then :
10612   case "$LIBEXT" in
10613     dll) ;;
10614     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10615     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10616   esac
10617 fi
10618 rm -f core conftest.err conftest.$ac_objext \
10619     conftest$ac_exeext conftest.$ac_ext
10620   LIBS=$ac_check_soname_save_LIBS
10621 fi
10622 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10623   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10624 $as_echo "not found" >&6; }
10625
10626 else
10627   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10628 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10629
10630 cat >>confdefs.h <<_ACEOF
10631 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10632 _ACEOF
10633
10634
10635 fi
10636 fi
10637
10638 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10639 then
10640     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10641 $as_echo_n "checking for -lfontconfig... " >&6; }
10642 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10643   $as_echo_n "(cached) " >&6
10644 else
10645   ac_check_soname_save_LIBS=$LIBS
10646 LIBS="-lfontconfig  $LIBS"
10647   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10648 /* end confdefs.h.  */
10649
10650 /* Override any GCC internal prototype to avoid an error.
10651    Use char because int might match the return type of a GCC
10652    builtin and then its argument prototype would still apply.  */
10653 #ifdef __cplusplus
10654 extern "C"
10655 #endif
10656 char FcInit ();
10657 int
10658 main ()
10659 {
10660 return FcInit ();
10661   ;
10662   return 0;
10663 }
10664 _ACEOF
10665 if ac_fn_c_try_link "$LINENO"; then :
10666   case "$LIBEXT" in
10667     dll) ;;
10668     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10669     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10670   esac
10671 fi
10672 rm -f core conftest.err conftest.$ac_objext \
10673     conftest$ac_exeext conftest.$ac_ext
10674   LIBS=$ac_check_soname_save_LIBS
10675 fi
10676 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10677   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10678 $as_echo "not found" >&6; }
10679
10680 else
10681   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10682 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10683
10684 cat >>confdefs.h <<_ACEOF
10685 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10686 _ACEOF
10687
10688
10689 fi
10690 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10691 then
10692         ac_save_CPPFLAGS="$CPPFLAGS"
10693     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10694     $as_unset ac_cv_header_fontconfig_fontconfig_h
10695     for ac_header in fontconfig/fontconfig.h
10696 do :
10697   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10698 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10699   cat >>confdefs.h <<_ACEOF
10700 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10701 _ACEOF
10702
10703 fi
10704
10705 done
10706
10707     CPPFLAGS="$ac_save_CPPFLAGS"
10708     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10709     then
10710         FONTCONFIGINCL="$X_CFLAGS"
10711
10712         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10713 $as_echo_n "checking for -lfontconfig... " >&6; }
10714 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10715   $as_echo_n "(cached) " >&6
10716 else
10717   ac_check_soname_save_LIBS=$LIBS
10718 LIBS="-lfontconfig $X_LIBS $LIBS"
10719   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10720 /* end confdefs.h.  */
10721
10722 /* Override any GCC internal prototype to avoid an error.
10723    Use char because int might match the return type of a GCC
10724    builtin and then its argument prototype would still apply.  */
10725 #ifdef __cplusplus
10726 extern "C"
10727 #endif
10728 char FcInit ();
10729 int
10730 main ()
10731 {
10732 return FcInit ();
10733   ;
10734   return 0;
10735 }
10736 _ACEOF
10737 if ac_fn_c_try_link "$LINENO"; then :
10738   case "$LIBEXT" in
10739     dll) ;;
10740     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10741     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10742   esac
10743 fi
10744 rm -f core conftest.err conftest.$ac_objext \
10745     conftest$ac_exeext conftest.$ac_ext
10746   LIBS=$ac_check_soname_save_LIBS
10747 fi
10748 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10750 $as_echo "not found" >&6; }
10751
10752 else
10753   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10754 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10755
10756 cat >>confdefs.h <<_ACEOF
10757 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10758 _ACEOF
10759
10760
10761 fi
10762     fi
10763 fi
10764 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10765   case "x$with_fontconfig" in
10766   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10767   xno) ;;
10768   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10769 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10770 esac
10771 fi
10772
10773 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10774 then
10775     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10776 $as_echo_n "checking for -lssl... " >&6; }
10777 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10778   $as_echo_n "(cached) " >&6
10779 else
10780   ac_check_soname_save_LIBS=$LIBS
10781 LIBS="-lssl  $LIBS"
10782   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10783 /* end confdefs.h.  */
10784
10785 /* Override any GCC internal prototype to avoid an error.
10786    Use char because int might match the return type of a GCC
10787    builtin and then its argument prototype would still apply.  */
10788 #ifdef __cplusplus
10789 extern "C"
10790 #endif
10791 char SSL_library_init ();
10792 int
10793 main ()
10794 {
10795 return SSL_library_init ();
10796   ;
10797   return 0;
10798 }
10799 _ACEOF
10800 if ac_fn_c_try_link "$LINENO"; then :
10801   case "$LIBEXT" in
10802     dll) ;;
10803     dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10804     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10805   esac
10806 fi
10807 rm -f core conftest.err conftest.$ac_objext \
10808     conftest$ac_exeext conftest.$ac_ext
10809   LIBS=$ac_check_soname_save_LIBS
10810 fi
10811 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10813 $as_echo "not found" >&6; }
10814
10815 else
10816   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10817 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10818
10819 cat >>confdefs.h <<_ACEOF
10820 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10821 _ACEOF
10822
10823
10824 fi
10825     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10826 $as_echo_n "checking for -lcrypto... " >&6; }
10827 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10828   $as_echo_n "(cached) " >&6
10829 else
10830   ac_check_soname_save_LIBS=$LIBS
10831 LIBS="-lcrypto  $LIBS"
10832   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h.  */
10834
10835 /* Override any GCC internal prototype to avoid an error.
10836    Use char because int might match the return type of a GCC
10837    builtin and then its argument prototype would still apply.  */
10838 #ifdef __cplusplus
10839 extern "C"
10840 #endif
10841 char BIO_new_socket ();
10842 int
10843 main ()
10844 {
10845 return BIO_new_socket ();
10846   ;
10847   return 0;
10848 }
10849 _ACEOF
10850 if ac_fn_c_try_link "$LINENO"; then :
10851   case "$LIBEXT" in
10852     dll) ;;
10853     dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10854     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10855   esac
10856 fi
10857 rm -f core conftest.err conftest.$ac_objext \
10858     conftest$ac_exeext conftest.$ac_ext
10859   LIBS=$ac_check_soname_save_LIBS
10860 fi
10861 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10862   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10863 $as_echo "not found" >&6; }
10864
10865 else
10866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10867 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10868
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10871 _ACEOF
10872
10873
10874 fi
10875 fi
10876 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10877   case "x$with_openssl" in
10878   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10879   xno) ;;
10880   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10881 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10882 esac
10883 fi
10884
10885 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10886 then
10887     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10888 $as_echo_n "checking for -lgsm... " >&6; }
10889 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10890   $as_echo_n "(cached) " >&6
10891 else
10892   ac_check_soname_save_LIBS=$LIBS
10893 LIBS="-lgsm  $LIBS"
10894   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10895 /* end confdefs.h.  */
10896
10897 /* Override any GCC internal prototype to avoid an error.
10898    Use char because int might match the return type of a GCC
10899    builtin and then its argument prototype would still apply.  */
10900 #ifdef __cplusplus
10901 extern "C"
10902 #endif
10903 char gsm_create ();
10904 int
10905 main ()
10906 {
10907 return gsm_create ();
10908   ;
10909   return 0;
10910 }
10911 _ACEOF
10912 if ac_fn_c_try_link "$LINENO"; then :
10913   case "$LIBEXT" in
10914     dll) ;;
10915     dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10916     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10917   esac
10918 fi
10919 rm -f core conftest.err conftest.$ac_objext \
10920     conftest$ac_exeext conftest.$ac_ext
10921   LIBS=$ac_check_soname_save_LIBS
10922 fi
10923 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10925 $as_echo "not found" >&6; }
10926
10927 else
10928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10929 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10930
10931 cat >>confdefs.h <<_ACEOF
10932 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10933 _ACEOF
10934
10935
10936 fi
10937 fi
10938 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10939   case "x$with_gsm" in
10940   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10941   xno) ;;
10942   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10943 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10944 esac
10945 fi
10946
10947 if test "$ac_cv_header_jpeglib_h" = "yes"
10948 then
10949     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10950 $as_echo_n "checking for -ljpeg... " >&6; }
10951 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10952   $as_echo_n "(cached) " >&6
10953 else
10954   ac_check_soname_save_LIBS=$LIBS
10955 LIBS="-ljpeg  $LIBS"
10956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957 /* end confdefs.h.  */
10958
10959 /* Override any GCC internal prototype to avoid an error.
10960    Use char because int might match the return type of a GCC
10961    builtin and then its argument prototype would still apply.  */
10962 #ifdef __cplusplus
10963 extern "C"
10964 #endif
10965 char jpeg_start_decompress ();
10966 int
10967 main ()
10968 {
10969 return jpeg_start_decompress ();
10970   ;
10971   return 0;
10972 }
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975   case "$LIBEXT" in
10976     dll) ;;
10977     dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10978     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10979   esac
10980 fi
10981 rm -f core conftest.err conftest.$ac_objext \
10982     conftest$ac_exeext conftest.$ac_ext
10983   LIBS=$ac_check_soname_save_LIBS
10984 fi
10985 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10987 $as_echo "not found" >&6; }
10988
10989 else
10990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10991 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10992
10993 cat >>confdefs.h <<_ACEOF
10994 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10995 _ACEOF
10996
10997
10998 fi
10999 fi
11000 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11001   case "x$with_jpeg" in
11002   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11003   xno) ;;
11004   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11005 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11006 esac
11007 fi
11008
11009 if test "$ac_cv_header_png_h" = "yes"
11010 then
11011     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11012 $as_echo_n "checking for -lpng... " >&6; }
11013 if test "${ac_cv_lib_soname_png+set}" = set; then :
11014   $as_echo_n "(cached) " >&6
11015 else
11016   ac_check_soname_save_LIBS=$LIBS
11017 LIBS="-lpng -lm -lz $LIBS"
11018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h.  */
11020
11021 /* Override any GCC internal prototype to avoid an error.
11022    Use char because int might match the return type of a GCC
11023    builtin and then its argument prototype would still apply.  */
11024 #ifdef __cplusplus
11025 extern "C"
11026 #endif
11027 char png_create_read_struct ();
11028 int
11029 main ()
11030 {
11031 return png_create_read_struct ();
11032   ;
11033   return 0;
11034 }
11035 _ACEOF
11036 if ac_fn_c_try_link "$LINENO"; then :
11037   case "$LIBEXT" in
11038     dll) ;;
11039     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11040     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11041   esac
11042 fi
11043 rm -f core conftest.err conftest.$ac_objext \
11044     conftest$ac_exeext conftest.$ac_ext
11045   LIBS=$ac_check_soname_save_LIBS
11046 fi
11047 if test "x$ac_cv_lib_soname_png" = "x"; then :
11048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11049 $as_echo "not found" >&6; }
11050
11051 else
11052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11053 $as_echo "$ac_cv_lib_soname_png" >&6; }
11054
11055 cat >>confdefs.h <<_ACEOF
11056 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11057 _ACEOF
11058
11059
11060 fi
11061 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11062 then
11063         ac_save_CPPFLAGS="$CPPFLAGS"
11064     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11065     $as_unset ac_cv_header_png_h
11066     for ac_header in png.h
11067 do :
11068   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11069 if test "x$ac_cv_header_png_h" = x""yes; then :
11070   cat >>confdefs.h <<_ACEOF
11071 #define HAVE_PNG_H 1
11072 _ACEOF
11073
11074 fi
11075
11076 done
11077
11078     CPPFLAGS="$ac_save_CPPFLAGS"
11079     if test "$ac_cv_header_png_h" = "yes"
11080     then
11081         PNGINCL="$X_CFLAGS"
11082
11083         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11084 $as_echo_n "checking for -lpng... " >&6; }
11085 if test "${ac_cv_lib_soname_png+set}" = set; then :
11086   $as_echo_n "(cached) " >&6
11087 else
11088   ac_check_soname_save_LIBS=$LIBS
11089 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11090   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11091 /* end confdefs.h.  */
11092
11093 /* Override any GCC internal prototype to avoid an error.
11094    Use char because int might match the return type of a GCC
11095    builtin and then its argument prototype would still apply.  */
11096 #ifdef __cplusplus
11097 extern "C"
11098 #endif
11099 char png_create_read_struct ();
11100 int
11101 main ()
11102 {
11103 return png_create_read_struct ();
11104   ;
11105   return 0;
11106 }
11107 _ACEOF
11108 if ac_fn_c_try_link "$LINENO"; then :
11109   case "$LIBEXT" in
11110     dll) ;;
11111     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11112     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11113   esac
11114 fi
11115 rm -f core conftest.err conftest.$ac_objext \
11116     conftest$ac_exeext conftest.$ac_ext
11117   LIBS=$ac_check_soname_save_LIBS
11118 fi
11119 if test "x$ac_cv_lib_soname_png" = "x"; then :
11120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11121 $as_echo "not found" >&6; }
11122
11123 else
11124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11125 $as_echo "$ac_cv_lib_soname_png" >&6; }
11126
11127 cat >>confdefs.h <<_ACEOF
11128 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11129 _ACEOF
11130
11131
11132 fi
11133     fi
11134 fi
11135 if test "x$ac_cv_lib_soname_png" = "x"; then :
11136   case "x$with_png" in
11137   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11138   xno) ;;
11139   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11140 This is an error since --with-png was requested." "$LINENO" 5 ;;
11141 esac
11142 fi
11143
11144 if test "$ac_cv_header_mpg123_h" = "yes"
11145 then
11146     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11147 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11148 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11149   $as_echo_n "(cached) " >&6
11150 else
11151   ac_check_lib_save_LIBS=$LIBS
11152 LIBS="-lmpg123  $LIBS"
11153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11154 /* end confdefs.h.  */
11155
11156 /* Override any GCC internal prototype to avoid an error.
11157    Use char because int might match the return type of a GCC
11158    builtin and then its argument prototype would still apply.  */
11159 #ifdef __cplusplus
11160 extern "C"
11161 #endif
11162 char mpg123_feed ();
11163 int
11164 main ()
11165 {
11166 return mpg123_feed ();
11167   ;
11168   return 0;
11169 }
11170 _ACEOF
11171 if ac_fn_c_try_link "$LINENO"; then :
11172   ac_cv_lib_mpg123_mpg123_feed=yes
11173 else
11174   ac_cv_lib_mpg123_mpg123_feed=no
11175 fi
11176 rm -f core conftest.err conftest.$ac_objext \
11177     conftest$ac_exeext conftest.$ac_ext
11178 LIBS=$ac_check_lib_save_LIBS
11179 fi
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11181 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11182 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11183   LIBMPG123="-lmpg123"
11184
11185 fi
11186
11187 fi
11188 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11189   case "x$with_mpg123" in
11190   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11191   xno) ;;
11192   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11193 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11194 esac
11195 fi
11196 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11197
11198 if test "$ac_cv_header_AL_al_h" = "yes"
11199 then
11200     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11201 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11202 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11203   $as_echo_n "(cached) " >&6
11204 else
11205   ac_check_lib_save_LIBS=$LIBS
11206 LIBS="-lopenal  $LIBS"
11207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11208 /* end confdefs.h.  */
11209
11210 /* Override any GCC internal prototype to avoid an error.
11211    Use char because int might match the return type of a GCC
11212    builtin and then its argument prototype would still apply.  */
11213 #ifdef __cplusplus
11214 extern "C"
11215 #endif
11216 char alGetSource3i ();
11217 int
11218 main ()
11219 {
11220 return alGetSource3i ();
11221   ;
11222   return 0;
11223 }
11224 _ACEOF
11225 if ac_fn_c_try_link "$LINENO"; then :
11226   ac_cv_lib_openal_alGetSource3i=yes
11227 else
11228   ac_cv_lib_openal_alGetSource3i=no
11229 fi
11230 rm -f core conftest.err conftest.$ac_objext \
11231     conftest$ac_exeext conftest.$ac_ext
11232 LIBS=$ac_check_lib_save_LIBS
11233 fi
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11235 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11236 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11237   LIBOPENAL="-lopenal"
11238
11239 fi
11240
11241 fi
11242 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11243   case "x$with_openal" in
11244   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11245   xno) ;;
11246   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11247 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11248 esac
11249 fi
11250 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11251
11252 if test "$ac_cv_header_kstat_h" = "yes"
11253 then
11254     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11255 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11256 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11257   $as_echo_n "(cached) " >&6
11258 else
11259   ac_check_lib_save_LIBS=$LIBS
11260 LIBS="-lkstat  $LIBS"
11261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11262 /* end confdefs.h.  */
11263
11264 /* Override any GCC internal prototype to avoid an error.
11265    Use char because int might match the return type of a GCC
11266    builtin and then its argument prototype would still apply.  */
11267 #ifdef __cplusplus
11268 extern "C"
11269 #endif
11270 char kstat_open ();
11271 int
11272 main ()
11273 {
11274 return kstat_open ();
11275   ;
11276   return 0;
11277 }
11278 _ACEOF
11279 if ac_fn_c_try_link "$LINENO"; then :
11280   ac_cv_lib_kstat_kstat_open=yes
11281 else
11282   ac_cv_lib_kstat_kstat_open=no
11283 fi
11284 rm -f core conftest.err conftest.$ac_objext \
11285     conftest$ac_exeext conftest.$ac_ext
11286 LIBS=$ac_check_lib_save_LIBS
11287 fi
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11289 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11290 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11291
11292 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11293
11294                   LIBKSTAT="-lkstat"
11295
11296 fi
11297
11298 fi
11299
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11301 $as_echo_n "checking for -lodbc... " >&6; }
11302 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11303   $as_echo_n "(cached) " >&6
11304 else
11305   ac_check_soname_save_LIBS=$LIBS
11306 LIBS="-lodbc  $LIBS"
11307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11308 /* end confdefs.h.  */
11309
11310 /* Override any GCC internal prototype to avoid an error.
11311    Use char because int might match the return type of a GCC
11312    builtin and then its argument prototype would still apply.  */
11313 #ifdef __cplusplus
11314 extern "C"
11315 #endif
11316 char SQLConnect ();
11317 int
11318 main ()
11319 {
11320 return SQLConnect ();
11321   ;
11322   return 0;
11323 }
11324 _ACEOF
11325 if ac_fn_c_try_link "$LINENO"; then :
11326   case "$LIBEXT" in
11327     dll) ;;
11328     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11329     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11330   esac
11331 fi
11332 rm -f core conftest.err conftest.$ac_objext \
11333     conftest$ac_exeext conftest.$ac_ext
11334   LIBS=$ac_check_soname_save_LIBS
11335 fi
11336 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11337   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11338 $as_echo "not found" >&6; }
11339        cat >>confdefs.h <<_ACEOF
11340 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11341 _ACEOF
11342
11343 else
11344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11345 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11346
11347 cat >>confdefs.h <<_ACEOF
11348 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11349 _ACEOF
11350
11351
11352 fi
11353
11354 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11355         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11356         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11357         "$ac_cv_header_soundcard_h" != "yes" -a \
11358         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11359 then
11360     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11361 fi
11362
11363
11364 EXTRACFLAGS=""
11365
11366 if test "x${GCC}" = "xyes"
11367 then
11368   EXTRACFLAGS="-Wall -pipe"
11369
11370     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11371 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11372 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11373   $as_echo_n "(cached) " >&6
11374 else
11375   if test "$cross_compiling" = yes; then :
11376   ac_cv_c_gcc_strength_bug="yes"
11377 else
11378   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11379 /* end confdefs.h.  */
11380 int L[4] = {0,1,2,3};
11381 int
11382 main ()
11383 {
11384 static int Array[3];
11385   unsigned int B = 3;
11386   int i;
11387   for(i=0; i<B; i++) Array[i] = i - 3;
11388   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11389   L[i] = 4;
11390   return (Array[1] != -2 || L[2] != 3)
11391   ;
11392   return 0;
11393 }
11394 _ACEOF
11395 if ac_fn_c_try_run "$LINENO"; then :
11396   ac_cv_c_gcc_strength_bug="no"
11397 else
11398   ac_cv_c_gcc_strength_bug="yes"
11399 fi
11400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11401   conftest.$ac_objext conftest.beam conftest.$ac_ext
11402 fi
11403
11404 fi
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11406 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11407   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11408   then
11409     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11410   fi
11411
11412     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11413 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11414 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11415   $as_echo_n "(cached) " >&6
11416 else
11417   ac_wine_try_cflags_saved=$CFLAGS
11418 CFLAGS="$CFLAGS -fno-builtin"
11419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11420 /* end confdefs.h.  */
11421 int main(int argc, char *argv) { return 0; }
11422 _ACEOF
11423 if ac_fn_c_try_link "$LINENO"; then :
11424   ac_cv_cflags__fno_builtin=yes
11425 else
11426   ac_cv_cflags__fno_builtin=no
11427 fi
11428 rm -f core conftest.err conftest.$ac_objext \
11429     conftest$ac_exeext conftest.$ac_ext
11430 CFLAGS=$ac_wine_try_cflags_saved
11431 fi
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11433 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11434 if test $ac_cv_cflags__fno_builtin = yes; then :
11435   BUILTINFLAG="-fno-builtin"
11436
11437 fi
11438   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11439 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11440 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11441   $as_echo_n "(cached) " >&6
11442 else
11443   ac_wine_try_cflags_saved=$CFLAGS
11444 CFLAGS="$CFLAGS -fno-strict-aliasing"
11445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11446 /* end confdefs.h.  */
11447 int main(int argc, char *argv) { return 0; }
11448 _ACEOF
11449 if ac_fn_c_try_link "$LINENO"; then :
11450   ac_cv_cflags__fno_strict_aliasing=yes
11451 else
11452   ac_cv_cflags__fno_strict_aliasing=no
11453 fi
11454 rm -f core conftest.err conftest.$ac_objext \
11455     conftest$ac_exeext conftest.$ac_ext
11456 CFLAGS=$ac_wine_try_cflags_saved
11457 fi
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11459 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11460 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11461   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11462 fi
11463   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11464 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11465 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11466   $as_echo_n "(cached) " >&6
11467 else
11468   ac_wine_try_cflags_saved=$CFLAGS
11469 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h.  */
11472 int main(int argc, char *argv) { return 0; }
11473 _ACEOF
11474 if ac_fn_c_try_link "$LINENO"; then :
11475   ac_cv_cflags__Wdeclaration_after_statement=yes
11476 else
11477   ac_cv_cflags__Wdeclaration_after_statement=no
11478 fi
11479 rm -f core conftest.err conftest.$ac_objext \
11480     conftest$ac_exeext conftest.$ac_ext
11481 CFLAGS=$ac_wine_try_cflags_saved
11482 fi
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11484 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11485 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11486   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11487 fi
11488   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11489 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11490 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11491   $as_echo_n "(cached) " >&6
11492 else
11493   ac_wine_try_cflags_saved=$CFLAGS
11494 CFLAGS="$CFLAGS -Wstrict-prototypes"
11495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h.  */
11497 int main(int argc, char *argv) { return 0; }
11498 _ACEOF
11499 if ac_fn_c_try_link "$LINENO"; then :
11500   ac_cv_cflags__Wstrict_prototypes=yes
11501 else
11502   ac_cv_cflags__Wstrict_prototypes=no
11503 fi
11504 rm -f core conftest.err conftest.$ac_objext \
11505     conftest$ac_exeext conftest.$ac_ext
11506 CFLAGS=$ac_wine_try_cflags_saved
11507 fi
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11509 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11510 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11511   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11512 fi
11513   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11514 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11515 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11516   $as_echo_n "(cached) " >&6
11517 else
11518   ac_wine_try_cflags_saved=$CFLAGS
11519 CFLAGS="$CFLAGS -Wtype-limits"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521 /* end confdefs.h.  */
11522 int main(int argc, char *argv) { return 0; }
11523 _ACEOF
11524 if ac_fn_c_try_link "$LINENO"; then :
11525   ac_cv_cflags__Wtype_limits=yes
11526 else
11527   ac_cv_cflags__Wtype_limits=no
11528 fi
11529 rm -f core conftest.err conftest.$ac_objext \
11530     conftest$ac_exeext conftest.$ac_ext
11531 CFLAGS=$ac_wine_try_cflags_saved
11532 fi
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11534 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11535 if test $ac_cv_cflags__Wtype_limits = yes; then :
11536   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11537 fi
11538   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11539 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11540 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11541   $as_echo_n "(cached) " >&6
11542 else
11543   ac_wine_try_cflags_saved=$CFLAGS
11544 CFLAGS="$CFLAGS -Wwrite-strings"
11545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11546 /* end confdefs.h.  */
11547 int main(int argc, char *argv) { return 0; }
11548 _ACEOF
11549 if ac_fn_c_try_link "$LINENO"; then :
11550   ac_cv_cflags__Wwrite_strings=yes
11551 else
11552   ac_cv_cflags__Wwrite_strings=no
11553 fi
11554 rm -f core conftest.err conftest.$ac_objext \
11555     conftest$ac_exeext conftest.$ac_ext
11556 CFLAGS=$ac_wine_try_cflags_saved
11557 fi
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11559 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11560 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11561   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11562 fi
11563
11564     saved_CFLAGS="$CFLAGS"
11565   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11566   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11567 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11568 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11569   $as_echo_n "(cached) " >&6
11570 else
11571   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h.  */
11573 #include <string.h>
11574 int
11575 main ()
11576 {
11577
11578   ;
11579   return 0;
11580 }
11581 _ACEOF
11582 if ac_fn_c_try_compile "$LINENO"; then :
11583   ac_cv_c_string_h_warnings=no
11584 else
11585   ac_cv_c_string_h_warnings=yes
11586 fi
11587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 fi
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11590 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11591   CFLAGS="$saved_CFLAGS"
11592   if test "$ac_cv_c_string_h_warnings" = "no"
11593   then
11594     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11595   fi
11596
11597     if test "${enable_maintainer_mode+set}" = set
11598   then
11599       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11600 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11601 if test "${ac_cv_cflags__Werror+set}" = set; then :
11602   $as_echo_n "(cached) " >&6
11603 else
11604   ac_wine_try_cflags_saved=$CFLAGS
11605 CFLAGS="$CFLAGS -Werror"
11606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11607 /* end confdefs.h.  */
11608 int main(int argc, char *argv) { return 0; }
11609 _ACEOF
11610 if ac_fn_c_try_link "$LINENO"; then :
11611   ac_cv_cflags__Werror=yes
11612 else
11613   ac_cv_cflags__Werror=no
11614 fi
11615 rm -f core conftest.err conftest.$ac_objext \
11616     conftest$ac_exeext conftest.$ac_ext
11617 CFLAGS=$ac_wine_try_cflags_saved
11618 fi
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11620 $as_echo "$ac_cv_cflags__Werror" >&6; }
11621 if test $ac_cv_cflags__Werror = yes; then :
11622   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11623 fi
11624   fi
11625
11626     saved_CFLAGS="$CFLAGS"
11627   CFLAGS="$CFLAGS -Werror"
11628   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11629 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11630 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11631   $as_echo_n "(cached) " >&6
11632 else
11633   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11634 /* end confdefs.h.  */
11635 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11636 int
11637 main ()
11638 {
11639
11640   ;
11641   return 0;
11642 }
11643 _ACEOF
11644 if ac_fn_c_try_compile "$LINENO"; then :
11645   ac_cv_have_ms_hook_prologue="yes"
11646 else
11647   ac_cv_have_ms_hook_prologue="no"
11648 fi
11649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11650 fi
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11652 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11653   CFLAGS="$saved_CFLAGS"
11654   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11655   then
11656
11657 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11658
11659   else
11660       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11661
11662   fi
11663 fi
11664
11665
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11667 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11668 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11669   $as_echo_n "(cached) " >&6
11670 else
11671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h.  */
11673 extern int ac_test;
11674 int
11675 main ()
11676 {
11677 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11678   ;
11679   return 0;
11680 }
11681 _ACEOF
11682 if ac_fn_c_try_link "$LINENO"; then :
11683   ac_cv_c_extern_prefix="yes"
11684 else
11685   ac_cv_c_extern_prefix="no"
11686 fi
11687 rm -f core conftest.err conftest.$ac_objext \
11688     conftest$ac_exeext conftest.$ac_ext
11689 fi
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11691 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11692
11693 case $host_cpu in
11694   *i[3456789]86*)
11695     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11696 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11697 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11698   $as_echo_n "(cached) " >&6
11699 else
11700   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11701 /* end confdefs.h.  */
11702 #ifndef _MSC_VER
11703 #define __stdcall __attribute__((__stdcall__))
11704 #endif
11705 int __stdcall ac_test(int i) { return i; }
11706 int
11707 main ()
11708 {
11709 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11710   ;
11711   return 0;
11712 }
11713 _ACEOF
11714 if ac_fn_c_try_link "$LINENO"; then :
11715   ac_cv_c_stdcall_suffix="yes"
11716 else
11717   ac_cv_c_stdcall_suffix="no"
11718 fi
11719 rm -f core conftest.err conftest.$ac_objext \
11720     conftest$ac_exeext conftest.$ac_ext
11721 fi
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11723 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11724   *) ac_cv_c_stdcall_suffix="no" ;;
11725 esac
11726
11727
11728 if test "$ac_cv_c_extern_prefix" = "yes"
11729 then
11730     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11731
11732     asm_name_prefix="_"
11733 else
11734     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11735
11736     asm_name_prefix=""
11737 fi
11738
11739
11740 if test "$ac_cv_c_stdcall_suffix" = "yes"
11741 then
11742     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11743
11744 else
11745     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11746
11747 fi
11748
11749
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11751 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11752 if test "${ac_cv_asm_func_def+set}" = set; then :
11753   $as_echo_n "(cached) " >&6
11754 else
11755   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11756 /* end confdefs.h.  */
11757
11758 int
11759 main ()
11760 {
11761 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11762   ;
11763   return 0;
11764 }
11765 _ACEOF
11766 if ac_fn_c_try_link "$LINENO"; then :
11767   ac_cv_asm_func_def=".def"
11768 else
11769   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h.  */
11771
11772 int
11773 main ()
11774 {
11775 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11776   ;
11777   return 0;
11778 }
11779 _ACEOF
11780 if ac_fn_c_try_link "$LINENO"; then :
11781   ac_cv_asm_func_def=".type @function"
11782 else
11783   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h.  */
11785
11786 int
11787 main ()
11788 {
11789 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11790   ;
11791   return 0;
11792 }
11793 _ACEOF
11794 if ac_fn_c_try_link "$LINENO"; then :
11795   ac_cv_asm_func_def=".type 2"
11796 else
11797   ac_cv_asm_func_def="unknown"
11798 fi
11799 rm -f core conftest.err conftest.$ac_objext \
11800     conftest$ac_exeext conftest.$ac_ext
11801 fi
11802 rm -f core conftest.err conftest.$ac_objext \
11803     conftest$ac_exeext conftest.$ac_ext
11804 fi
11805 rm -f core conftest.err conftest.$ac_objext \
11806     conftest$ac_exeext conftest.$ac_ext
11807 fi
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11809 $as_echo "$ac_cv_asm_func_def" >&6; }
11810
11811
11812 case "$ac_cv_asm_func_def" in
11813   ".def")
11814      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11815
11816      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11817   ".type @function")
11818      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11819
11820      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11821   ".type 2")
11822      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11823
11824      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11825   *)
11826      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11827
11828      asm_func_header="" ;;
11829 esac
11830
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11832 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11833 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11834   $as_echo_n "(cached) " >&6
11835 else
11836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11837 /* end confdefs.h.  */
11838 asm(".text\n\t.long 0");
11839 int
11840 main ()
11841 {
11842
11843   ;
11844   return 0;
11845 }
11846 _ACEOF
11847 if ac_fn_c_try_compile "$LINENO"; then :
11848   ac_cv_c_asm_outside_funcs="yes"
11849 else
11850   ac_cv_c_asm_outside_funcs="no"
11851 fi
11852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11853 fi
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11855 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11856
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11858 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11859 if test "${ac_cv_c_dot_previous+set}" = set; then :
11860   $as_echo_n "(cached) " >&6
11861 else
11862   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11863 /* end confdefs.h.  */
11864
11865 int
11866 main ()
11867 {
11868 asm(".text\nac_test:\t.long 0\n\t.previous");
11869   ;
11870   return 0;
11871 }
11872 _ACEOF
11873 if ac_fn_c_try_link "$LINENO"; then :
11874   ac_cv_c_dot_previous="yes"
11875 else
11876   ac_cv_c_dot_previous="no"
11877 fi
11878 rm -f core conftest.err conftest.$ac_objext \
11879     conftest$ac_exeext conftest.$ac_ext
11880 fi
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11882 $as_echo "$ac_cv_c_dot_previous" >&6; }
11883
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11885 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11886 if test "${ac_cv_c_cfi_support+set}" = set; then :
11887   $as_echo_n "(cached) " >&6
11888 else
11889   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11890 /* end confdefs.h.  */
11891 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11892 int
11893 main ()
11894 {
11895
11896   ;
11897   return 0;
11898 }
11899 _ACEOF
11900 if ac_fn_c_try_compile "$LINENO"; then :
11901   ac_cv_c_cfi_support="yes"
11902 else
11903   ac_cv_c_cfi_support="no"
11904 fi
11905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11906 fi
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11908 $as_echo "$ac_cv_c_cfi_support" >&6; }
11909
11910 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11911 asm_func_trailer=""
11912 if test "$ac_cv_c_dot_previous" = "yes"
11913 then
11914    asm_func_trailer="\\n\\t.previous"
11915 fi
11916 if test "$ac_cv_c_cfi_support" = "yes"
11917 then
11918    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11919    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11920
11921 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11922
11923 else
11924    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11925
11926 fi
11927
11928 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11929
11930
11931 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11932 then
11933     cat >>confdefs.h <<_ACEOF
11934 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11935 _ACEOF
11936
11937 else
11938     cat >>confdefs.h <<_ACEOF
11939 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11940 _ACEOF
11941
11942 fi
11943
11944 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11945
11946
11947 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11948
11949
11950
11951 LDPATH=""
11952
11953 case $build_os in
11954   cygwin*|mingw32*)
11955     TOOLSEXT=".exe"
11956
11957     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11958     ;;
11959   darwin*|macosx*)
11960     ;;
11961   *)
11962     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11963     ;;
11964 esac
11965
11966 case $host_os in
11967   mingw32*)
11968     CRTLIBS="-lmsvcrt"
11969
11970     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11971
11972     ;;
11973 esac
11974
11975 MAIN_BINARY="wine"
11976
11977 test -z "$with_wine64" || MAIN_BINARY="wine32"
11978
11979 case $host_cpu in
11980   *i[3456789]86*)
11981     case $host_os in
11982       linux*)
11983         EXTRA_BINARIES="wine-preloader"
11984  ;;
11985     esac
11986     ;;
11987 esac
11988
11989
11990 ac_save_CFLAGS="$CFLAGS"
11991 CFLAGS="$CFLAGS $BUILTINFLAG"
11992 for ac_func in \
11993         _pclose \
11994         _popen \
11995         _snprintf \
11996         _spawnvp \
11997         _strdup \
11998         _stricmp \
11999         _strnicmp \
12000         _strtoi64 \
12001         _strtoui64 \
12002         _vsnprintf \
12003         asctime_r \
12004         chsize \
12005         dlopen \
12006         epoll_create \
12007         ffs \
12008         finite \
12009         fnmatch \
12010         fork \
12011         fpclass \
12012         fstatfs \
12013         fstatvfs \
12014         ftruncate \
12015         futimes \
12016         futimesat \
12017         getdirentries \
12018         getopt_long \
12019         getpagesize \
12020         getpwuid \
12021         gettid \
12022         gettimeofday \
12023         getuid \
12024         kqueue \
12025         lstat \
12026         memmove \
12027         mmap \
12028         pclose \
12029         pipe2 \
12030         poll \
12031         popen \
12032         port_create \
12033         prctl \
12034         pread \
12035         pwrite \
12036         readdir \
12037         readlink \
12038         sched_setaffinity \
12039         sched_yield \
12040         select \
12041         setproctitle \
12042         setrlimit \
12043         settimeofday \
12044         sigaltstack \
12045         sigprocmask \
12046         snprintf \
12047         spawnvp \
12048         statfs \
12049         statvfs \
12050         strcasecmp \
12051         strdup \
12052         strerror \
12053         strncasecmp \
12054         strtold \
12055         strtoll \
12056         strtoull \
12057         symlink \
12058         tcgetattr \
12059         thr_kill2 \
12060         timegm \
12061         usleep \
12062         vsnprintf \
12063         wait4 \
12064         waitpid \
12065
12066 do :
12067   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12068 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12069 eval as_val=\$$as_ac_var
12070    if test "x$as_val" = x""yes; then :
12071   cat >>confdefs.h <<_ACEOF
12072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12073 _ACEOF
12074
12075 fi
12076 done
12077
12078 CFLAGS="$ac_save_CFLAGS"
12079
12080 if test "$ac_cv_func_dlopen" = no
12081 then
12082     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12083 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12084 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12085   $as_echo_n "(cached) " >&6
12086 else
12087   ac_check_lib_save_LIBS=$LIBS
12088 LIBS="-ldl  $LIBS"
12089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12090 /* end confdefs.h.  */
12091
12092 /* Override any GCC internal prototype to avoid an error.
12093    Use char because int might match the return type of a GCC
12094    builtin and then its argument prototype would still apply.  */
12095 #ifdef __cplusplus
12096 extern "C"
12097 #endif
12098 char dlopen ();
12099 int
12100 main ()
12101 {
12102 return dlopen ();
12103   ;
12104   return 0;
12105 }
12106 _ACEOF
12107 if ac_fn_c_try_link "$LINENO"; then :
12108   ac_cv_lib_dl_dlopen=yes
12109 else
12110   ac_cv_lib_dl_dlopen=no
12111 fi
12112 rm -f core conftest.err conftest.$ac_objext \
12113     conftest$ac_exeext conftest.$ac_ext
12114 LIBS=$ac_check_lib_save_LIBS
12115 fi
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12117 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12118 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12119   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12120  LIBDL="-ldl"
12121
12122 fi
12123
12124 fi
12125 ac_wine_check_funcs_save_LIBS="$LIBS"
12126 LIBS="$LIBS $LIBDL"
12127 for ac_func in dladdr
12128 do :
12129   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12130 if test "x$ac_cv_func_dladdr" = x""yes; then :
12131   cat >>confdefs.h <<_ACEOF
12132 #define HAVE_DLADDR 1
12133 _ACEOF
12134
12135 fi
12136 done
12137
12138 LIBS="$ac_wine_check_funcs_save_LIBS"
12139
12140 if test "$ac_cv_func_poll" = no
12141 then
12142     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12143 $as_echo_n "checking for poll in -lpoll... " >&6; }
12144 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12145   $as_echo_n "(cached) " >&6
12146 else
12147   ac_check_lib_save_LIBS=$LIBS
12148 LIBS="-lpoll  $LIBS"
12149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12150 /* end confdefs.h.  */
12151
12152 /* Override any GCC internal prototype to avoid an error.
12153    Use char because int might match the return type of a GCC
12154    builtin and then its argument prototype would still apply.  */
12155 #ifdef __cplusplus
12156 extern "C"
12157 #endif
12158 char poll ();
12159 int
12160 main ()
12161 {
12162 return poll ();
12163   ;
12164   return 0;
12165 }
12166 _ACEOF
12167 if ac_fn_c_try_link "$LINENO"; then :
12168   ac_cv_lib_poll_poll=yes
12169 else
12170   ac_cv_lib_poll_poll=no
12171 fi
12172 rm -f core conftest.err conftest.$ac_objext \
12173     conftest$ac_exeext conftest.$ac_ext
12174 LIBS=$ac_check_lib_save_LIBS
12175 fi
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12177 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12178 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12179   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12180  LIBPOLL="-lpoll"
12181
12182 fi
12183
12184 fi
12185
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12187 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12188 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12189   $as_echo_n "(cached) " >&6
12190 else
12191   ac_func_search_save_LIBS=$LIBS
12192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12193 /* end confdefs.h.  */
12194
12195 /* Override any GCC internal prototype to avoid an error.
12196    Use char because int might match the return type of a GCC
12197    builtin and then its argument prototype would still apply.  */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char gethostbyname ();
12202 int
12203 main ()
12204 {
12205 return gethostbyname ();
12206   ;
12207   return 0;
12208 }
12209 _ACEOF
12210 for ac_lib in '' nsl; do
12211   if test -z "$ac_lib"; then
12212     ac_res="none required"
12213   else
12214     ac_res=-l$ac_lib
12215     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12216   fi
12217   if ac_fn_c_try_link "$LINENO"; then :
12218   ac_cv_search_gethostbyname=$ac_res
12219 fi
12220 rm -f core conftest.err conftest.$ac_objext \
12221     conftest$ac_exeext
12222   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12223   break
12224 fi
12225 done
12226 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12227
12228 else
12229   ac_cv_search_gethostbyname=no
12230 fi
12231 rm conftest.$ac_ext
12232 LIBS=$ac_func_search_save_LIBS
12233 fi
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12235 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12236 ac_res=$ac_cv_search_gethostbyname
12237 if test "$ac_res" != no; then :
12238   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12239
12240 fi
12241
12242
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12244 $as_echo_n "checking for library containing connect... " >&6; }
12245 if test "${ac_cv_search_connect+set}" = set; then :
12246   $as_echo_n "(cached) " >&6
12247 else
12248   ac_func_search_save_LIBS=$LIBS
12249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12250 /* end confdefs.h.  */
12251
12252 /* Override any GCC internal prototype to avoid an error.
12253    Use char because int might match the return type of a GCC
12254    builtin and then its argument prototype would still apply.  */
12255 #ifdef __cplusplus
12256 extern "C"
12257 #endif
12258 char connect ();
12259 int
12260 main ()
12261 {
12262 return connect ();
12263   ;
12264   return 0;
12265 }
12266 _ACEOF
12267 for ac_lib in '' socket; do
12268   if test -z "$ac_lib"; then
12269     ac_res="none required"
12270   else
12271     ac_res=-l$ac_lib
12272     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12273   fi
12274   if ac_fn_c_try_link "$LINENO"; then :
12275   ac_cv_search_connect=$ac_res
12276 fi
12277 rm -f core conftest.err conftest.$ac_objext \
12278     conftest$ac_exeext
12279   if test "${ac_cv_search_connect+set}" = set; then :
12280   break
12281 fi
12282 done
12283 if test "${ac_cv_search_connect+set}" = set; then :
12284
12285 else
12286   ac_cv_search_connect=no
12287 fi
12288 rm conftest.$ac_ext
12289 LIBS=$ac_func_search_save_LIBS
12290 fi
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12292 $as_echo "$ac_cv_search_connect" >&6; }
12293 ac_res=$ac_cv_search_connect
12294 if test "$ac_res" != no; then :
12295   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12296
12297 fi
12298
12299
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12301 $as_echo_n "checking for library containing inet_aton... " >&6; }
12302 if test "${ac_cv_search_inet_aton+set}" = set; then :
12303   $as_echo_n "(cached) " >&6
12304 else
12305   ac_func_search_save_LIBS=$LIBS
12306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12307 /* end confdefs.h.  */
12308
12309 /* Override any GCC internal prototype to avoid an error.
12310    Use char because int might match the return type of a GCC
12311    builtin and then its argument prototype would still apply.  */
12312 #ifdef __cplusplus
12313 extern "C"
12314 #endif
12315 char inet_aton ();
12316 int
12317 main ()
12318 {
12319 return inet_aton ();
12320   ;
12321   return 0;
12322 }
12323 _ACEOF
12324 for ac_lib in '' resolv; do
12325   if test -z "$ac_lib"; then
12326     ac_res="none required"
12327   else
12328     ac_res=-l$ac_lib
12329     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12330   fi
12331   if ac_fn_c_try_link "$LINENO"; then :
12332   ac_cv_search_inet_aton=$ac_res
12333 fi
12334 rm -f core conftest.err conftest.$ac_objext \
12335     conftest$ac_exeext
12336   if test "${ac_cv_search_inet_aton+set}" = set; then :
12337   break
12338 fi
12339 done
12340 if test "${ac_cv_search_inet_aton+set}" = set; then :
12341
12342 else
12343   ac_cv_search_inet_aton=no
12344 fi
12345 rm conftest.$ac_ext
12346 LIBS=$ac_func_search_save_LIBS
12347 fi
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12349 $as_echo "$ac_cv_search_inet_aton" >&6; }
12350 ac_res=$ac_cv_search_inet_aton
12351 if test "$ac_res" != no; then :
12352   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12353
12354 fi
12355
12356
12357 for ac_func in \
12358         getaddrinfo \
12359         getnameinfo \
12360         getnetbyname \
12361         getprotobyname \
12362         getprotobynumber \
12363         getservbyport \
12364         inet_network \
12365         inet_ntop \
12366         inet_pton \
12367         sendmsg \
12368         socketpair \
12369
12370 do :
12371   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12372 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12373 eval as_val=\$$as_ac_var
12374    if test "x$as_val" = x""yes; then :
12375   cat >>confdefs.h <<_ACEOF
12376 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12377 _ACEOF
12378
12379 fi
12380 done
12381
12382
12383 LDAPLIBS=""
12384
12385 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12386 then
12387     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12388 "
12389 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12390   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12391 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12392 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12393   $as_echo_n "(cached) " >&6
12394 else
12395   ac_check_lib_save_LIBS=$LIBS
12396 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h.  */
12399
12400 /* Override any GCC internal prototype to avoid an error.
12401    Use char because int might match the return type of a GCC
12402    builtin and then its argument prototype would still apply.  */
12403 #ifdef __cplusplus
12404 extern "C"
12405 #endif
12406 char ldap_initialize ();
12407 int
12408 main ()
12409 {
12410 return ldap_initialize ();
12411   ;
12412   return 0;
12413 }
12414 _ACEOF
12415 if ac_fn_c_try_link "$LINENO"; then :
12416   ac_cv_lib_ldap_r_ldap_initialize=yes
12417 else
12418   ac_cv_lib_ldap_r_ldap_initialize=no
12419 fi
12420 rm -f core conftest.err conftest.$ac_objext \
12421     conftest$ac_exeext conftest.$ac_ext
12422 LIBS=$ac_check_lib_save_LIBS
12423 fi
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12425 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12426 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12427   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12428 $as_echo_n "checking for ber_init in -llber... " >&6; }
12429 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12430   $as_echo_n "(cached) " >&6
12431 else
12432   ac_check_lib_save_LIBS=$LIBS
12433 LIBS="-llber $LIBPTHREAD $LIBS"
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h.  */
12436
12437 /* Override any GCC internal prototype to avoid an error.
12438    Use char because int might match the return type of a GCC
12439    builtin and then its argument prototype would still apply.  */
12440 #ifdef __cplusplus
12441 extern "C"
12442 #endif
12443 char ber_init ();
12444 int
12445 main ()
12446 {
12447 return ber_init ();
12448   ;
12449   return 0;
12450 }
12451 _ACEOF
12452 if ac_fn_c_try_link "$LINENO"; then :
12453   ac_cv_lib_lber_ber_init=yes
12454 else
12455   ac_cv_lib_lber_ber_init=no
12456 fi
12457 rm -f core conftest.err conftest.$ac_objext \
12458     conftest$ac_exeext conftest.$ac_ext
12459 LIBS=$ac_check_lib_save_LIBS
12460 fi
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12462 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12463 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12464
12465 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12466
12467                  LDAPLIBS="-lldap_r -llber"
12468 fi
12469
12470 fi
12471
12472 fi
12473
12474     ac_wine_check_funcs_save_LIBS="$LIBS"
12475 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12476 for ac_func in \
12477         ldap_count_references \
12478         ldap_first_reference \
12479         ldap_next_reference \
12480         ldap_parse_reference \
12481         ldap_parse_sort_control \
12482         ldap_parse_sortresponse_control \
12483         ldap_parse_vlv_control \
12484         ldap_parse_vlvresponse_control
12485 do :
12486   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12487 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12488 eval as_val=\$$as_ac_var
12489    if test "x$as_val" = x""yes; then :
12490   cat >>confdefs.h <<_ACEOF
12491 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12492 _ACEOF
12493
12494 fi
12495 done
12496
12497 LIBS="$ac_wine_check_funcs_save_LIBS"
12498 fi
12499 if test "x$LDAPLIBS" = "x"; then :
12500   case "x$with_ldap" in
12501   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12502   xno) ;;
12503   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12504 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12505 esac
12506 fi
12507
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12509 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12510 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12511   $as_echo_n "(cached) " >&6
12512 else
12513   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12514 /* end confdefs.h.  */
12515 #include <sys/stat.h>
12516 int
12517 main ()
12518 {
12519 mkdir("foo");
12520   ;
12521   return 0;
12522 }
12523 _ACEOF
12524 if ac_fn_c_try_compile "$LINENO"; then :
12525   wine_cv_one_arg_mkdir=yes
12526 else
12527   wine_cv_one_arg_mkdir=no
12528 fi
12529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12530 fi
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12532 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12533 if test "$wine_cv_one_arg_mkdir" = "yes"
12534 then
12535
12536 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12537
12538 fi
12539
12540
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12542 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12543 if test "${ac_cv_c_const+set}" = set; then :
12544   $as_echo_n "(cached) " >&6
12545 else
12546   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12547 /* end confdefs.h.  */
12548
12549 int
12550 main ()
12551 {
12552 /* FIXME: Include the comments suggested by Paul. */
12553 #ifndef __cplusplus
12554   /* Ultrix mips cc rejects this.  */
12555   typedef int charset[2];
12556   const charset cs;
12557   /* SunOS 4.1.1 cc rejects this.  */
12558   char const *const *pcpcc;
12559   char **ppc;
12560   /* NEC SVR4.0.2 mips cc rejects this.  */
12561   struct point {int x, y;};
12562   static struct point const zero = {0,0};
12563   /* AIX XL C 1.02.0.0 rejects this.
12564      It does not let you subtract one const X* pointer from another in
12565      an arm of an if-expression whose if-part is not a constant
12566      expression */
12567   const char *g = "string";
12568   pcpcc = &g + (g ? g-g : 0);
12569   /* HPUX 7.0 cc rejects these. */
12570   ++pcpcc;
12571   ppc = (char**) pcpcc;
12572   pcpcc = (char const *const *) ppc;
12573   { /* SCO 3.2v4 cc rejects this.  */
12574     char *t;
12575     char const *s = 0 ? (char *) 0 : (char const *) 0;
12576
12577     *t++ = 0;
12578     if (s) return 0;
12579   }
12580   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12581     int x[] = {25, 17};
12582     const int *foo = &x[0];
12583     ++foo;
12584   }
12585   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12586     typedef const int *iptr;
12587     iptr p = 0;
12588     ++p;
12589   }
12590   { /* AIX XL C 1.02.0.0 rejects this saying
12591        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12592     struct s { int j; const int *ap[3]; };
12593     struct s *b; b->j = 5;
12594   }
12595   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12596     const int foo = 10;
12597     if (!foo) return 0;
12598   }
12599   return !cs[0] && !zero.x;
12600 #endif
12601
12602   ;
12603   return 0;
12604 }
12605 _ACEOF
12606 if ac_fn_c_try_compile "$LINENO"; then :
12607   ac_cv_c_const=yes
12608 else
12609   ac_cv_c_const=no
12610 fi
12611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12612 fi
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12614 $as_echo "$ac_cv_c_const" >&6; }
12615 if test $ac_cv_c_const = no; then
12616
12617 $as_echo "#define const /**/" >>confdefs.h
12618
12619 fi
12620
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12622 $as_echo_n "checking for inline... " >&6; }
12623 if test "${ac_cv_c_inline+set}" = set; then :
12624   $as_echo_n "(cached) " >&6
12625 else
12626   ac_cv_c_inline=no
12627 for ac_kw in inline __inline__ __inline; do
12628   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h.  */
12630 #ifndef __cplusplus
12631 typedef int foo_t;
12632 static $ac_kw foo_t static_foo () {return 0; }
12633 $ac_kw foo_t foo () {return 0; }
12634 #endif
12635
12636 _ACEOF
12637 if ac_fn_c_try_compile "$LINENO"; then :
12638   ac_cv_c_inline=$ac_kw
12639 fi
12640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12641   test "$ac_cv_c_inline" != no && break
12642 done
12643
12644 fi
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12646 $as_echo "$ac_cv_c_inline" >&6; }
12647
12648 case $ac_cv_c_inline in
12649   inline | yes) ;;
12650   *)
12651     case $ac_cv_c_inline in
12652       no) ac_val=;;
12653       *) ac_val=$ac_cv_c_inline;;
12654     esac
12655     cat >>confdefs.h <<_ACEOF
12656 #ifndef __cplusplus
12657 #define inline $ac_val
12658 #endif
12659 _ACEOF
12660     ;;
12661 esac
12662
12663 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12664 if test "x$ac_cv_type_mode_t" = x""yes; then :
12665
12666 cat >>confdefs.h <<_ACEOF
12667 #define HAVE_MODE_T 1
12668 _ACEOF
12669
12670
12671 fi
12672 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12673 if test "x$ac_cv_type_off_t" = x""yes; then :
12674
12675 cat >>confdefs.h <<_ACEOF
12676 #define HAVE_OFF_T 1
12677 _ACEOF
12678
12679
12680 fi
12681 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12682 if test "x$ac_cv_type_pid_t" = x""yes; then :
12683
12684 cat >>confdefs.h <<_ACEOF
12685 #define HAVE_PID_T 1
12686 _ACEOF
12687
12688
12689 fi
12690 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12691 if test "x$ac_cv_type_size_t" = x""yes; then :
12692
12693 cat >>confdefs.h <<_ACEOF
12694 #define HAVE_SIZE_T 1
12695 _ACEOF
12696
12697
12698 fi
12699 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12700 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12701
12702 cat >>confdefs.h <<_ACEOF
12703 #define HAVE_SSIZE_T 1
12704 _ACEOF
12705
12706
12707 fi
12708 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12709 if test "x$ac_cv_type_long_long" = x""yes; then :
12710
12711 cat >>confdefs.h <<_ACEOF
12712 #define HAVE_LONG_LONG 1
12713 _ACEOF
12714
12715
12716 fi
12717 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12718 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12719
12720 cat >>confdefs.h <<_ACEOF
12721 #define HAVE_FSBLKCNT_T 1
12722 _ACEOF
12723
12724
12725 fi
12726 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12727 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12728
12729 cat >>confdefs.h <<_ACEOF
12730 #define HAVE_FSFILCNT_T 1
12731 _ACEOF
12732
12733
12734 fi
12735
12736 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12737 #include <signal.h>
12738 "
12739 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12740
12741 cat >>confdefs.h <<_ACEOF
12742 #define HAVE_SIGSET_T 1
12743 _ACEOF
12744
12745
12746 fi
12747
12748 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12749 "
12750 if test "x$ac_cv_type_request_sense" = x""yes; then :
12751
12752 cat >>confdefs.h <<_ACEOF
12753 #define HAVE_REQUEST_SENSE 1
12754 _ACEOF
12755
12756
12757 fi
12758
12759
12760 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12761 #ifdef HAVE_SYS_SOCKET_H
12762 #include <sys/socket.h>
12763 #endif
12764 #ifdef HAVE_SYS_SOCKETVAR_H
12765 #include <sys/socketvar.h>
12766 #endif
12767 #ifdef HAVE_NET_ROUTE_H
12768 #include <net/route.h>
12769 #endif
12770 #ifdef HAVE_NETINET_IN_H
12771 #include <netinet/in.h>
12772 #endif
12773 #ifdef HAVE_NETINET_IN_SYSTM_H
12774 #include <netinet/in_systm.h>
12775 #endif
12776 #ifdef HAVE_NETINET_IP_H
12777 #include <netinet/ip.h>
12778 #endif
12779 #ifdef HAVE_NETINET_IN_PCB_H
12780 #include <netinet/in_pcb.h>
12781 #endif
12782 "
12783 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12784
12785 cat >>confdefs.h <<_ACEOF
12786 #define HAVE_STRUCT_XINPGEN 1
12787 _ACEOF
12788
12789
12790 fi
12791
12792
12793 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12794 #include <linux/input.h>
12795 #endif
12796 "
12797 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12798
12799 cat >>confdefs.h <<_ACEOF
12800 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12801 _ACEOF
12802
12803
12804 fi
12805
12806
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12808 $as_echo_n "checking for sigaddset... " >&6; }
12809 if test "${wine_cv_have_sigaddset+set}" = set; then :
12810   $as_echo_n "(cached) " >&6
12811 else
12812   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12813 /* end confdefs.h.  */
12814 #include <signal.h>
12815 int
12816 main ()
12817 {
12818 sigset_t set; sigaddset(&set,SIGTERM);
12819   ;
12820   return 0;
12821 }
12822 _ACEOF
12823 if ac_fn_c_try_link "$LINENO"; then :
12824   wine_cv_have_sigaddset=yes
12825 else
12826   wine_cv_have_sigaddset=no
12827 fi
12828 rm -f core conftest.err conftest.$ac_objext \
12829     conftest$ac_exeext conftest.$ac_ext
12830 fi
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12832 $as_echo "$wine_cv_have_sigaddset" >&6; }
12833 if test "$wine_cv_have_sigaddset" = "yes"
12834 then
12835
12836 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12837
12838 fi
12839
12840
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12842 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12843 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12844   $as_echo_n "(cached) " >&6
12845 else
12846   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12847 /* end confdefs.h.  */
12848 #include <netdb.h>
12849 int
12850 main ()
12851 {
12852
12853     char *name=0;
12854     struct hostent he;
12855     struct hostent *result;
12856     char *buf=0;
12857     int bufsize=0;
12858     int res,errnr;
12859     char *addr=0;
12860     int addrlen=0;
12861     int addrtype=0;
12862     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12863     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12864
12865   ;
12866   return 0;
12867 }
12868 _ACEOF
12869 if ac_fn_c_try_link "$LINENO"; then :
12870   wine_cv_linux_gethostbyname_r_6=yes
12871 else
12872   wine_cv_linux_gethostbyname_r_6=no
12873
12874 fi
12875 rm -f core conftest.err conftest.$ac_objext \
12876     conftest$ac_exeext conftest.$ac_ext
12877
12878 fi
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12880 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12881    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12882    then
12883
12884 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12885
12886    fi
12887
12888 if test "$ac_cv_header_linux_joystick_h" = "yes"
12889 then
12890    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12891 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12892 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12893   $as_echo_n "(cached) " >&6
12894 else
12895   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12896 /* end confdefs.h.  */
12897
12898         #include <sys/ioctl.h>
12899         #include <sys/types.h>
12900         #include <linux/joystick.h>
12901
12902         struct js_event blub;
12903         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12904         #error "no 2.2 header"
12905         #endif
12906
12907 int
12908 main ()
12909 {
12910 /*empty*/
12911   ;
12912   return 0;
12913 }
12914 _ACEOF
12915 if ac_fn_c_try_compile "$LINENO"; then :
12916   wine_cv_linux_joystick_22_api=yes
12917 else
12918   wine_cv_linux_joystick_22_api=no
12919 fi
12920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12921
12922 fi
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12924 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12925    if test "$wine_cv_linux_joystick_22_api" = "yes"
12926    then
12927
12928 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12929
12930    fi
12931 fi
12932
12933
12934 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12935 #ifdef HAVE_SYS_PARAM_H
12936 # include <sys/param.h>
12937 #endif
12938 #ifdef HAVE_SYS_MOUNT_H
12939 # include <sys/mount.h>
12940 #endif
12941 #ifdef HAVE_SYS_VFS_H
12942 # include <sys/vfs.h>
12943 #endif
12944 #ifdef HAVE_SYS_STATFS_H
12945 # include <sys/statfs.h>
12946 #endif
12947 "
12948 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12949
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_STRUCT_STATFS_F_BFREE 1
12952 _ACEOF
12953
12954
12955 fi
12956 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12957 #ifdef HAVE_SYS_PARAM_H
12958 # include <sys/param.h>
12959 #endif
12960 #ifdef HAVE_SYS_MOUNT_H
12961 # include <sys/mount.h>
12962 #endif
12963 #ifdef HAVE_SYS_VFS_H
12964 # include <sys/vfs.h>
12965 #endif
12966 #ifdef HAVE_SYS_STATFS_H
12967 # include <sys/statfs.h>
12968 #endif
12969 "
12970 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12971
12972 cat >>confdefs.h <<_ACEOF
12973 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12974 _ACEOF
12975
12976
12977 fi
12978 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12979 #ifdef HAVE_SYS_PARAM_H
12980 # include <sys/param.h>
12981 #endif
12982 #ifdef HAVE_SYS_MOUNT_H
12983 # include <sys/mount.h>
12984 #endif
12985 #ifdef HAVE_SYS_VFS_H
12986 # include <sys/vfs.h>
12987 #endif
12988 #ifdef HAVE_SYS_STATFS_H
12989 # include <sys/statfs.h>
12990 #endif
12991 "
12992 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12993
12994 cat >>confdefs.h <<_ACEOF
12995 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12996 _ACEOF
12997
12998
12999 fi
13000 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13001 #ifdef HAVE_SYS_PARAM_H
13002 # include <sys/param.h>
13003 #endif
13004 #ifdef HAVE_SYS_MOUNT_H
13005 # include <sys/mount.h>
13006 #endif
13007 #ifdef HAVE_SYS_VFS_H
13008 # include <sys/vfs.h>
13009 #endif
13010 #ifdef HAVE_SYS_STATFS_H
13011 # include <sys/statfs.h>
13012 #endif
13013 "
13014 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13015
13016 cat >>confdefs.h <<_ACEOF
13017 #define HAVE_STRUCT_STATFS_F_FFREE 1
13018 _ACEOF
13019
13020
13021 fi
13022 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13023 #ifdef HAVE_SYS_PARAM_H
13024 # include <sys/param.h>
13025 #endif
13026 #ifdef HAVE_SYS_MOUNT_H
13027 # include <sys/mount.h>
13028 #endif
13029 #ifdef HAVE_SYS_VFS_H
13030 # include <sys/vfs.h>
13031 #endif
13032 #ifdef HAVE_SYS_STATFS_H
13033 # include <sys/statfs.h>
13034 #endif
13035 "
13036 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13037
13038 cat >>confdefs.h <<_ACEOF
13039 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13040 _ACEOF
13041
13042
13043 fi
13044 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13045 #ifdef HAVE_SYS_PARAM_H
13046 # include <sys/param.h>
13047 #endif
13048 #ifdef HAVE_SYS_MOUNT_H
13049 # include <sys/mount.h>
13050 #endif
13051 #ifdef HAVE_SYS_VFS_H
13052 # include <sys/vfs.h>
13053 #endif
13054 #ifdef HAVE_SYS_STATFS_H
13055 # include <sys/statfs.h>
13056 #endif
13057 "
13058 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13059
13060 cat >>confdefs.h <<_ACEOF
13061 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13062 _ACEOF
13063
13064
13065 fi
13066
13067
13068 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13069 #include <sys/statvfs.h>
13070 #endif
13071 "
13072 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13073
13074 cat >>confdefs.h <<_ACEOF
13075 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13076 _ACEOF
13077
13078
13079 fi
13080
13081
13082 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13083 #ifdef HAVE_SYS_SOCKET_H
13084 # include <sys/socket.h>
13085 #endif
13086 #ifdef HAVE_SYS_UN_H
13087 # include <sys/un.h>
13088 #endif
13089 "
13090 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13091
13092 cat >>confdefs.h <<_ACEOF
13093 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13094 _ACEOF
13095
13096
13097 fi
13098 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13099 #ifdef HAVE_SYS_SOCKET_H
13100 # include <sys/socket.h>
13101 #endif
13102 #ifdef HAVE_SYS_UN_H
13103 # include <sys/un.h>
13104 #endif
13105 "
13106 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13107
13108 cat >>confdefs.h <<_ACEOF
13109 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13110 _ACEOF
13111
13112
13113 fi
13114 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13115 #ifdef HAVE_SYS_SOCKET_H
13116 # include <sys/socket.h>
13117 #endif
13118 #ifdef HAVE_SYS_UN_H
13119 # include <sys/un.h>
13120 #endif
13121 "
13122 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13123
13124 cat >>confdefs.h <<_ACEOF
13125 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13126 _ACEOF
13127
13128
13129 fi
13130
13131
13132 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13133 #ifdef HAVE_SCSI_SG_H
13134 #include <scsi/sg.h>
13135 #endif
13136 "
13137 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13138
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_SCSIREQ_T_CMD 1
13141 _ACEOF
13142
13143
13144 fi
13145 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13146 #ifdef HAVE_SCSI_SG_H
13147 #include <scsi/sg.h>
13148 #endif
13149 "
13150 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13151
13152 cat >>confdefs.h <<_ACEOF
13153 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13154 _ACEOF
13155
13156
13157 fi
13158
13159
13160 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13161 "
13162 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13163
13164 cat >>confdefs.h <<_ACEOF
13165 #define HAVE_SIGINFO_T_SI_FD 1
13166 _ACEOF
13167
13168
13169 fi
13170
13171
13172 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13173 #ifdef HAVE_SYS_MTIO_H
13174 #include <sys/mtio.h>
13175 #endif
13176 "
13177 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13178
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13181 _ACEOF
13182
13183
13184 fi
13185 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13186 #ifdef HAVE_SYS_MTIO_H
13187 #include <sys/mtio.h>
13188 #endif
13189 "
13190 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13191
13192 cat >>confdefs.h <<_ACEOF
13193 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13194 _ACEOF
13195
13196
13197 fi
13198 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13199 #ifdef HAVE_SYS_MTIO_H
13200 #include <sys/mtio.h>
13201 #endif
13202 "
13203 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13204
13205 cat >>confdefs.h <<_ACEOF
13206 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13207 _ACEOF
13208
13209
13210 fi
13211
13212
13213 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13214 #include <getopt.h>
13215 #endif
13216 "
13217 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13218
13219 cat >>confdefs.h <<_ACEOF
13220 #define HAVE_STRUCT_OPTION_NAME 1
13221 _ACEOF
13222
13223
13224 fi
13225
13226
13227 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13228 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13229
13230 cat >>confdefs.h <<_ACEOF
13231 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13232 _ACEOF
13233
13234
13235 fi
13236 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13237 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13238
13239 cat >>confdefs.h <<_ACEOF
13240 #define HAVE_STRUCT_STAT_ST_MTIM 1
13241 _ACEOF
13242
13243
13244 fi
13245 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13246 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13247
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_STRUCT_STAT_ST_CTIM 1
13250 _ACEOF
13251
13252
13253 fi
13254 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13255 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13256
13257 cat >>confdefs.h <<_ACEOF
13258 #define HAVE_STRUCT_STAT_ST_ATIM 1
13259 _ACEOF
13260
13261
13262 fi
13263
13264
13265 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13266 #include <sys/types.h>
13267 #endif
13268 #ifdef HAVE_NETINET_IN_H
13269 #include <netinet/in.h>
13270 #endif
13271 "
13272 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13273
13274 cat >>confdefs.h <<_ACEOF
13275 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13276 _ACEOF
13277
13278
13279 fi
13280
13281
13282 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13283 #include <sys/types.h>
13284 #endif
13285 #ifdef HAVE_NETINET_IN_H
13286 # include <netinet/in.h>
13287 #endif
13288 #ifdef HAVE_ARPA_NAMESER_H
13289 # include <arpa/nameser.h>
13290 #endif
13291 "
13292 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13293
13294 cat >>confdefs.h <<_ACEOF
13295 #define HAVE_NS_MSG__MSG_PTR 1
13296 _ACEOF
13297
13298
13299 fi
13300
13301
13302 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13303 #include <sys/types.h>
13304 #endif
13305 #ifdef HAVE_ALIAS_H
13306 #include <alias.h>
13307 #endif
13308 #ifdef HAVE_SYS_SOCKET_H
13309 #include <sys/socket.h>
13310 #endif
13311 #ifdef HAVE_SYS_SOCKETVAR_H
13312 #include <sys/socketvar.h>
13313 #endif
13314 #ifdef HAVE_SYS_TIMEOUT_H
13315 #include <sys/timeout.h>
13316 #endif
13317 #ifdef HAVE_NETINET_IN_H
13318 #include <netinet/in.h>
13319 #endif
13320 #ifdef HAVE_NETINET_IN_SYSTM_H
13321 #include <netinet/in_systm.h>
13322 #endif
13323 #ifdef HAVE_NETINET_IP_H
13324 #include <netinet/ip.h>
13325 #endif
13326 #ifdef HAVE_NETINET_IP_VAR_H
13327 #include <netinet/ip_var.h>
13328 #endif
13329 #ifdef HAVE_NETINET_IP_ICMP_H
13330 #include <netinet/ip_icmp.h>
13331 #endif
13332 #ifdef HAVE_NETINET_ICMP_VAR
13333 #include <netinet/icmp_var.h>
13334 #endif
13335 "
13336 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13337
13338 cat >>confdefs.h <<_ACEOF
13339 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13340 _ACEOF
13341
13342
13343 fi
13344
13345
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13347 $as_echo_n "checking for timezone variable... " >&6; }
13348 if test "${ac_cv_have_timezone+set}" = set; then :
13349   $as_echo_n "(cached) " >&6
13350 else
13351   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13352 /* end confdefs.h.  */
13353 #include <time.h>
13354 int
13355 main ()
13356 {
13357 timezone = 1
13358   ;
13359   return 0;
13360 }
13361 _ACEOF
13362 if ac_fn_c_try_link "$LINENO"; then :
13363   ac_cv_have_timezone="yes"
13364 else
13365   ac_cv_have_timezone="no"
13366 fi
13367 rm -f core conftest.err conftest.$ac_objext \
13368     conftest$ac_exeext conftest.$ac_ext
13369 fi
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13371 $as_echo "$ac_cv_have_timezone" >&6; }
13372 if test "$ac_cv_have_timezone" = "yes"
13373 then
13374
13375 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13376
13377 fi
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13379 $as_echo_n "checking for daylight variable... " >&6; }
13380 if test "${ac_cv_have_daylight+set}" = set; then :
13381   $as_echo_n "(cached) " >&6
13382 else
13383   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13384 /* end confdefs.h.  */
13385 #include <time.h>
13386 int
13387 main ()
13388 {
13389 daylight = 1
13390   ;
13391   return 0;
13392 }
13393 _ACEOF
13394 if ac_fn_c_try_link "$LINENO"; then :
13395   ac_cv_have_daylight="yes"
13396 else
13397   ac_cv_have_daylight="no"
13398 fi
13399 rm -f core conftest.err conftest.$ac_objext \
13400     conftest$ac_exeext conftest.$ac_ext
13401 fi
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13403 $as_echo "$ac_cv_have_daylight" >&6; }
13404 if test "$ac_cv_have_daylight" = "yes"
13405 then
13406
13407 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13408
13409 fi
13410
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13412 $as_echo_n "checking for isinf... " >&6; }
13413 if test "${ac_cv_have_isinf+set}" = set; then :
13414   $as_echo_n "(cached) " >&6
13415 else
13416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13417 /* end confdefs.h.  */
13418 #include <math.h>
13419 int
13420 main ()
13421 {
13422 float f = 0.0; int i=isinf(f)
13423   ;
13424   return 0;
13425 }
13426 _ACEOF
13427 if ac_fn_c_try_link "$LINENO"; then :
13428   ac_cv_have_isinf="yes"
13429 else
13430   ac_cv_have_isinf="no"
13431 fi
13432 rm -f core conftest.err conftest.$ac_objext \
13433     conftest$ac_exeext conftest.$ac_ext
13434 fi
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13436 $as_echo "$ac_cv_have_isinf" >&6; }
13437 if test "$ac_cv_have_isinf" = "yes"
13438 then
13439
13440 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13441
13442 fi
13443
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13445 $as_echo_n "checking for isnan... " >&6; }
13446 if test "${ac_cv_have_isnan+set}" = set; then :
13447   $as_echo_n "(cached) " >&6
13448 else
13449   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13450 /* end confdefs.h.  */
13451 #include <math.h>
13452 int
13453 main ()
13454 {
13455 float f = 0.0; int i=isnan(f)
13456   ;
13457   return 0;
13458 }
13459 _ACEOF
13460 if ac_fn_c_try_link "$LINENO"; then :
13461   ac_cv_have_isnan="yes"
13462 else
13463   ac_cv_have_isnan="no"
13464 fi
13465 rm -f core conftest.err conftest.$ac_objext \
13466     conftest$ac_exeext conftest.$ac_ext
13467 fi
13468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13469 $as_echo "$ac_cv_have_isnan" >&6; }
13470 if test "$ac_cv_have_isnan" = "yes"
13471 then
13472
13473 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13474
13475 fi
13476
13477
13478 case $host_cpu in
13479   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13480 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13481 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13482   $as_echo_n "(cached) " >&6
13483 else
13484   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13485 /* end confdefs.h.  */
13486 #ifndef __i386__
13487 yes
13488 #endif
13489 _ACEOF
13490 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13491   $EGREP "yes" >/dev/null 2>&1; then :
13492   ac_cv_cpp_def___i386__=yes
13493 else
13494   ac_cv_cpp_def___i386__=no
13495 fi
13496 rm -f conftest*
13497
13498 fi
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13500 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13501 if test $ac_cv_cpp_def___i386__ = yes; then :
13502   CFLAGS="$CFLAGS -D__i386__"
13503   LINTFLAGS="$LINTFLAGS -D__i386__"
13504 fi ;;
13505   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13506 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13507 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13508   $as_echo_n "(cached) " >&6
13509 else
13510   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13511 /* end confdefs.h.  */
13512 #ifndef __x86_64__
13513 yes
13514 #endif
13515 _ACEOF
13516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13517   $EGREP "yes" >/dev/null 2>&1; then :
13518   ac_cv_cpp_def___x86_64__=yes
13519 else
13520   ac_cv_cpp_def___x86_64__=no
13521 fi
13522 rm -f conftest*
13523
13524 fi
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13526 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13527 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13528   CFLAGS="$CFLAGS -D__x86_64__"
13529   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13530 fi ;;
13531   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13532 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13533 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13534   $as_echo_n "(cached) " >&6
13535 else
13536   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13537 /* end confdefs.h.  */
13538 #ifndef __ALPHA__
13539 yes
13540 #endif
13541 _ACEOF
13542 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13543   $EGREP "yes" >/dev/null 2>&1; then :
13544   ac_cv_cpp_def___ALPHA__=yes
13545 else
13546   ac_cv_cpp_def___ALPHA__=no
13547 fi
13548 rm -f conftest*
13549
13550 fi
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13552 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13553 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13554   CFLAGS="$CFLAGS -D__ALPHA__"
13555   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13556 fi ;;
13557   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13558 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13559 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13560   $as_echo_n "(cached) " >&6
13561 else
13562   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563 /* end confdefs.h.  */
13564 #ifndef __sparc__
13565 yes
13566 #endif
13567 _ACEOF
13568 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13569   $EGREP "yes" >/dev/null 2>&1; then :
13570   ac_cv_cpp_def___sparc__=yes
13571 else
13572   ac_cv_cpp_def___sparc__=no
13573 fi
13574 rm -f conftest*
13575
13576 fi
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13578 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13579 if test $ac_cv_cpp_def___sparc__ = yes; then :
13580   CFLAGS="$CFLAGS -D__sparc__"
13581   LINTFLAGS="$LINTFLAGS -D__sparc__"
13582 fi ;;
13583   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13584 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13585 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13586   $as_echo_n "(cached) " >&6
13587 else
13588   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13589 /* end confdefs.h.  */
13590 #ifndef __powerpc__
13591 yes
13592 #endif
13593 _ACEOF
13594 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13595   $EGREP "yes" >/dev/null 2>&1; then :
13596   ac_cv_cpp_def___powerpc__=yes
13597 else
13598   ac_cv_cpp_def___powerpc__=no
13599 fi
13600 rm -f conftest*
13601
13602 fi
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13604 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13605 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13606   CFLAGS="$CFLAGS -D__powerpc__"
13607   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13608 fi ;;
13609 esac
13610
13611 case $host_vendor in
13612   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13613 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13614 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13615   $as_echo_n "(cached) " >&6
13616 else
13617   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13618 /* end confdefs.h.  */
13619 #ifndef __sun__
13620 yes
13621 #endif
13622 _ACEOF
13623 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13624   $EGREP "yes" >/dev/null 2>&1; then :
13625   ac_cv_cpp_def___sun__=yes
13626 else
13627   ac_cv_cpp_def___sun__=no
13628 fi
13629 rm -f conftest*
13630
13631 fi
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13633 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13634 if test $ac_cv_cpp_def___sun__ = yes; then :
13635   CFLAGS="$CFLAGS -D__sun__"
13636   LINTFLAGS="$LINTFLAGS -D__sun__"
13637 fi ;;
13638 esac
13639
13640
13641 DEPENDENCIES="### Dependencies:
13642
13643 .INIT: Makefile
13644 .BEGIN: Makefile
13645 .MAKEFILEDEPS:
13646 Makefile: dummy
13647         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13648
13649 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13650 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13651 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13652 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13653 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13654
13655
13656 ALL_MAKERULES=""
13657
13658 ALL_SYMLINKS=""
13659
13660 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13661
13662 ALL_WINETEST_DEPENDS="# Test binaries"
13663
13664
13665 ALL_DIRS=""
13666
13667 ALL_TOP_DIRS=""
13668
13669 ALL_DLL_DIRS=""
13670
13671 ALL_TOOL_DIRS=""
13672
13673 ALL_STATICLIB_DIRS=""
13674
13675 ALL_STATIC_LIBS=""
13676
13677 ALL_IMPORT_LIBS=""
13678
13679 ALL_INSTALL_DIRS=""
13680
13681 ALL_TEST_DIRS=""
13682
13683 ALL_TEST_BINARIES=""
13684
13685 ALL_PROGRAM_DIRS=""
13686
13687 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13688
13689
13690
13691
13692 ac_config_commands="$ac_config_commands include/stamp-h"
13693
13694
13695 wine_fn_append_file ()
13696 {
13697     as_fn_append $1 " \\$as_nl  $2"
13698 }
13699 wine_fn_append_rule ()
13700 {
13701     as_fn_append $1 "$as_nl$2"
13702 }
13703 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13704 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13705 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13706 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13707 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13708 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13709 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13710 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13711 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13712 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13713 ac_config_links="$ac_config_links wine:tools/winewrapper"
13714 wine_fn_append_file ALL_SYMLINKS "wine"
13715
13716 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13717
13718 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13719
13720 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13721
13722 ac_config_commands="$ac_config_commands dlls/user32/resources"
13723
13724 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13725
13726 ac_config_commands="$ac_config_commands include/wine"
13727
13728
13729 wine_fn_append_file ALL_MAKERULES "Make.rules"
13730 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13731 MAKE_RULES=Make.rules
13732 ac_config_files="$ac_config_files Make.rules"
13733
13734 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13735 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13736 MAKE_TEST_RULES=Maketest.rules
13737 ac_config_files="$ac_config_files Maketest.rules"
13738
13739 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13740 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13741 MAKE_DLL_RULES=dlls/Makedll.rules
13742 ac_config_files="$ac_config_files dlls/Makedll.rules"
13743
13744 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13745 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13746 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13747 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13748
13749 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13750 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13751 MAKE_PROG_RULES=programs/Makeprog.rules
13752 ac_config_files="$ac_config_files programs/Makeprog.rules"
13753
13754
13755
13756
13757 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13758 ac_config_files="$ac_config_files Makefile"
13759
13760 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/acledit dlls/acledit/__install__ dlls/acledit/__install-lib__ dlls/acledit/__install-dev__: __builddeps__"
13761 wine_fn_append_file ALL_DIRS "dlls/acledit"
13762 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13763 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/acledit/%) dlls/acledit: dlls/acledit/Makefile \$(MAKEDEP)
13764 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules config.status"
13765 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13766
13767 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13768 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13769 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13770         @cd dlls/aclui && \$(MAKE) \`basename \$@\`
13771 dlls/aclui dlls/aclui/__install__ dlls/aclui/__install-lib__ dlls/aclui/__install-dev__: __builddeps__"
13772 wine_fn_append_file ALL_DIRS "dlls/aclui"
13773 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13774 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/aclui/%) dlls/aclui: dlls/aclui/Makefile \$(MAKEDEP)
13775 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules config.status"
13776 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13777
13778 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13779 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13780 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13781         @cd dlls/activeds && \$(MAKE) \`basename \$@\`
13782 dlls/activeds dlls/activeds/__install__ dlls/activeds/__install-lib__ dlls/activeds/__install-dev__: __builddeps__"
13783 wine_fn_append_file ALL_DIRS "dlls/activeds"
13784 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13785 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/activeds/%) dlls/activeds: dlls/activeds/Makefile \$(MAKEDEP)
13786 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules config.status"
13787 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13788
13789 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/actxprxy dlls/actxprxy/__install__ dlls/actxprxy/__install-lib__ dlls/actxprxy/__install-dev__: __builddeps__"
13790 wine_fn_append_file ALL_DIRS "dlls/actxprxy"
13791 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13792 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/actxprxy/%) dlls/actxprxy: dlls/actxprxy/Makefile \$(MAKEDEP)
13793 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules config.status"
13794 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13795
13796 wine_fn_append_file ALL_STATIC_LIBS "dlls/adsiid/libadsiid.a"
13797 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/adsiid: tools/widl tools/winebuild tools/winegcc include
13798 dlls/adsiid/__install__ dlls/adsiid/__install-dev__: dlls/adsiid
13799 dlls/adsiid/libadsiid.cross.a: dlls/adsiid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
13800         @cd dlls/adsiid && \$(MAKE) \`basename \$@\`"
13801 wine_fn_append_file ALL_DIRS "dlls/adsiid"
13802 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13803 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/adsiid/%) dlls/adsiid: dlls/adsiid/Makefile \$(MAKEDEP)
13804 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules config.status"
13805 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13806
13807 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13809 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13810         @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`
13811 dlls/advapi32 dlls/advapi32/__install__ dlls/advapi32/__install-lib__ dlls/advapi32/__install-dev__: __builddeps__"
13812 wine_fn_append_file ALL_DIRS "dlls/advapi32"
13813 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13814 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advapi32/%) dlls/advapi32: dlls/advapi32/Makefile \$(MAKEDEP)
13815 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules config.status"
13816 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13817
13818 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/tests: __builddeps__
13819 dlls/advapi32/tests/__crosstest__: __buildcrossdeps__"
13820 wine_fn_append_file ALL_TEST_BINARIES "advapi32_test.exe"
13821 wine_fn_append_rule ALL_WINETEST_DEPENDS "advapi32_test.exe: \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT
13822         cp \$(TOPOBJDIR)/dlls/advapi32/tests/advapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13823 advapi32_test.rc:
13824         echo \"advapi32_test.exe TESTRES \\\"advapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13825 advapi32_test.res: advapi32_test.rc advapi32_test.exe"
13826 wine_fn_append_file ALL_DIRS "dlls/advapi32/tests"
13827 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13828 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advapi32/tests/%) dlls/advapi32/tests: dlls/advapi32/tests/Makefile \$(MAKEDEP)
13829 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in Maketest.rules config.status"
13830 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13831
13832 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13833 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13834 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13835         @cd dlls/advpack && \$(MAKE) \`basename \$@\`
13836 dlls/advpack dlls/advpack/__install__ dlls/advpack/__install-lib__ dlls/advpack/__install-dev__: __builddeps__"
13837 wine_fn_append_file ALL_DIRS "dlls/advpack"
13838 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
13839 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advpack/%) dlls/advpack: dlls/advpack/Makefile \$(MAKEDEP)
13840 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules config.status"
13841 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13842
13843 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/tests: __builddeps__
13844 dlls/advpack/tests/__crosstest__: __buildcrossdeps__"
13845 wine_fn_append_file ALL_TEST_BINARIES "advpack_test.exe"
13846 wine_fn_append_rule ALL_WINETEST_DEPENDS "advpack_test.exe: \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT
13847         cp \$(TOPOBJDIR)/dlls/advpack/tests/advpack_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13848 advpack_test.rc:
13849         echo \"advpack_test.exe TESTRES \\\"advpack_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13850 advpack_test.res: advpack_test.rc advpack_test.exe"
13851 wine_fn_append_file ALL_DIRS "dlls/advpack/tests"
13852 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
13853 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/advpack/tests/%) dlls/advpack/tests: dlls/advpack/tests/Makefile \$(MAKEDEP)
13854 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in Maketest.rules config.status"
13855 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13856
13857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream dlls/amstream/__install__ dlls/amstream/__install-lib__ dlls/amstream/__install-dev__: __builddeps__"
13858 wine_fn_append_file ALL_DIRS "dlls/amstream"
13859 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
13860 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/amstream/%) dlls/amstream: dlls/amstream/Makefile \$(MAKEDEP)
13861 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules config.status"
13862 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13863
13864 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream/tests: __builddeps__
13865 dlls/amstream/tests/__crosstest__: __buildcrossdeps__"
13866 wine_fn_append_file ALL_TEST_BINARIES "amstream_test.exe"
13867 wine_fn_append_rule ALL_WINETEST_DEPENDS "amstream_test.exe: \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT
13868         cp \$(TOPOBJDIR)/dlls/amstream/tests/amstream_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13869 amstream_test.rc:
13870         echo \"amstream_test.exe TESTRES \\\"amstream_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13871 amstream_test.res: amstream_test.rc amstream_test.exe"
13872 wine_fn_append_file ALL_DIRS "dlls/amstream/tests"
13873 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
13874 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/amstream/tests/%) dlls/amstream/tests: dlls/amstream/tests/Makefile \$(MAKEDEP)
13875 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in Maketest.rules config.status"
13876 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13877
13878 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__"
13879 wine_fn_append_file ALL_DIRS "dlls/appwiz.cpl"
13880 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
13881 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/appwiz.cpl/%) dlls/appwiz.cpl: dlls/appwiz.cpl/Makefile \$(MAKEDEP)
13882 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules config.status"
13883 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13884
13885 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
13886 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13887 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13888         @cd dlls/atl && \$(MAKE) \`basename \$@\`
13889 dlls/atl dlls/atl/__install__ dlls/atl/__install-lib__ dlls/atl/__install-dev__: __builddeps__"
13890 wine_fn_append_file ALL_DIRS "dlls/atl"
13891 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
13892 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/atl/%) dlls/atl: dlls/atl/Makefile \$(MAKEDEP)
13893 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules config.status"
13894 ac_config_files="$ac_config_files dlls/atl/Makefile"
13895
13896 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/authz dlls/authz/__install__ dlls/authz/__install-lib__ dlls/authz/__install-dev__: __builddeps__"
13897 wine_fn_append_file ALL_DIRS "dlls/authz"
13898 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
13899 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/authz/%) dlls/authz: dlls/authz/Makefile \$(MAKEDEP)
13900 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules config.status"
13901 ac_config_files="$ac_config_files dlls/authz/Makefile"
13902
13903 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
13904 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13905 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13906         @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`
13907 dlls/avicap32 dlls/avicap32/__install__ dlls/avicap32/__install-lib__ dlls/avicap32/__install-dev__: __builddeps__"
13908 wine_fn_append_file ALL_DIRS "dlls/avicap32"
13909 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
13910 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avicap32/%) dlls/avicap32: dlls/avicap32/Makefile \$(MAKEDEP)
13911 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules config.status"
13912 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13913
13914 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
13915 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13916 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13917         @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`
13918 dlls/avifil32 dlls/avifil32/__install__ dlls/avifil32/__install-lib__ dlls/avifil32/__install-dev__: __builddeps__"
13919 wine_fn_append_file ALL_DIRS "dlls/avifil32"
13920 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
13921 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifil32/%) dlls/avifil32: dlls/avifil32/Makefile \$(MAKEDEP)
13922 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules config.status"
13923 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13924
13925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/tests: __builddeps__
13926 dlls/avifil32/tests/__crosstest__: __buildcrossdeps__"
13927 wine_fn_append_file ALL_TEST_BINARIES "avifil32_test.exe"
13928 wine_fn_append_rule ALL_WINETEST_DEPENDS "avifil32_test.exe: \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT
13929         cp \$(TOPOBJDIR)/dlls/avifil32/tests/avifil32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13930 avifil32_test.rc:
13931         echo \"avifil32_test.exe TESTRES \\\"avifil32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13932 avifil32_test.res: avifil32_test.rc avifil32_test.exe"
13933 wine_fn_append_file ALL_DIRS "dlls/avifil32/tests"
13934 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
13935 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifil32/tests/%) dlls/avifil32/tests: dlls/avifil32/tests/Makefile \$(MAKEDEP)
13936 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in Maketest.rules config.status"
13937 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13938
13939 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__"
13940 wine_fn_append_file ALL_DIRS "dlls/avifile.dll16"
13941 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
13942 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avifile.dll16/%) dlls/avifile.dll16: dlls/avifile.dll16/Makefile \$(MAKEDEP)
13943 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules config.status"
13944 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13945
13946 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
13947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
13948 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
13949         @cd dlls/avrt && \$(MAKE) \`basename \$@\`
13950 dlls/avrt dlls/avrt/__install__ dlls/avrt/__install-lib__ dlls/avrt/__install-dev__: __builddeps__"
13951 wine_fn_append_file ALL_DIRS "dlls/avrt"
13952 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
13953 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/avrt/%) dlls/avrt: dlls/avrt/Makefile \$(MAKEDEP)
13954 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules config.status"
13955 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13956
13957 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/bcrypt dlls/bcrypt/__install__ dlls/bcrypt/__install-lib__ dlls/bcrypt/__install-dev__: __builddeps__"
13958 wine_fn_append_file ALL_DIRS "dlls/bcrypt"
13959 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
13960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/bcrypt/%) dlls/bcrypt: dlls/bcrypt/Makefile \$(MAKEDEP)
13961 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules config.status"
13962 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13963
13964 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui dlls/browseui/__install__ dlls/browseui/__install-lib__ dlls/browseui/__install-dev__: __builddeps__"
13965 wine_fn_append_file ALL_DIRS "dlls/browseui"
13966 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
13967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/browseui/%) dlls/browseui: dlls/browseui/Makefile \$(MAKEDEP)
13968 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules config.status"
13969 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13970
13971 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui/tests: __builddeps__
13972 dlls/browseui/tests/__crosstest__: __buildcrossdeps__"
13973 wine_fn_append_file ALL_TEST_BINARIES "browseui_test.exe"
13974 wine_fn_append_rule ALL_WINETEST_DEPENDS "browseui_test.exe: \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT
13975         cp \$(TOPOBJDIR)/dlls/browseui/tests/browseui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
13976 browseui_test.rc:
13977         echo \"browseui_test.exe TESTRES \\\"browseui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13978 browseui_test.res: browseui_test.rc browseui_test.exe"
13979 wine_fn_append_file ALL_DIRS "dlls/browseui/tests"
13980 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
13981 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/browseui/tests/%) dlls/browseui/tests: dlls/browseui/tests/Makefile \$(MAKEDEP)
13982 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in Maketest.rules config.status"
13983 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13984
13985 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
13986 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
13987 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
13988         @cd dlls/cabinet && \$(MAKE) \`basename \$@\`
13989 dlls/cabinet dlls/cabinet/__install__ dlls/cabinet/__install-lib__ dlls/cabinet/__install-dev__: __builddeps__"
13990 wine_fn_append_file ALL_DIRS "dlls/cabinet"
13991 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
13992 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cabinet/%) dlls/cabinet: dlls/cabinet/Makefile \$(MAKEDEP)
13993 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules config.status"
13994 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13995
13996 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/tests: __builddeps__
13997 dlls/cabinet/tests/__crosstest__: __buildcrossdeps__"
13998 wine_fn_append_file ALL_TEST_BINARIES "cabinet_test.exe"
13999 wine_fn_append_rule ALL_WINETEST_DEPENDS "cabinet_test.exe: \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT
14000         cp \$(TOPOBJDIR)/dlls/cabinet/tests/cabinet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14001 cabinet_test.rc:
14002         echo \"cabinet_test.exe TESTRES \\\"cabinet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14003 cabinet_test.res: cabinet_test.rc cabinet_test.exe"
14004 wine_fn_append_file ALL_DIRS "dlls/cabinet/tests"
14005 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cabinet/tests/%) dlls/cabinet/tests: dlls/cabinet/tests/Makefile \$(MAKEDEP)
14007 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in Maketest.rules config.status"
14008 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14009
14010 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14012 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14013         @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`
14014 dlls/capi2032 dlls/capi2032/__install__ dlls/capi2032/__install-lib__ dlls/capi2032/__install-dev__: __builddeps__"
14015 wine_fn_append_file ALL_DIRS "dlls/capi2032"
14016 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14017 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/capi2032/%) dlls/capi2032: dlls/capi2032/Makefile \$(MAKEDEP)
14018 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules config.status"
14019 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14020
14021 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14022 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14023 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14024         @cd dlls/cards && \$(MAKE) \`basename \$@\`
14025 dlls/cards dlls/cards/__install__ dlls/cards/__install-lib__ dlls/cards/__install-dev__: __builddeps__"
14026 wine_fn_append_file ALL_DIRS "dlls/cards"
14027 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14028 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cards/%) dlls/cards: dlls/cards/Makefile \$(MAKEDEP)
14029 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules config.status"
14030 ac_config_files="$ac_config_files dlls/cards/Makefile"
14031
14032 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14033 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14034 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14035         @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`
14036 dlls/cfgmgr32 dlls/cfgmgr32/__install__ dlls/cfgmgr32/__install-lib__ dlls/cfgmgr32/__install-dev__: __builddeps__"
14037 wine_fn_append_file ALL_DIRS "dlls/cfgmgr32"
14038 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cfgmgr32/%) dlls/cfgmgr32: dlls/cfgmgr32/Makefile \$(MAKEDEP)
14040 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules config.status"
14041 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14042
14043 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14044 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14045 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14046         @cd dlls/clusapi && \$(MAKE) \`basename \$@\`
14047 dlls/clusapi dlls/clusapi/__install__ dlls/clusapi/__install-lib__ dlls/clusapi/__install-dev__: __builddeps__"
14048 wine_fn_append_file ALL_DIRS "dlls/clusapi"
14049 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/clusapi/%) dlls/clusapi: dlls/clusapi/Makefile \$(MAKEDEP)
14051 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules config.status"
14052 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14053
14054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat dlls/comcat/__install__ dlls/comcat/__install-lib__ dlls/comcat/__install-dev__: __builddeps__"
14055 wine_fn_append_file ALL_DIRS "dlls/comcat"
14056 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14057 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comcat/%) dlls/comcat: dlls/comcat/Makefile \$(MAKEDEP)
14058 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules config.status"
14059 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14060
14061 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat/tests: __builddeps__
14062 dlls/comcat/tests/__crosstest__: __buildcrossdeps__"
14063 wine_fn_append_file ALL_TEST_BINARIES "comcat_test.exe"
14064 wine_fn_append_rule ALL_WINETEST_DEPENDS "comcat_test.exe: \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT
14065         cp \$(TOPOBJDIR)/dlls/comcat/tests/comcat_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14066 comcat_test.rc:
14067         echo \"comcat_test.exe TESTRES \\\"comcat_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14068 comcat_test.res: comcat_test.rc comcat_test.exe"
14069 wine_fn_append_file ALL_DIRS "dlls/comcat/tests"
14070 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14071 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comcat/tests/%) dlls/comcat/tests: dlls/comcat/tests/Makefile \$(MAKEDEP)
14072 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in Maketest.rules config.status"
14073 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14074
14075 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14076 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14077 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14078         @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`
14079 dlls/comctl32 dlls/comctl32/__install__ dlls/comctl32/__install-lib__ dlls/comctl32/__install-dev__: __builddeps__"
14080 wine_fn_append_file ALL_DIRS "dlls/comctl32"
14081 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14082 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comctl32/%) dlls/comctl32: dlls/comctl32/Makefile \$(MAKEDEP)
14083 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules config.status"
14084 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14085
14086 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/tests: __builddeps__
14087 dlls/comctl32/tests/__crosstest__: __buildcrossdeps__"
14088 wine_fn_append_file ALL_TEST_BINARIES "comctl32_test.exe"
14089 wine_fn_append_rule ALL_WINETEST_DEPENDS "comctl32_test.exe: \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT
14090         cp \$(TOPOBJDIR)/dlls/comctl32/tests/comctl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14091 comctl32_test.rc:
14092         echo \"comctl32_test.exe TESTRES \\\"comctl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14093 comctl32_test.res: comctl32_test.rc comctl32_test.exe"
14094 wine_fn_append_file ALL_DIRS "dlls/comctl32/tests"
14095 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14096 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comctl32/tests/%) dlls/comctl32/tests: dlls/comctl32/tests/Makefile \$(MAKEDEP)
14097 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in Maketest.rules config.status"
14098 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14099
14100 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14102 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14103         @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`
14104 dlls/comdlg32 dlls/comdlg32/__install__ dlls/comdlg32/__install-lib__ dlls/comdlg32/__install-dev__: __builddeps__"
14105 wine_fn_append_file ALL_DIRS "dlls/comdlg32"
14106 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14107 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comdlg32/%) dlls/comdlg32: dlls/comdlg32/Makefile \$(MAKEDEP)
14108 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules config.status"
14109 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14110
14111 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/tests: __builddeps__
14112 dlls/comdlg32/tests/__crosstest__: __buildcrossdeps__"
14113 wine_fn_append_file ALL_TEST_BINARIES "comdlg32_test.exe"
14114 wine_fn_append_rule ALL_WINETEST_DEPENDS "comdlg32_test.exe: \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT
14115         cp \$(TOPOBJDIR)/dlls/comdlg32/tests/comdlg32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14116 comdlg32_test.rc:
14117         echo \"comdlg32_test.exe TESTRES \\\"comdlg32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14118 comdlg32_test.res: comdlg32_test.rc comdlg32_test.exe"
14119 wine_fn_append_file ALL_DIRS "dlls/comdlg32/tests"
14120 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14121 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comdlg32/tests/%) dlls/comdlg32/tests: dlls/comdlg32/tests/Makefile \$(MAKEDEP)
14122 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in Maketest.rules config.status"
14123 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14124
14125 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__"
14126 wine_fn_append_file ALL_DIRS "dlls/comm.drv16"
14127 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14128 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/comm.drv16/%) dlls/comm.drv16: dlls/comm.drv16/Makefile \$(MAKEDEP)
14129 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules config.status"
14130 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14131
14132 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__"
14133 wine_fn_append_file ALL_DIRS "dlls/commdlg.dll16"
14134 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14135 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/commdlg.dll16/%) dlls/commdlg.dll16: dlls/commdlg.dll16/Makefile \$(MAKEDEP)
14136 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules config.status"
14137 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14138
14139 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__"
14140 wine_fn_append_file ALL_DIRS "dlls/compobj.dll16"
14141 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14142 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/compobj.dll16/%) dlls/compobj.dll16: dlls/compobj.dll16/Makefile \$(MAKEDEP)
14143 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules config.status"
14144 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14145
14146 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14147 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14148 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14149         @cd dlls/compstui && \$(MAKE) \`basename \$@\`
14150 dlls/compstui dlls/compstui/__install__ dlls/compstui/__install-lib__ dlls/compstui/__install-dev__: __builddeps__"
14151 wine_fn_append_file ALL_DIRS "dlls/compstui"
14152 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14153 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/compstui/%) dlls/compstui: dlls/compstui/Makefile \$(MAKEDEP)
14154 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules config.status"
14155 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14156
14157 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14158 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14159 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14160         @cd dlls/credui && \$(MAKE) \`basename \$@\`
14161 dlls/credui dlls/credui/__install__ dlls/credui/__install-lib__ dlls/credui/__install-dev__: __builddeps__"
14162 wine_fn_append_file ALL_DIRS "dlls/credui"
14163 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14164 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/credui/%) dlls/credui: dlls/credui/Makefile \$(MAKEDEP)
14165 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules config.status"
14166 ac_config_files="$ac_config_files dlls/credui/Makefile"
14167
14168 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/tests: __builddeps__
14169 dlls/credui/tests/__crosstest__: __buildcrossdeps__"
14170 wine_fn_append_file ALL_TEST_BINARIES "credui_test.exe"
14171 wine_fn_append_rule ALL_WINETEST_DEPENDS "credui_test.exe: \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT
14172         cp \$(TOPOBJDIR)/dlls/credui/tests/credui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14173 credui_test.rc:
14174         echo \"credui_test.exe TESTRES \\\"credui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14175 credui_test.res: credui_test.rc credui_test.exe"
14176 wine_fn_append_file ALL_DIRS "dlls/credui/tests"
14177 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14178 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/credui/tests/%) dlls/credui/tests: dlls/credui/tests/Makefile \$(MAKEDEP)
14179 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in Maketest.rules config.status"
14180 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14181
14182 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14183 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14184 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14185         @cd dlls/crtdll && \$(MAKE) \`basename \$@\`
14186 dlls/crtdll dlls/crtdll/__install__ dlls/crtdll/__install-lib__ dlls/crtdll/__install-dev__: __builddeps__"
14187 wine_fn_append_file ALL_DIRS "dlls/crtdll"
14188 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14189 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crtdll/%) dlls/crtdll: dlls/crtdll/Makefile \$(MAKEDEP)
14190 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules config.status"
14191 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14192
14193 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14194 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14195 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14196         @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`
14197 dlls/crypt32 dlls/crypt32/__install__ dlls/crypt32/__install-lib__ dlls/crypt32/__install-dev__: __builddeps__"
14198 wine_fn_append_file ALL_DIRS "dlls/crypt32"
14199 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14200 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crypt32/%) dlls/crypt32: dlls/crypt32/Makefile \$(MAKEDEP)
14201 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules config.status"
14202 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14203
14204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/tests: __builddeps__
14205 dlls/crypt32/tests/__crosstest__: __buildcrossdeps__"
14206 wine_fn_append_file ALL_TEST_BINARIES "crypt32_test.exe"
14207 wine_fn_append_rule ALL_WINETEST_DEPENDS "crypt32_test.exe: \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT
14208         cp \$(TOPOBJDIR)/dlls/crypt32/tests/crypt32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14209 crypt32_test.rc:
14210         echo \"crypt32_test.exe TESTRES \\\"crypt32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14211 crypt32_test.res: crypt32_test.rc crypt32_test.exe"
14212 wine_fn_append_file ALL_DIRS "dlls/crypt32/tests"
14213 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14214 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/crypt32/tests/%) dlls/crypt32/tests: dlls/crypt32/tests/Makefile \$(MAKEDEP)
14215 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in Maketest.rules config.status"
14216 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14217
14218 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdlg dlls/cryptdlg/__install__ dlls/cryptdlg/__install-lib__ dlls/cryptdlg/__install-dev__: __builddeps__"
14219 wine_fn_append_file ALL_DIRS "dlls/cryptdlg"
14220 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14221 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptdlg/%) dlls/cryptdlg: dlls/cryptdlg/Makefile \$(MAKEDEP)
14222 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules config.status"
14223 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14224
14225 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14226 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14227 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14228         @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`
14229 dlls/cryptdll dlls/cryptdll/__install__ dlls/cryptdll/__install-lib__ dlls/cryptdll/__install-dev__: __builddeps__"
14230 wine_fn_append_file ALL_DIRS "dlls/cryptdll"
14231 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14232 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptdll/%) dlls/cryptdll: dlls/cryptdll/Makefile \$(MAKEDEP)
14233 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules config.status"
14234 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14235
14236 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14237 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14238 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14239         @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`
14240 dlls/cryptnet dlls/cryptnet/__install__ dlls/cryptnet/__install-lib__ dlls/cryptnet/__install-dev__: __builddeps__"
14241 wine_fn_append_file ALL_DIRS "dlls/cryptnet"
14242 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14243 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptnet/%) dlls/cryptnet: dlls/cryptnet/Makefile \$(MAKEDEP)
14244 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules config.status"
14245 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14246
14247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/tests: __builddeps__
14248 dlls/cryptnet/tests/__crosstest__: __buildcrossdeps__"
14249 wine_fn_append_file ALL_TEST_BINARIES "cryptnet_test.exe"
14250 wine_fn_append_rule ALL_WINETEST_DEPENDS "cryptnet_test.exe: \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT
14251         cp \$(TOPOBJDIR)/dlls/cryptnet/tests/cryptnet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14252 cryptnet_test.rc:
14253         echo \"cryptnet_test.exe TESTRES \\\"cryptnet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14254 cryptnet_test.res: cryptnet_test.rc cryptnet_test.exe"
14255 wine_fn_append_file ALL_DIRS "dlls/cryptnet/tests"
14256 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14257 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptnet/tests/%) dlls/cryptnet/tests: dlls/cryptnet/tests/Makefile \$(MAKEDEP)
14258 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in Maketest.rules config.status"
14259 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14260
14261 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14262 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14263 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14264         @cd dlls/cryptui && \$(MAKE) \`basename \$@\`
14265 dlls/cryptui dlls/cryptui/__install__ dlls/cryptui/__install-lib__ dlls/cryptui/__install-dev__: __builddeps__"
14266 wine_fn_append_file ALL_DIRS "dlls/cryptui"
14267 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14268 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptui/%) dlls/cryptui: dlls/cryptui/Makefile \$(MAKEDEP)
14269 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules config.status"
14270 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14271
14272 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/tests: __builddeps__
14273 dlls/cryptui/tests/__crosstest__: __buildcrossdeps__"
14274 wine_fn_append_file ALL_TEST_BINARIES "cryptui_test.exe"
14275 wine_fn_append_rule ALL_WINETEST_DEPENDS "cryptui_test.exe: \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT
14276         cp \$(TOPOBJDIR)/dlls/cryptui/tests/cryptui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14277 cryptui_test.rc:
14278         echo \"cryptui_test.exe TESTRES \\\"cryptui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14279 cryptui_test.res: cryptui_test.rc cryptui_test.exe"
14280 wine_fn_append_file ALL_DIRS "dlls/cryptui/tests"
14281 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14282 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/cryptui/tests/%) dlls/cryptui/tests: dlls/cryptui/tests/Makefile \$(MAKEDEP)
14283 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in Maketest.rules config.status"
14284 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14285
14286 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctapi32 dlls/ctapi32/__install__ dlls/ctapi32/__install-lib__ dlls/ctapi32/__install-dev__: __builddeps__"
14287 wine_fn_append_file ALL_DIRS "dlls/ctapi32"
14288 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14289 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctapi32/%) dlls/ctapi32: dlls/ctapi32/Makefile \$(MAKEDEP)
14290 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules config.status"
14291 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14292
14293 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__"
14294 wine_fn_append_file ALL_DIRS "dlls/ctl3d.dll16"
14295 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14296 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3d.dll16/%) dlls/ctl3d.dll16: dlls/ctl3d.dll16/Makefile \$(MAKEDEP)
14297 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules config.status"
14298 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14299
14300 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14301 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14302 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14303         @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`
14304 dlls/ctl3d32 dlls/ctl3d32/__install__ dlls/ctl3d32/__install-lib__ dlls/ctl3d32/__install-dev__: __builddeps__"
14305 wine_fn_append_file ALL_DIRS "dlls/ctl3d32"
14306 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14307 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3d32/%) dlls/ctl3d32: dlls/ctl3d32/Makefile \$(MAKEDEP)
14308 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules config.status"
14309 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14310
14311 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__"
14312 wine_fn_append_file ALL_DIRS "dlls/ctl3dv2.dll16"
14313 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14314 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ctl3dv2.dll16/%) dlls/ctl3dv2.dll16: dlls/ctl3dv2.dll16/Makefile \$(MAKEDEP)
14315 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules config.status"
14316 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14317
14318 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14319 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14320 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14321         @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`
14322 dlls/d3d10 dlls/d3d10/__install__ dlls/d3d10/__install-lib__ dlls/d3d10/__install-dev__: __builddeps__"
14323 wine_fn_append_file ALL_DIRS "dlls/d3d10"
14324 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14325 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10/%) dlls/d3d10: dlls/d3d10/Makefile \$(MAKEDEP)
14326 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules config.status"
14327 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14328
14329 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/tests: __builddeps__
14330 dlls/d3d10/tests/__crosstest__: __buildcrossdeps__"
14331 wine_fn_append_file ALL_TEST_BINARIES "d3d10_test.exe"
14332 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d10_test.exe: \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT
14333         cp \$(TOPOBJDIR)/dlls/d3d10/tests/d3d10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14334 d3d10_test.rc:
14335         echo \"d3d10_test.exe TESTRES \\\"d3d10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14336 d3d10_test.res: d3d10_test.rc d3d10_test.exe"
14337 wine_fn_append_file ALL_DIRS "dlls/d3d10/tests"
14338 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14339 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10/tests/%) dlls/d3d10/tests: dlls/d3d10/tests/Makefile \$(MAKEDEP)
14340 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in Maketest.rules config.status"
14341 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14342
14343 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14344 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14345 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14346         @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`
14347 dlls/d3d10core dlls/d3d10core/__install__ dlls/d3d10core/__install-lib__ dlls/d3d10core/__install-dev__: __builddeps__"
14348 wine_fn_append_file ALL_DIRS "dlls/d3d10core"
14349 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14350 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10core/%) dlls/d3d10core: dlls/d3d10core/Makefile \$(MAKEDEP)
14351 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules config.status"
14352 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14353
14354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/tests: __builddeps__
14355 dlls/d3d10core/tests/__crosstest__: __buildcrossdeps__"
14356 wine_fn_append_file ALL_TEST_BINARIES "d3d10core_test.exe"
14357 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d10core_test.exe: \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT
14358         cp \$(TOPOBJDIR)/dlls/d3d10core/tests/d3d10core_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14359 d3d10core_test.rc:
14360         echo \"d3d10core_test.exe TESTRES \\\"d3d10core_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14361 d3d10core_test.res: d3d10core_test.rc d3d10core_test.exe"
14362 wine_fn_append_file ALL_DIRS "dlls/d3d10core/tests"
14363 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14364 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d10core/tests/%) dlls/d3d10core/tests: dlls/d3d10core/tests/Makefile \$(MAKEDEP)
14365 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in Maketest.rules config.status"
14366 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14367
14368 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14369 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14370 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14371         @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`
14372 dlls/d3d8 dlls/d3d8/__install__ dlls/d3d8/__install-lib__ dlls/d3d8/__install-dev__: __builddeps__"
14373 wine_fn_append_file ALL_DIRS "dlls/d3d8"
14374 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14375 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d8/%) dlls/d3d8: dlls/d3d8/Makefile \$(MAKEDEP)
14376 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules config.status"
14377 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14378
14379 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/tests: __builddeps__
14380 dlls/d3d8/tests/__crosstest__: __buildcrossdeps__"
14381 wine_fn_append_file ALL_TEST_BINARIES "d3d8_test.exe"
14382 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d8_test.exe: \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT
14383         cp \$(TOPOBJDIR)/dlls/d3d8/tests/d3d8_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14384 d3d8_test.rc:
14385         echo \"d3d8_test.exe TESTRES \\\"d3d8_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14386 d3d8_test.res: d3d8_test.rc d3d8_test.exe"
14387 wine_fn_append_file ALL_DIRS "dlls/d3d8/tests"
14388 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d8/tests/%) dlls/d3d8/tests: dlls/d3d8/tests/Makefile \$(MAKEDEP)
14390 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in Maketest.rules config.status"
14391 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14392
14393 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14394 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14395 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14396         @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`
14397 dlls/d3d9 dlls/d3d9/__install__ dlls/d3d9/__install-lib__ dlls/d3d9/__install-dev__: __builddeps__"
14398 wine_fn_append_file ALL_DIRS "dlls/d3d9"
14399 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14400 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d9/%) dlls/d3d9: dlls/d3d9/Makefile \$(MAKEDEP)
14401 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules config.status"
14402 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14403
14404 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/tests: __builddeps__
14405 dlls/d3d9/tests/__crosstest__: __buildcrossdeps__"
14406 wine_fn_append_file ALL_TEST_BINARIES "d3d9_test.exe"
14407 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3d9_test.exe: \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT
14408         cp \$(TOPOBJDIR)/dlls/d3d9/tests/d3d9_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14409 d3d9_test.rc:
14410         echo \"d3d9_test.exe TESTRES \\\"d3d9_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14411 d3d9_test.res: d3d9_test.rc d3d9_test.exe"
14412 wine_fn_append_file ALL_DIRS "dlls/d3d9/tests"
14413 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14414 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3d9/tests/%) dlls/d3d9/tests: dlls/d3d9/tests/Makefile \$(MAKEDEP)
14415 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in Maketest.rules config.status"
14416 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14417
14418 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14419 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14420 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14421         @cd dlls/d3dim && \$(MAKE) \`basename \$@\`
14422 dlls/d3dim dlls/d3dim/__install__ dlls/d3dim/__install-lib__ dlls/d3dim/__install-dev__: __builddeps__"
14423 wine_fn_append_file ALL_DIRS "dlls/d3dim"
14424 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14425 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dim/%) dlls/d3dim: dlls/d3dim/Makefile \$(MAKEDEP)
14426 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules config.status"
14427 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14428
14429 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14430 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14431 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14432         @cd dlls/d3drm && \$(MAKE) \`basename \$@\`
14433 dlls/d3drm dlls/d3drm/__install__ dlls/d3drm/__install-lib__ dlls/d3drm/__install-dev__: __builddeps__"
14434 wine_fn_append_file ALL_DIRS "dlls/d3drm"
14435 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14436 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3drm/%) dlls/d3drm: dlls/d3drm/Makefile \$(MAKEDEP)
14437 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules config.status"
14438 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14439
14440 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/tests: __builddeps__
14441 dlls/d3drm/tests/__crosstest__: __buildcrossdeps__"
14442 wine_fn_append_file ALL_TEST_BINARIES "d3drm_test.exe"
14443 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3drm_test.exe: \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT
14444         cp \$(TOPOBJDIR)/dlls/d3drm/tests/d3drm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14445 d3drm_test.rc:
14446         echo \"d3drm_test.exe TESTRES \\\"d3drm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14447 d3drm_test.res: d3drm_test.rc d3drm_test.exe"
14448 wine_fn_append_file ALL_DIRS "dlls/d3drm/tests"
14449 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14450 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3drm/tests/%) dlls/d3drm/tests: dlls/d3drm/tests/Makefile \$(MAKEDEP)
14451 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in Maketest.rules config.status"
14452 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14453
14454 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__"
14455 wine_fn_append_file ALL_DIRS "dlls/d3dx9_24"
14456 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14457 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_24/%) dlls/d3dx9_24: dlls/d3dx9_24/Makefile \$(MAKEDEP)
14458 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules config.status"
14459 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14460
14461 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__"
14462 wine_fn_append_file ALL_DIRS "dlls/d3dx9_25"
14463 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_25/%) dlls/d3dx9_25: dlls/d3dx9_25/Makefile \$(MAKEDEP)
14465 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules config.status"
14466 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14467
14468 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__"
14469 wine_fn_append_file ALL_DIRS "dlls/d3dx9_26"
14470 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14471 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_26/%) dlls/d3dx9_26: dlls/d3dx9_26/Makefile \$(MAKEDEP)
14472 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules config.status"
14473 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14474
14475 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__"
14476 wine_fn_append_file ALL_DIRS "dlls/d3dx9_27"
14477 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14478 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_27/%) dlls/d3dx9_27: dlls/d3dx9_27/Makefile \$(MAKEDEP)
14479 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules config.status"
14480 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14481
14482 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__"
14483 wine_fn_append_file ALL_DIRS "dlls/d3dx9_28"
14484 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_28/%) dlls/d3dx9_28: dlls/d3dx9_28/Makefile \$(MAKEDEP)
14486 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules config.status"
14487 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14488
14489 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__"
14490 wine_fn_append_file ALL_DIRS "dlls/d3dx9_29"
14491 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_29/%) dlls/d3dx9_29: dlls/d3dx9_29/Makefile \$(MAKEDEP)
14493 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules config.status"
14494 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14495
14496 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__"
14497 wine_fn_append_file ALL_DIRS "dlls/d3dx9_30"
14498 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14499 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_30/%) dlls/d3dx9_30: dlls/d3dx9_30/Makefile \$(MAKEDEP)
14500 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules config.status"
14501 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14502
14503 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__"
14504 wine_fn_append_file ALL_DIRS "dlls/d3dx9_31"
14505 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14506 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_31/%) dlls/d3dx9_31: dlls/d3dx9_31/Makefile \$(MAKEDEP)
14507 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules config.status"
14508 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14509
14510 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__"
14511 wine_fn_append_file ALL_DIRS "dlls/d3dx9_32"
14512 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14513 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_32/%) dlls/d3dx9_32: dlls/d3dx9_32/Makefile \$(MAKEDEP)
14514 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules config.status"
14515 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14516
14517 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__"
14518 wine_fn_append_file ALL_DIRS "dlls/d3dx9_33"
14519 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14520 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_33/%) dlls/d3dx9_33: dlls/d3dx9_33/Makefile \$(MAKEDEP)
14521 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules config.status"
14522 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14523
14524 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__"
14525 wine_fn_append_file ALL_DIRS "dlls/d3dx9_34"
14526 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14527 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_34/%) dlls/d3dx9_34: dlls/d3dx9_34/Makefile \$(MAKEDEP)
14528 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules config.status"
14529 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14530
14531 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__"
14532 wine_fn_append_file ALL_DIRS "dlls/d3dx9_35"
14533 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14534 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_35/%) dlls/d3dx9_35: dlls/d3dx9_35/Makefile \$(MAKEDEP)
14535 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules config.status"
14536 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14537
14538 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14539 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
14540 dlls/libd3dx9.$IMPLIBEXT: dlls/d3dx9_36/libd3dx9.$IMPLIBEXT
14541         \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.$IMPLIBEXT \$@
14542 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14543         \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14544 clean::
14545         \$(RM) dlls/libd3dx9.$IMPLIBEXT
14546 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14547         @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14548 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14549 wine_fn_append_file ALL_DIRS "dlls/d3dx9_36"
14550 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14551 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_36/%) dlls/d3dx9_36: dlls/d3dx9_36/Makefile \$(MAKEDEP)
14552 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules config.status"
14553 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14554
14555 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dx9_36/tests: __builddeps__
14556 dlls/d3dx9_36/tests/__crosstest__: __buildcrossdeps__"
14557 wine_fn_append_file ALL_TEST_BINARIES "d3dx9_36_test.exe"
14558 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3dx9_36_test.exe: \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT
14559         cp \$(TOPOBJDIR)/dlls/d3dx9_36/tests/d3dx9_36_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14560 d3dx9_36_test.rc:
14561         echo \"d3dx9_36_test.exe TESTRES \\\"d3dx9_36_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14562 d3dx9_36_test.res: d3dx9_36_test.rc d3dx9_36_test.exe"
14563 wine_fn_append_file ALL_DIRS "dlls/d3dx9_36/tests"
14564 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_36/tests/%) dlls/d3dx9_36/tests: dlls/d3dx9_36/tests/Makefile \$(MAKEDEP)
14566 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in Maketest.rules config.status"
14567 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14568
14569 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__"
14570 wine_fn_append_file ALL_DIRS "dlls/d3dx9_37"
14571 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14572 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_37/%) dlls/d3dx9_37: dlls/d3dx9_37/Makefile \$(MAKEDEP)
14573 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules config.status"
14574 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14575
14576 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__"
14577 wine_fn_append_file ALL_DIRS "dlls/d3dx9_38"
14578 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14579 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_38/%) dlls/d3dx9_38: dlls/d3dx9_38/Makefile \$(MAKEDEP)
14580 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules config.status"
14581 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14582
14583 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__"
14584 wine_fn_append_file ALL_DIRS "dlls/d3dx9_39"
14585 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14586 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_39/%) dlls/d3dx9_39: dlls/d3dx9_39/Makefile \$(MAKEDEP)
14587 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules config.status"
14588 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14589
14590 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__"
14591 wine_fn_append_file ALL_DIRS "dlls/d3dx9_40"
14592 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14593 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_40/%) dlls/d3dx9_40: dlls/d3dx9_40/Makefile \$(MAKEDEP)
14594 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules config.status"
14595 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14596
14597 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__"
14598 wine_fn_append_file ALL_DIRS "dlls/d3dx9_41"
14599 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14600 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_41/%) dlls/d3dx9_41: dlls/d3dx9_41/Makefile \$(MAKEDEP)
14601 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules config.status"
14602 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14603
14604 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__"
14605 wine_fn_append_file ALL_DIRS "dlls/d3dx9_42"
14606 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14607 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dx9_42/%) dlls/d3dx9_42: dlls/d3dx9_42/Makefile \$(MAKEDEP)
14608 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules config.status"
14609 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14610
14611 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14612 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14613 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14614         @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
14615 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
14616 wine_fn_append_file ALL_DIRS "dlls/d3dxof"
14617 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14618 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dxof/%) dlls/d3dxof: dlls/d3dxof/Makefile \$(MAKEDEP)
14619 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules config.status"
14620 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14621
14622 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/tests: __builddeps__
14623 dlls/d3dxof/tests/__crosstest__: __buildcrossdeps__"
14624 wine_fn_append_file ALL_TEST_BINARIES "d3dxof_test.exe"
14625 wine_fn_append_rule ALL_WINETEST_DEPENDS "d3dxof_test.exe: \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT
14626         cp \$(TOPOBJDIR)/dlls/d3dxof/tests/d3dxof_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14627 d3dxof_test.rc:
14628         echo \"d3dxof_test.exe TESTRES \\\"d3dxof_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14629 d3dxof_test.res: d3dxof_test.rc d3dxof_test.exe"
14630 wine_fn_append_file ALL_DIRS "dlls/d3dxof/tests"
14631 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14632 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/d3dxof/tests/%) dlls/d3dxof/tests: dlls/d3dxof/tests/Makefile \$(MAKEDEP)
14633 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in Maketest.rules config.status"
14634 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14635
14636 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14637 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14638 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14639         @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
14640 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
14641 wine_fn_append_file ALL_DIRS "dlls/dbghelp"
14642 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14643 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dbghelp/%) dlls/dbghelp: dlls/dbghelp/Makefile \$(MAKEDEP)
14644 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules config.status"
14645 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14646
14647 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14648 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14649 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14650         @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
14651 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
14652 wine_fn_append_file ALL_DIRS "dlls/dciman32"
14653 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14654 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dciman32/%) dlls/dciman32: dlls/dciman32/Makefile \$(MAKEDEP)
14655 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules config.status"
14656 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14657
14658 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__"
14659 wine_fn_append_file ALL_DIRS "dlls/ddeml.dll16"
14660 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddeml.dll16/%) dlls/ddeml.dll16: dlls/ddeml.dll16/Makefile \$(MAKEDEP)
14662 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules config.status"
14663 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14664
14665 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14666 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14667 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14668         @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
14669 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
14670 wine_fn_append_file ALL_DIRS "dlls/ddraw"
14671 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14672 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddraw/%) dlls/ddraw: dlls/ddraw/Makefile \$(MAKEDEP)
14673 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules config.status"
14674 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14675
14676 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/tests: __builddeps__
14677 dlls/ddraw/tests/__crosstest__: __buildcrossdeps__"
14678 wine_fn_append_file ALL_TEST_BINARIES "ddraw_test.exe"
14679 wine_fn_append_rule ALL_WINETEST_DEPENDS "ddraw_test.exe: \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT
14680         cp \$(TOPOBJDIR)/dlls/ddraw/tests/ddraw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14681 ddraw_test.rc:
14682         echo \"ddraw_test.exe TESTRES \\\"ddraw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14683 ddraw_test.res: ddraw_test.rc ddraw_test.exe"
14684 wine_fn_append_file ALL_DIRS "dlls/ddraw/tests"
14685 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14686 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddraw/tests/%) dlls/ddraw/tests: dlls/ddraw/tests/Makefile \$(MAKEDEP)
14687 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in Maketest.rules config.status"
14688 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14689
14690 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
14691 wine_fn_append_file ALL_DIRS "dlls/ddrawex"
14692 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14693 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddrawex/%) dlls/ddrawex: dlls/ddrawex/Makefile \$(MAKEDEP)
14694 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules config.status"
14695 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14696
14697 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex/tests: __builddeps__
14698 dlls/ddrawex/tests/__crosstest__: __buildcrossdeps__"
14699 wine_fn_append_file ALL_TEST_BINARIES "ddrawex_test.exe"
14700 wine_fn_append_rule ALL_WINETEST_DEPENDS "ddrawex_test.exe: \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT
14701         cp \$(TOPOBJDIR)/dlls/ddrawex/tests/ddrawex_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14702 ddrawex_test.rc:
14703         echo \"ddrawex_test.exe TESTRES \\\"ddrawex_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14704 ddrawex_test.res: ddrawex_test.rc ddrawex_test.exe"
14705 wine_fn_append_file ALL_DIRS "dlls/ddrawex/tests"
14706 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14707 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ddrawex/tests/%) dlls/ddrawex/tests: dlls/ddrawex/tests/Makefile \$(MAKEDEP)
14708 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in Maketest.rules config.status"
14709 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14710
14711 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
14712 wine_fn_append_file ALL_DIRS "dlls/devenum"
14713 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14714 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/devenum/%) dlls/devenum: dlls/devenum/Makefile \$(MAKEDEP)
14715 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules config.status"
14716 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14717
14718 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14719 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
14720 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
14721         @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14722 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
14723         @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14724 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
14725 wine_fn_append_file ALL_DIRS "dlls/dinput"
14726 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14727 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput/%) dlls/dinput: dlls/dinput/Makefile \$(MAKEDEP)
14728 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules config.status"
14729 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14730
14731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput/tests: __builddeps__
14732 dlls/dinput/tests/__crosstest__: __buildcrossdeps__"
14733 wine_fn_append_file ALL_TEST_BINARIES "dinput_test.exe"
14734 wine_fn_append_rule ALL_WINETEST_DEPENDS "dinput_test.exe: \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT
14735         cp \$(TOPOBJDIR)/dlls/dinput/tests/dinput_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14736 dinput_test.rc:
14737         echo \"dinput_test.exe TESTRES \\\"dinput_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14738 dinput_test.res: dinput_test.rc dinput_test.exe"
14739 wine_fn_append_file ALL_DIRS "dlls/dinput/tests"
14740 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput/tests/%) dlls/dinput/tests: dlls/dinput/tests/Makefile \$(MAKEDEP)
14742 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in Maketest.rules config.status"
14743 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14744
14745 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14746 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
14747 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
14748         @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
14749 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
14750 wine_fn_append_file ALL_DIRS "dlls/dinput8"
14751 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14752 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dinput8/%) dlls/dinput8: dlls/dinput8/Makefile \$(MAKEDEP)
14753 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules config.status"
14754 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14755
14756 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__"
14757 wine_fn_append_file ALL_DIRS "dlls/dispdib.dll16"
14758 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dispdib.dll16/%) dlls/dispdib.dll16: dlls/dispdib.dll16/Makefile \$(MAKEDEP)
14760 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules config.status"
14761 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14762
14763 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__"
14764 wine_fn_append_file ALL_DIRS "dlls/display.drv16"
14765 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14766 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/display.drv16/%) dlls/display.drv16: dlls/display.drv16/Makefile \$(MAKEDEP)
14767 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules config.status"
14768 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14769
14770 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
14771 wine_fn_append_file ALL_DIRS "dlls/dmband"
14772 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmband/%) dlls/dmband: dlls/dmband/Makefile \$(MAKEDEP)
14774 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules config.status"
14775 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14776
14777 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
14778 wine_fn_append_file ALL_DIRS "dlls/dmcompos"
14779 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14780 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmcompos/%) dlls/dmcompos: dlls/dmcompos/Makefile \$(MAKEDEP)
14781 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules config.status"
14782 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14783
14784 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
14785 wine_fn_append_file ALL_DIRS "dlls/dmime"
14786 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmime/%) dlls/dmime: dlls/dmime/Makefile \$(MAKEDEP)
14788 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules config.status"
14789 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14790
14791 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
14792 wine_fn_append_file ALL_DIRS "dlls/dmloader"
14793 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14794 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmloader/%) dlls/dmloader: dlls/dmloader/Makefile \$(MAKEDEP)
14795 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules config.status"
14796 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14797
14798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader/tests: __builddeps__
14799 dlls/dmloader/tests/__crosstest__: __buildcrossdeps__"
14800 wine_fn_append_file ALL_TEST_BINARIES "dmloader_test.exe"
14801 wine_fn_append_rule ALL_WINETEST_DEPENDS "dmloader_test.exe: \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT
14802         cp \$(TOPOBJDIR)/dlls/dmloader/tests/dmloader_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14803 dmloader_test.rc:
14804         echo \"dmloader_test.exe TESTRES \\\"dmloader_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14805 dmloader_test.res: dmloader_test.rc dmloader_test.exe"
14806 wine_fn_append_file ALL_DIRS "dlls/dmloader/tests"
14807 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmloader/tests/%) dlls/dmloader/tests: dlls/dmloader/tests/Makefile \$(MAKEDEP)
14809 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in Maketest.rules config.status"
14810 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14811
14812 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
14813 wine_fn_append_file ALL_DIRS "dlls/dmscript"
14814 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmscript/%) dlls/dmscript: dlls/dmscript/Makefile \$(MAKEDEP)
14816 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules config.status"
14817 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14818
14819 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
14820 wine_fn_append_file ALL_DIRS "dlls/dmstyle"
14821 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmstyle/%) dlls/dmstyle: dlls/dmstyle/Makefile \$(MAKEDEP)
14823 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules config.status"
14824 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14825
14826 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
14827 wine_fn_append_file ALL_DIRS "dlls/dmsynth"
14828 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14829 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmsynth/%) dlls/dmsynth: dlls/dmsynth/Makefile \$(MAKEDEP)
14830 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules config.status"
14831 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14832
14833 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
14834 wine_fn_append_file ALL_DIRS "dlls/dmusic"
14835 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14836 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmusic/%) dlls/dmusic: dlls/dmusic/Makefile \$(MAKEDEP)
14837 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules config.status"
14838 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14839
14840 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
14842 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
14843         @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
14844 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
14845 wine_fn_append_file ALL_DIRS "dlls/dmusic32"
14846 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dmusic32/%) dlls/dmusic32: dlls/dmusic32/Makefile \$(MAKEDEP)
14848 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules config.status"
14849 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14850
14851 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14853 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
14854         @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
14855 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
14856 wine_fn_append_file ALL_DIRS "dlls/dnsapi"
14857 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14858 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dnsapi/%) dlls/dnsapi: dlls/dnsapi/Makefile \$(MAKEDEP)
14859 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules config.status"
14860 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14861
14862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/tests: __builddeps__
14863 dlls/dnsapi/tests/__crosstest__: __buildcrossdeps__"
14864 wine_fn_append_file ALL_TEST_BINARIES "dnsapi_test.exe"
14865 wine_fn_append_rule ALL_WINETEST_DEPENDS "dnsapi_test.exe: \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT
14866         cp \$(TOPOBJDIR)/dlls/dnsapi/tests/dnsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14867 dnsapi_test.rc:
14868         echo \"dnsapi_test.exe TESTRES \\\"dnsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14869 dnsapi_test.res: dnsapi_test.rc dnsapi_test.exe"
14870 wine_fn_append_file ALL_DIRS "dlls/dnsapi/tests"
14871 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14872 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dnsapi/tests/%) dlls/dnsapi/tests: dlls/dnsapi/tests/Makefile \$(MAKEDEP)
14873 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in Maketest.rules config.status"
14874 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14875
14876 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14877 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
14878 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
14879         @cd dlls/dplay && \$(MAKE) \`basename \$@\`
14880 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
14881 wine_fn_append_file ALL_DIRS "dlls/dplay"
14882 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14883 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplay/%) dlls/dplay: dlls/dplay/Makefile \$(MAKEDEP)
14884 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules config.status"
14885 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14886
14887 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
14888 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
14889 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
14890         @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
14891 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
14892 wine_fn_append_file ALL_DIRS "dlls/dplayx"
14893 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
14894 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplayx/%) dlls/dplayx: dlls/dplayx/Makefile \$(MAKEDEP)
14895 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules config.status"
14896 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14897
14898 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/tests: __builddeps__
14899 dlls/dplayx/tests/__crosstest__: __buildcrossdeps__"
14900 wine_fn_append_file ALL_TEST_BINARIES "dplayx_test.exe"
14901 wine_fn_append_rule ALL_WINETEST_DEPENDS "dplayx_test.exe: \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT
14902         cp \$(TOPOBJDIR)/dlls/dplayx/tests/dplayx_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14903 dplayx_test.rc:
14904         echo \"dplayx_test.exe TESTRES \\\"dplayx_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14905 dplayx_test.res: dplayx_test.rc dplayx_test.exe"
14906 wine_fn_append_file ALL_DIRS "dlls/dplayx/tests"
14907 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
14908 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dplayx/tests/%) dlls/dplayx/tests: dlls/dplayx/tests/Makefile \$(MAKEDEP)
14909 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in Maketest.rules config.status"
14910 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14911
14912 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
14913 wine_fn_append_file ALL_DIRS "dlls/dpnaddr"
14914 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
14915 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnaddr/%) dlls/dpnaddr: dlls/dpnaddr/Makefile \$(MAKEDEP)
14916 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules config.status"
14917 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14918
14919 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
14920 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14921 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
14922         @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
14923 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
14924 wine_fn_append_file ALL_DIRS "dlls/dpnet"
14925 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
14926 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnet/%) dlls/dpnet: dlls/dpnet/Makefile \$(MAKEDEP)
14927 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules config.status"
14928 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14929
14930 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
14931 wine_fn_append_file ALL_DIRS "dlls/dpnhpast"
14932 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
14933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnhpast/%) dlls/dpnhpast: dlls/dpnhpast/Makefile \$(MAKEDEP)
14934 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules config.status"
14935 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14936
14937 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
14938 wine_fn_append_file ALL_DIRS "dlls/dpnlobby"
14939 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
14940 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpnlobby/%) dlls/dpnlobby: dlls/dpnlobby/Makefile \$(MAKEDEP)
14941 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules config.status"
14942 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14943
14944 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
14945 wine_fn_append_file ALL_DIRS "dlls/dpwsockx"
14946 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
14947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dpwsockx/%) dlls/dpwsockx: dlls/dpwsockx/Makefile \$(MAKEDEP)
14948 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules config.status"
14949 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14950
14951 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
14952 wine_fn_append_file ALL_DIRS "dlls/drmclien"
14953 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
14954 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/drmclien/%) dlls/drmclien: dlls/drmclien/Makefile \$(MAKEDEP)
14955 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules config.status"
14956 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14957
14958 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
14959 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
14960 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
14961         @cd dlls/dsound && \$(MAKE) \`basename \$@\`
14962 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
14963 wine_fn_append_file ALL_DIRS "dlls/dsound"
14964 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
14965 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dsound/%) dlls/dsound: dlls/dsound/Makefile \$(MAKEDEP)
14966 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules config.status"
14967 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14968
14969 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/tests: __builddeps__
14970 dlls/dsound/tests/__crosstest__: __buildcrossdeps__"
14971 wine_fn_append_file ALL_TEST_BINARIES "dsound_test.exe"
14972 wine_fn_append_rule ALL_WINETEST_DEPENDS "dsound_test.exe: \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT
14973         cp \$(TOPOBJDIR)/dlls/dsound/tests/dsound_test.exe$DLLEXT \$@ && \$(STRIP) \$@
14974 dsound_test.rc:
14975         echo \"dsound_test.exe TESTRES \\\"dsound_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14976 dsound_test.res: dsound_test.rc dsound_test.exe"
14977 wine_fn_append_file ALL_DIRS "dlls/dsound/tests"
14978 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
14979 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dsound/tests/%) dlls/dsound/tests: dlls/dsound/tests/Makefile \$(MAKEDEP)
14980 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in Maketest.rules config.status"
14981 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14982
14983 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
14984 wine_fn_append_file ALL_DIRS "dlls/dssenh"
14985 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
14986 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dssenh/%) dlls/dssenh: dlls/dssenh/Makefile \$(MAKEDEP)
14987 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules config.status"
14988 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14989
14990 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
14991 wine_fn_append_file ALL_DIRS "dlls/dswave"
14992 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
14993 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dswave/%) dlls/dswave: dlls/dswave/Makefile \$(MAKEDEP)
14994 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules config.status"
14995 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14996
14997 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
14998 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14999 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
15000         @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
15001 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
15002 wine_fn_append_file ALL_DIRS "dlls/dwmapi"
15003 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
15004 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dwmapi/%) dlls/dwmapi: dlls/dwmapi/Makefile \$(MAKEDEP)
15005 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules config.status"
15006 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
15007
15008 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
15009 wine_fn_append_file ALL_DIRS "dlls/dxdiagn"
15010 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
15011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxdiagn/%) dlls/dxdiagn: dlls/dxdiagn/Makefile \$(MAKEDEP)
15012 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules config.status"
15013 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
15014
15015 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn/tests: __builddeps__
15016 dlls/dxdiagn/tests/__crosstest__: __buildcrossdeps__"
15017 wine_fn_append_file ALL_TEST_BINARIES "dxdiagn_test.exe"
15018 wine_fn_append_rule ALL_WINETEST_DEPENDS "dxdiagn_test.exe: \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT
15019         cp \$(TOPOBJDIR)/dlls/dxdiagn/tests/dxdiagn_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15020 dxdiagn_test.rc:
15021         echo \"dxdiagn_test.exe TESTRES \\\"dxdiagn_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15022 dxdiagn_test.res: dxdiagn_test.rc dxdiagn_test.exe"
15023 wine_fn_append_file ALL_DIRS "dlls/dxdiagn/tests"
15024 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
15025 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxdiagn/tests/%) dlls/dxdiagn/tests: dlls/dxdiagn/tests/Makefile \$(MAKEDEP)
15026 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in Maketest.rules config.status"
15027 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
15028
15029 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxerr8/libdxerr8.a"
15030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxerr8: tools/widl tools/winebuild tools/winegcc include
15031 dlls/dxerr8/__install__ dlls/dxerr8/__install-dev__: dlls/dxerr8
15032 dlls/dxerr8/libdxerr8.cross.a: dlls/dxerr8/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15033         @cd dlls/dxerr8 && \$(MAKE) \`basename \$@\`"
15034 wine_fn_append_file ALL_DIRS "dlls/dxerr8"
15035 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
15036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxerr8/%) dlls/dxerr8: dlls/dxerr8/Makefile \$(MAKEDEP)
15037 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules config.status"
15038 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
15039
15040 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxerr9/libdxerr9.a"
15041 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxerr9: tools/widl tools/winebuild tools/winegcc include
15042 dlls/dxerr9/__install__ dlls/dxerr9/__install-dev__: dlls/dxerr9
15043 dlls/dxerr9/libdxerr9.cross.a: dlls/dxerr9/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15044         @cd dlls/dxerr9 && \$(MAKE) \`basename \$@\`"
15045 wine_fn_append_file ALL_DIRS "dlls/dxerr9"
15046 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
15047 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxerr9/%) dlls/dxerr9: dlls/dxerr9/Makefile \$(MAKEDEP)
15048 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules config.status"
15049 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
15050
15051 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
15052 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
15053 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
15054         @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
15055 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
15056 wine_fn_append_file ALL_DIRS "dlls/dxgi"
15057 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
15058 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxgi/%) dlls/dxgi: dlls/dxgi/Makefile \$(MAKEDEP)
15059 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules config.status"
15060 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
15061
15062 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/tests: __builddeps__
15063 dlls/dxgi/tests/__crosstest__: __buildcrossdeps__"
15064 wine_fn_append_file ALL_TEST_BINARIES "dxgi_test.exe"
15065 wine_fn_append_rule ALL_WINETEST_DEPENDS "dxgi_test.exe: \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT
15066         cp \$(TOPOBJDIR)/dlls/dxgi/tests/dxgi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15067 dxgi_test.rc:
15068         echo \"dxgi_test.exe TESTRES \\\"dxgi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15069 dxgi_test.res: dxgi_test.rc dxgi_test.exe"
15070 wine_fn_append_file ALL_DIRS "dlls/dxgi/tests"
15071 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
15072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxgi/tests/%) dlls/dxgi/tests: dlls/dxgi/tests/Makefile \$(MAKEDEP)
15073 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in Maketest.rules config.status"
15074 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
15075
15076 wine_fn_append_file ALL_STATIC_LIBS "dlls/dxguid/libdxguid.a"
15077 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxguid: tools/widl tools/winebuild tools/winegcc include
15078 dlls/dxguid/__install__ dlls/dxguid/__install-dev__: dlls/dxguid
15079 dlls/dxguid/libdxguid.cross.a: dlls/dxguid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
15080         @cd dlls/dxguid && \$(MAKE) \`basename \$@\`"
15081 wine_fn_append_file ALL_DIRS "dlls/dxguid"
15082 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
15083 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/dxguid/%) dlls/dxguid: dlls/dxguid/Makefile \$(MAKEDEP)
15084 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules config.status"
15085 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
15086
15087 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
15088 wine_fn_append_file ALL_DIRS "dlls/faultrep"
15089 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
15090 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/faultrep/%) dlls/faultrep: dlls/faultrep/Makefile \$(MAKEDEP)
15091 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules config.status"
15092 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
15093
15094 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
15095 wine_fn_append_file ALL_DIRS "dlls/fltlib"
15096 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
15097 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fltlib/%) dlls/fltlib: dlls/fltlib/Makefile \$(MAKEDEP)
15098 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules config.status"
15099 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
15100
15101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
15102 wine_fn_append_file ALL_DIRS "dlls/fusion"
15103 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
15104 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fusion/%) dlls/fusion: dlls/fusion/Makefile \$(MAKEDEP)
15105 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules config.status"
15106 ac_config_files="$ac_config_files dlls/fusion/Makefile"
15107
15108 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion/tests: __builddeps__
15109 dlls/fusion/tests/__crosstest__: __buildcrossdeps__"
15110 wine_fn_append_file ALL_TEST_BINARIES "fusion_test.exe"
15111 wine_fn_append_rule ALL_WINETEST_DEPENDS "fusion_test.exe: \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT
15112         cp \$(TOPOBJDIR)/dlls/fusion/tests/fusion_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15113 fusion_test.rc:
15114         echo \"fusion_test.exe TESTRES \\\"fusion_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15115 fusion_test.res: fusion_test.rc fusion_test.exe"
15116 wine_fn_append_file ALL_DIRS "dlls/fusion/tests"
15117 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
15118 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fusion/tests/%) dlls/fusion/tests: dlls/fusion/tests/Makefile \$(MAKEDEP)
15119 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in Maketest.rules config.status"
15120 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
15121
15122 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
15123 wine_fn_append_file ALL_DIRS "dlls/fwpuclnt"
15124 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
15125 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/fwpuclnt/%) dlls/fwpuclnt: dlls/fwpuclnt/Makefile \$(MAKEDEP)
15126 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules config.status"
15127 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
15128
15129 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__"
15130 wine_fn_append_file ALL_DIRS "dlls/gdi.exe16"
15131 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
15132 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi.exe16/%) dlls/gdi.exe16: dlls/gdi.exe16/Makefile \$(MAKEDEP)
15133 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules config.status"
15134 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
15135
15136 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
15137 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15138 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
15139         @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
15140 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
15141 wine_fn_append_file ALL_DIRS "dlls/gdi32"
15142 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
15143 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi32/%) dlls/gdi32: dlls/gdi32/Makefile \$(MAKEDEP)
15144 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules config.status"
15145 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
15146
15147 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/tests: __builddeps__
15148 dlls/gdi32/tests/__crosstest__: __buildcrossdeps__"
15149 wine_fn_append_file ALL_TEST_BINARIES "gdi32_test.exe"
15150 wine_fn_append_rule ALL_WINETEST_DEPENDS "gdi32_test.exe: \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT
15151         cp \$(TOPOBJDIR)/dlls/gdi32/tests/gdi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15152 gdi32_test.rc:
15153         echo \"gdi32_test.exe TESTRES \\\"gdi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15154 gdi32_test.res: gdi32_test.rc gdi32_test.exe"
15155 wine_fn_append_file ALL_DIRS "dlls/gdi32/tests"
15156 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
15157 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdi32/tests/%) dlls/gdi32/tests: dlls/gdi32/tests/Makefile \$(MAKEDEP)
15158 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in Maketest.rules config.status"
15159 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
15160
15161 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
15162 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
15163 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
15164         @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
15165 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
15166 wine_fn_append_file ALL_DIRS "dlls/gdiplus"
15167 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
15168 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdiplus/%) dlls/gdiplus: dlls/gdiplus/Makefile \$(MAKEDEP)
15169 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules config.status"
15170 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
15171
15172 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/tests: __builddeps__
15173 dlls/gdiplus/tests/__crosstest__: __buildcrossdeps__"
15174 wine_fn_append_file ALL_TEST_BINARIES "gdiplus_test.exe"
15175 wine_fn_append_rule ALL_WINETEST_DEPENDS "gdiplus_test.exe: \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT
15176         cp \$(TOPOBJDIR)/dlls/gdiplus/tests/gdiplus_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15177 gdiplus_test.rc:
15178         echo \"gdiplus_test.exe TESTRES \\\"gdiplus_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15179 gdiplus_test.res: gdiplus_test.rc gdiplus_test.exe"
15180 wine_fn_append_file ALL_DIRS "dlls/gdiplus/tests"
15181 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
15182 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gdiplus/tests/%) dlls/gdiplus/tests: dlls/gdiplus/tests/Makefile \$(MAKEDEP)
15183 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in Maketest.rules config.status"
15184 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
15185
15186 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
15187 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
15188 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
15189         @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
15190 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
15191 wine_fn_append_file ALL_DIRS "dlls/glu32"
15192 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
15193 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/glu32/%) dlls/glu32: dlls/glu32/Makefile \$(MAKEDEP)
15194 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules config.status"
15195 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15196
15197 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__"
15198 wine_fn_append_file ALL_DIRS "dlls/gphoto2.ds"
15199 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
15200 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gphoto2.ds/%) dlls/gphoto2.ds: dlls/gphoto2.ds/Makefile \$(MAKEDEP)
15201 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules config.status"
15202 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15203
15204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
15205 wine_fn_append_file ALL_DIRS "dlls/gpkcsp"
15206 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
15207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/gpkcsp/%) dlls/gpkcsp: dlls/gpkcsp/Makefile \$(MAKEDEP)
15208 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules config.status"
15209 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15210
15211 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
15212 wine_fn_append_file ALL_DIRS "dlls/hal"
15213 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
15214 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hal/%) dlls/hal: dlls/hal/Makefile \$(MAKEDEP)
15215 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules config.status"
15216 ac_config_files="$ac_config_files dlls/hal/Makefile"
15217
15218 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__"
15219 wine_fn_append_file ALL_DIRS "dlls/hhctrl.ocx"
15220 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
15221 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hhctrl.ocx/%) dlls/hhctrl.ocx: dlls/hhctrl.ocx/Makefile \$(MAKEDEP)
15222 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules config.status"
15223 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15224
15225 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
15226 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
15227 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
15228         @cd dlls/hid && \$(MAKE) \`basename \$@\`
15229 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
15230 wine_fn_append_file ALL_DIRS "dlls/hid"
15231 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
15232 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hid/%) dlls/hid: dlls/hid/Makefile \$(MAKEDEP)
15233 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules config.status"
15234 ac_config_files="$ac_config_files dlls/hid/Makefile"
15235
15236 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
15237 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
15238 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
15239         @cd dlls/hlink && \$(MAKE) \`basename \$@\`
15240 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
15241 wine_fn_append_file ALL_DIRS "dlls/hlink"
15242 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
15243 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hlink/%) dlls/hlink: dlls/hlink/Makefile \$(MAKEDEP)
15244 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules config.status"
15245 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15246
15247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/tests: __builddeps__
15248 dlls/hlink/tests/__crosstest__: __buildcrossdeps__"
15249 wine_fn_append_file ALL_TEST_BINARIES "hlink_test.exe"
15250 wine_fn_append_rule ALL_WINETEST_DEPENDS "hlink_test.exe: \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT
15251         cp \$(TOPOBJDIR)/dlls/hlink/tests/hlink_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15252 hlink_test.rc:
15253         echo \"hlink_test.exe TESTRES \\\"hlink_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15254 hlink_test.res: hlink_test.rc hlink_test.exe"
15255 wine_fn_append_file ALL_DIRS "dlls/hlink/tests"
15256 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
15257 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hlink/tests/%) dlls/hlink/tests: dlls/hlink/tests/Makefile \$(MAKEDEP)
15258 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in Maketest.rules config.status"
15259 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15260
15261 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
15262 wine_fn_append_file ALL_DIRS "dlls/hnetcfg"
15263 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
15264 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/hnetcfg/%) dlls/hnetcfg: dlls/hnetcfg/Makefile \$(MAKEDEP)
15265 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules config.status"
15266 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15267
15268 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
15269 wine_fn_append_file ALL_DIRS "dlls/httpapi"
15270 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
15271 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/httpapi/%) dlls/httpapi: dlls/httpapi/Makefile \$(MAKEDEP)
15272 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules config.status"
15273 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15274
15275 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
15276 wine_fn_append_file ALL_DIRS "dlls/iccvid"
15277 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
15278 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iccvid/%) dlls/iccvid: dlls/iccvid/Makefile \$(MAKEDEP)
15279 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules config.status"
15280 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15281
15282 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
15283 wine_fn_append_file ALL_DIRS "dlls/icmp"
15284 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
15285 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/icmp/%) dlls/icmp: dlls/icmp/Makefile \$(MAKEDEP)
15286 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules config.status"
15287 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15288
15289 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__"
15290 wine_fn_append_file ALL_DIRS "dlls/ifsmgr.vxd"
15291 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
15292 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ifsmgr.vxd/%) dlls/ifsmgr.vxd: dlls/ifsmgr.vxd/Makefile \$(MAKEDEP)
15293 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules config.status"
15294 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15295
15296 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__"
15297 wine_fn_append_file ALL_DIRS "dlls/imaadp32.acm"
15298 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
15299 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imaadp32.acm/%) dlls/imaadp32.acm: dlls/imaadp32.acm/Makefile \$(MAKEDEP)
15300 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15301 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15302
15303 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
15304 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
15305 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
15306         @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
15307 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
15308 wine_fn_append_file ALL_DIRS "dlls/imagehlp"
15309 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
15310 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imagehlp/%) dlls/imagehlp: dlls/imagehlp/Makefile \$(MAKEDEP)
15311 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules config.status"
15312 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15313
15314 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/tests: __builddeps__
15315 dlls/imagehlp/tests/__crosstest__: __buildcrossdeps__"
15316 wine_fn_append_file ALL_TEST_BINARIES "imagehlp_test.exe"
15317 wine_fn_append_rule ALL_WINETEST_DEPENDS "imagehlp_test.exe: \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT
15318         cp \$(TOPOBJDIR)/dlls/imagehlp/tests/imagehlp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15319 imagehlp_test.rc:
15320         echo \"imagehlp_test.exe TESTRES \\\"imagehlp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15321 imagehlp_test.res: imagehlp_test.rc imagehlp_test.exe"
15322 wine_fn_append_file ALL_DIRS "dlls/imagehlp/tests"
15323 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
15324 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imagehlp/tests/%) dlls/imagehlp/tests: dlls/imagehlp/tests/Makefile \$(MAKEDEP)
15325 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in Maketest.rules config.status"
15326 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15327
15328 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__"
15329 wine_fn_append_file ALL_DIRS "dlls/imm.dll16"
15330 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
15331 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm.dll16/%) dlls/imm.dll16: dlls/imm.dll16/Makefile \$(MAKEDEP)
15332 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules config.status"
15333 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15334
15335 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
15336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15337 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
15338         @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
15339 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
15340 wine_fn_append_file ALL_DIRS "dlls/imm32"
15341 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
15342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm32/%) dlls/imm32: dlls/imm32/Makefile \$(MAKEDEP)
15343 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules config.status"
15344 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15345
15346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/tests: __builddeps__
15347 dlls/imm32/tests/__crosstest__: __buildcrossdeps__"
15348 wine_fn_append_file ALL_TEST_BINARIES "imm32_test.exe"
15349 wine_fn_append_rule ALL_WINETEST_DEPENDS "imm32_test.exe: \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT
15350         cp \$(TOPOBJDIR)/dlls/imm32/tests/imm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15351 imm32_test.rc:
15352         echo \"imm32_test.exe TESTRES \\\"imm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15353 imm32_test.res: imm32_test.rc imm32_test.exe"
15354 wine_fn_append_file ALL_DIRS "dlls/imm32/tests"
15355 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
15356 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/imm32/tests/%) dlls/imm32/tests: dlls/imm32/tests/Makefile \$(MAKEDEP)
15357 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in Maketest.rules config.status"
15358 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15359
15360 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
15361 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
15362 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
15363         @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
15364 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
15365 wine_fn_append_file ALL_DIRS "dlls/inetcomm"
15366 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
15367 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetcomm/%) dlls/inetcomm: dlls/inetcomm/Makefile \$(MAKEDEP)
15368 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules config.status"
15369 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15370
15371 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/tests: __builddeps__
15372 dlls/inetcomm/tests/__crosstest__: __buildcrossdeps__"
15373 wine_fn_append_file ALL_TEST_BINARIES "inetcomm_test.exe"
15374 wine_fn_append_rule ALL_WINETEST_DEPENDS "inetcomm_test.exe: \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT
15375         cp \$(TOPOBJDIR)/dlls/inetcomm/tests/inetcomm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15376 inetcomm_test.rc:
15377         echo \"inetcomm_test.exe TESTRES \\\"inetcomm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15378 inetcomm_test.res: inetcomm_test.rc inetcomm_test.exe"
15379 wine_fn_append_file ALL_DIRS "dlls/inetcomm/tests"
15380 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
15381 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetcomm/tests/%) dlls/inetcomm/tests: dlls/inetcomm/tests/Makefile \$(MAKEDEP)
15382 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in Maketest.rules config.status"
15383 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15384
15385 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
15386 wine_fn_append_file ALL_DIRS "dlls/inetmib1"
15387 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
15388 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetmib1/%) dlls/inetmib1: dlls/inetmib1/Makefile \$(MAKEDEP)
15389 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules config.status"
15390 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15391
15392 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1/tests: __builddeps__
15393 dlls/inetmib1/tests/__crosstest__: __buildcrossdeps__"
15394 wine_fn_append_file ALL_TEST_BINARIES "inetmib1_test.exe"
15395 wine_fn_append_rule ALL_WINETEST_DEPENDS "inetmib1_test.exe: \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT
15396         cp \$(TOPOBJDIR)/dlls/inetmib1/tests/inetmib1_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15397 inetmib1_test.rc:
15398         echo \"inetmib1_test.exe TESTRES \\\"inetmib1_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15399 inetmib1_test.res: inetmib1_test.rc inetmib1_test.exe"
15400 wine_fn_append_file ALL_DIRS "dlls/inetmib1/tests"
15401 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
15402 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inetmib1/tests/%) dlls/inetmib1/tests: dlls/inetmib1/tests/Makefile \$(MAKEDEP)
15403 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in Maketest.rules config.status"
15404 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15405
15406 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
15407 wine_fn_append_file ALL_DIRS "dlls/infosoft"
15408 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
15409 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/infosoft/%) dlls/infosoft: dlls/infosoft/Makefile \$(MAKEDEP)
15410 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules config.status"
15411 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15412
15413 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft/tests: __builddeps__
15414 dlls/infosoft/tests/__crosstest__: __buildcrossdeps__"
15415 wine_fn_append_file ALL_TEST_BINARIES "infosoft_test.exe"
15416 wine_fn_append_rule ALL_WINETEST_DEPENDS "infosoft_test.exe: \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT
15417         cp \$(TOPOBJDIR)/dlls/infosoft/tests/infosoft_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15418 infosoft_test.rc:
15419         echo \"infosoft_test.exe TESTRES \\\"infosoft_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15420 infosoft_test.res: infosoft_test.rc infosoft_test.exe"
15421 wine_fn_append_file ALL_DIRS "dlls/infosoft/tests"
15422 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
15423 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/infosoft/tests/%) dlls/infosoft/tests: dlls/infosoft/tests/Makefile \$(MAKEDEP)
15424 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in Maketest.rules config.status"
15425 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15426
15427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
15428 wine_fn_append_file ALL_DIRS "dlls/initpki"
15429 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
15430 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/initpki/%) dlls/initpki: dlls/initpki/Makefile \$(MAKEDEP)
15431 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules config.status"
15432 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15433
15434 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
15435 wine_fn_append_file ALL_DIRS "dlls/inkobj"
15436 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
15437 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inkobj/%) dlls/inkobj: dlls/inkobj/Makefile \$(MAKEDEP)
15438 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules config.status"
15439 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15440
15441 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
15442 wine_fn_append_file ALL_DIRS "dlls/inseng"
15443 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
15444 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/inseng/%) dlls/inseng: dlls/inseng/Makefile \$(MAKEDEP)
15445 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules config.status"
15446 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15447
15448 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
15449 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15450 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
15451         @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
15452 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
15453 wine_fn_append_file ALL_DIRS "dlls/iphlpapi"
15454 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
15455 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iphlpapi/%) dlls/iphlpapi: dlls/iphlpapi/Makefile \$(MAKEDEP)
15456 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules config.status"
15457 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15458
15459 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/tests: __builddeps__
15460 dlls/iphlpapi/tests/__crosstest__: __buildcrossdeps__"
15461 wine_fn_append_file ALL_TEST_BINARIES "iphlpapi_test.exe"
15462 wine_fn_append_rule ALL_WINETEST_DEPENDS "iphlpapi_test.exe: \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT
15463         cp \$(TOPOBJDIR)/dlls/iphlpapi/tests/iphlpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15464 iphlpapi_test.rc:
15465         echo \"iphlpapi_test.exe TESTRES \\\"iphlpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15466 iphlpapi_test.res: iphlpapi_test.rc iphlpapi_test.exe"
15467 wine_fn_append_file ALL_DIRS "dlls/iphlpapi/tests"
15468 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
15469 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/iphlpapi/tests/%) dlls/iphlpapi/tests: dlls/iphlpapi/tests/Makefile \$(MAKEDEP)
15470 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in Maketest.rules config.status"
15471 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15472
15473 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
15474 wine_fn_append_file ALL_DIRS "dlls/itircl"
15475 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
15476 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itircl/%) dlls/itircl: dlls/itircl/Makefile \$(MAKEDEP)
15477 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules config.status"
15478 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15479
15480 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
15481 wine_fn_append_file ALL_DIRS "dlls/itss"
15482 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
15483 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itss/%) dlls/itss: dlls/itss/Makefile \$(MAKEDEP)
15484 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules config.status"
15485 ac_config_files="$ac_config_files dlls/itss/Makefile"
15486
15487 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss/tests: __builddeps__
15488 dlls/itss/tests/__crosstest__: __buildcrossdeps__"
15489 wine_fn_append_file ALL_TEST_BINARIES "itss_test.exe"
15490 wine_fn_append_rule ALL_WINETEST_DEPENDS "itss_test.exe: \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT
15491         cp \$(TOPOBJDIR)/dlls/itss/tests/itss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15492 itss_test.rc:
15493         echo \"itss_test.exe TESTRES \\\"itss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15494 itss_test.res: itss_test.rc itss_test.exe"
15495 wine_fn_append_file ALL_DIRS "dlls/itss/tests"
15496 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
15497 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/itss/tests/%) dlls/itss/tests: dlls/itss/tests/Makefile \$(MAKEDEP)
15498 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in Maketest.rules config.status"
15499 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15500
15501 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
15502 wine_fn_append_file ALL_DIRS "dlls/jscript"
15503 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
15504 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/jscript/%) dlls/jscript: dlls/jscript/Makefile \$(MAKEDEP)
15505 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules config.status"
15506 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15507
15508 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript/tests: __builddeps__
15509 dlls/jscript/tests/__crosstest__: __buildcrossdeps__"
15510 wine_fn_append_file ALL_TEST_BINARIES "jscript_test.exe"
15511 wine_fn_append_rule ALL_WINETEST_DEPENDS "jscript_test.exe: \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT
15512         cp \$(TOPOBJDIR)/dlls/jscript/tests/jscript_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15513 jscript_test.rc:
15514         echo \"jscript_test.exe TESTRES \\\"jscript_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15515 jscript_test.res: jscript_test.rc jscript_test.exe"
15516 wine_fn_append_file ALL_DIRS "dlls/jscript/tests"
15517 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
15518 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/jscript/tests/%) dlls/jscript/tests: dlls/jscript/tests/Makefile \$(MAKEDEP)
15519 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in Maketest.rules config.status"
15520 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15521
15522 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
15523 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
15524 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
15525         @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
15526 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
15527 wine_fn_append_file ALL_DIRS "dlls/kernel32"
15528 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
15529 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/kernel32/%) dlls/kernel32: dlls/kernel32/Makefile \$(MAKEDEP)
15530 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules config.status"
15531 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15532
15533 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/tests: __builddeps__
15534 dlls/kernel32/tests/__crosstest__: __buildcrossdeps__"
15535 wine_fn_append_file ALL_TEST_BINARIES "kernel32_test.exe"
15536 wine_fn_append_rule ALL_WINETEST_DEPENDS "kernel32_test.exe: \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT
15537         cp \$(TOPOBJDIR)/dlls/kernel32/tests/kernel32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15538 kernel32_test.rc:
15539         echo \"kernel32_test.exe TESTRES \\\"kernel32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15540 kernel32_test.res: kernel32_test.rc kernel32_test.exe"
15541 wine_fn_append_file ALL_DIRS "dlls/kernel32/tests"
15542 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
15543 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/kernel32/tests/%) dlls/kernel32/tests: dlls/kernel32/tests/Makefile \$(MAKEDEP)
15544 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in Maketest.rules config.status"
15545 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15546
15547 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__"
15548 wine_fn_append_file ALL_DIRS "dlls/keyboard.drv16"
15549 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
15550 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/keyboard.drv16/%) dlls/keyboard.drv16: dlls/keyboard.drv16/Makefile \$(MAKEDEP)
15551 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules config.status"
15552 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15553
15554 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"
15555 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
15556 dlls/libkernel.$IMPLIBEXT: dlls/krnl386.exe16/libkernel.$IMPLIBEXT
15557         \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.$IMPLIBEXT \$@
15558 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
15559         \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
15560 clean::
15561         \$(RM) dlls/libkernel.$IMPLIBEXT
15562 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
15563         @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
15564 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
15565 wine_fn_append_file ALL_DIRS "dlls/krnl386.exe16"
15566 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
15567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/krnl386.exe16/%) dlls/krnl386.exe16: dlls/krnl386.exe16/Makefile \$(MAKEDEP)
15568 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules config.status"
15569 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15570
15571 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
15572 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
15573 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
15574         @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
15575 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
15576 wine_fn_append_file ALL_DIRS "dlls/loadperf"
15577 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
15578 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/loadperf/%) dlls/loadperf: dlls/loadperf/Makefile \$(MAKEDEP)
15579 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules config.status"
15580 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15581
15582 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
15583 wine_fn_append_file ALL_DIRS "dlls/localspl"
15584 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
15585 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localspl/%) dlls/localspl: dlls/localspl/Makefile \$(MAKEDEP)
15586 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules config.status"
15587 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15588
15589 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl/tests: __builddeps__
15590 dlls/localspl/tests/__crosstest__: __buildcrossdeps__"
15591 wine_fn_append_file ALL_TEST_BINARIES "localspl_test.exe"
15592 wine_fn_append_rule ALL_WINETEST_DEPENDS "localspl_test.exe: \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT
15593         cp \$(TOPOBJDIR)/dlls/localspl/tests/localspl_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15594 localspl_test.rc:
15595         echo \"localspl_test.exe TESTRES \\\"localspl_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15596 localspl_test.res: localspl_test.rc localspl_test.exe"
15597 wine_fn_append_file ALL_DIRS "dlls/localspl/tests"
15598 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
15599 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localspl/tests/%) dlls/localspl/tests: dlls/localspl/tests/Makefile \$(MAKEDEP)
15600 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in Maketest.rules config.status"
15601 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15602
15603 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
15604 wine_fn_append_file ALL_DIRS "dlls/localui"
15605 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
15606 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localui/%) dlls/localui: dlls/localui/Makefile \$(MAKEDEP)
15607 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules config.status"
15608 ac_config_files="$ac_config_files dlls/localui/Makefile"
15609
15610 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui/tests: __builddeps__
15611 dlls/localui/tests/__crosstest__: __buildcrossdeps__"
15612 wine_fn_append_file ALL_TEST_BINARIES "localui_test.exe"
15613 wine_fn_append_rule ALL_WINETEST_DEPENDS "localui_test.exe: \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT
15614         cp \$(TOPOBJDIR)/dlls/localui/tests/localui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15615 localui_test.rc:
15616         echo \"localui_test.exe TESTRES \\\"localui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15617 localui_test.res: localui_test.rc localui_test.exe"
15618 wine_fn_append_file ALL_DIRS "dlls/localui/tests"
15619 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
15620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/localui/tests/%) dlls/localui/tests: dlls/localui/tests/Makefile \$(MAKEDEP)
15621 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in Maketest.rules config.status"
15622 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15623
15624 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
15625 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
15626 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
15627         @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
15628 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
15629 wine_fn_append_file ALL_DIRS "dlls/lz32"
15630 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
15631 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lz32/%) dlls/lz32: dlls/lz32/Makefile \$(MAKEDEP)
15632 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules config.status"
15633 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15634
15635 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/tests: __builddeps__
15636 dlls/lz32/tests/__crosstest__: __buildcrossdeps__"
15637 wine_fn_append_file ALL_TEST_BINARIES "lz32_test.exe"
15638 wine_fn_append_rule ALL_WINETEST_DEPENDS "lz32_test.exe: \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT
15639         cp \$(TOPOBJDIR)/dlls/lz32/tests/lz32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15640 lz32_test.rc:
15641         echo \"lz32_test.exe TESTRES \\\"lz32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15642 lz32_test.res: lz32_test.rc lz32_test.exe"
15643 wine_fn_append_file ALL_DIRS "dlls/lz32/tests"
15644 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
15645 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lz32/tests/%) dlls/lz32/tests: dlls/lz32/tests/Makefile \$(MAKEDEP)
15646 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in Maketest.rules config.status"
15647 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15648
15649 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__"
15650 wine_fn_append_file ALL_DIRS "dlls/lzexpand.dll16"
15651 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
15652 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/lzexpand.dll16/%) dlls/lzexpand.dll16: dlls/lzexpand.dll16/Makefile \$(MAKEDEP)
15653 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules config.status"
15654 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15655
15656 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
15657 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15658 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
15659         @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
15660 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
15661 wine_fn_append_file ALL_DIRS "dlls/mapi32"
15662 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
15663 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapi32/%) dlls/mapi32: dlls/mapi32/Makefile \$(MAKEDEP)
15664 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules config.status"
15665 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15666
15667 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/tests: __builddeps__
15668 dlls/mapi32/tests/__crosstest__: __buildcrossdeps__"
15669 wine_fn_append_file ALL_TEST_BINARIES "mapi32_test.exe"
15670 wine_fn_append_rule ALL_WINETEST_DEPENDS "mapi32_test.exe: \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT
15671         cp \$(TOPOBJDIR)/dlls/mapi32/tests/mapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15672 mapi32_test.rc:
15673         echo \"mapi32_test.exe TESTRES \\\"mapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15674 mapi32_test.res: mapi32_test.rc mapi32_test.exe"
15675 wine_fn_append_file ALL_DIRS "dlls/mapi32/tests"
15676 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
15677 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapi32/tests/%) dlls/mapi32/tests: dlls/mapi32/tests/Makefile \$(MAKEDEP)
15678 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in Maketest.rules config.status"
15679 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15680
15681 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
15682 wine_fn_append_file ALL_DIRS "dlls/mapistub"
15683 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
15684 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mapistub/%) dlls/mapistub: dlls/mapistub/Makefile \$(MAKEDEP)
15685 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules config.status"
15686 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15687
15688 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
15689 wine_fn_append_file ALL_DIRS "dlls/mciavi32"
15690 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
15691 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciavi32/%) dlls/mciavi32: dlls/mciavi32/Makefile \$(MAKEDEP)
15692 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules config.status"
15693 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15694
15695 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
15696 wine_fn_append_file ALL_DIRS "dlls/mcicda"
15697 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
15698 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mcicda/%) dlls/mcicda: dlls/mcicda/Makefile \$(MAKEDEP)
15699 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules config.status"
15700 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15701
15702 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
15703 wine_fn_append_file ALL_DIRS "dlls/mciqtz32"
15704 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
15705 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciqtz32/%) dlls/mciqtz32: dlls/mciqtz32/Makefile \$(MAKEDEP)
15706 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules config.status"
15707 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15708
15709 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
15710 wine_fn_append_file ALL_DIRS "dlls/mciseq"
15711 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
15712 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciseq/%) dlls/mciseq: dlls/mciseq/Makefile \$(MAKEDEP)
15713 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules config.status"
15714 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15715
15716 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
15717 wine_fn_append_file ALL_DIRS "dlls/mciwave"
15718 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
15719 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mciwave/%) dlls/mciwave: dlls/mciwave/Makefile \$(MAKEDEP)
15720 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules config.status"
15721 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15722
15723 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
15724 wine_fn_append_file ALL_DIRS "dlls/midimap"
15725 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
15726 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/midimap/%) dlls/midimap: dlls/midimap/Makefile \$(MAKEDEP)
15727 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules config.status"
15728 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15729
15730 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
15731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
15732 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
15733         @cd dlls/mlang && \$(MAKE) \`basename \$@\`
15734 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
15735 wine_fn_append_file ALL_DIRS "dlls/mlang"
15736 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
15737 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mlang/%) dlls/mlang: dlls/mlang/Makefile \$(MAKEDEP)
15738 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules config.status"
15739 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15740
15741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/tests: __builddeps__
15742 dlls/mlang/tests/__crosstest__: __buildcrossdeps__"
15743 wine_fn_append_file ALL_TEST_BINARIES "mlang_test.exe"
15744 wine_fn_append_rule ALL_WINETEST_DEPENDS "mlang_test.exe: \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT
15745         cp \$(TOPOBJDIR)/dlls/mlang/tests/mlang_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15746 mlang_test.rc:
15747         echo \"mlang_test.exe TESTRES \\\"mlang_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15748 mlang_test.res: mlang_test.rc mlang_test.exe"
15749 wine_fn_append_file ALL_DIRS "dlls/mlang/tests"
15750 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
15751 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mlang/tests/%) dlls/mlang/tests: dlls/mlang/tests/Makefile \$(MAKEDEP)
15752 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in Maketest.rules config.status"
15753 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15754
15755 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
15756 wine_fn_append_file ALL_DIRS "dlls/mmdevapi"
15757 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
15758 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevapi/%) dlls/mmdevapi: dlls/mmdevapi/Makefile \$(MAKEDEP)
15759 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules config.status"
15760 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15761
15762 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi/tests: __builddeps__
15763 dlls/mmdevapi/tests/__crosstest__: __buildcrossdeps__"
15764 wine_fn_append_file ALL_TEST_BINARIES "mmdevapi_test.exe"
15765 wine_fn_append_rule ALL_WINETEST_DEPENDS "mmdevapi_test.exe: \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT
15766         cp \$(TOPOBJDIR)/dlls/mmdevapi/tests/mmdevapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15767 mmdevapi_test.rc:
15768         echo \"mmdevapi_test.exe TESTRES \\\"mmdevapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15769 mmdevapi_test.res: mmdevapi_test.rc mmdevapi_test.exe"
15770 wine_fn_append_file ALL_DIRS "dlls/mmdevapi/tests"
15771 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
15772 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevapi/tests/%) dlls/mmdevapi/tests: dlls/mmdevapi/tests/Makefile \$(MAKEDEP)
15773 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in Maketest.rules config.status"
15774 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15775
15776 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__"
15777 wine_fn_append_file ALL_DIRS "dlls/mmdevldr.vxd"
15778 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
15779 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmdevldr.vxd/%) dlls/mmdevldr.vxd: dlls/mmdevldr.vxd/Makefile \$(MAKEDEP)
15780 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules config.status"
15781 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15782
15783 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__"
15784 wine_fn_append_file ALL_DIRS "dlls/mmsystem.dll16"
15785 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
15786 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mmsystem.dll16/%) dlls/mmsystem.dll16: dlls/mmsystem.dll16/Makefile \$(MAKEDEP)
15787 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules config.status"
15788 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15789
15790 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__"
15791 wine_fn_append_file ALL_DIRS "dlls/monodebg.vxd"
15792 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
15793 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/monodebg.vxd/%) dlls/monodebg.vxd: dlls/monodebg.vxd/Makefile \$(MAKEDEP)
15794 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules config.status"
15795 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15796
15797 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__"
15798 wine_fn_append_file ALL_DIRS "dlls/mountmgr.sys"
15799 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
15800 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mountmgr.sys/%) dlls/mountmgr.sys: dlls/mountmgr.sys/Makefile \$(MAKEDEP)
15801 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules config.status"
15802 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15803
15804 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__"
15805 wine_fn_append_file ALL_DIRS "dlls/mouse.drv16"
15806 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
15807 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mouse.drv16/%) dlls/mouse.drv16: dlls/mouse.drv16/Makefile \$(MAKEDEP)
15808 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules config.status"
15809 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15810
15811 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
15812 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
15813 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
15814         @cd dlls/mpr && \$(MAKE) \`basename \$@\`
15815 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
15816 wine_fn_append_file ALL_DIRS "dlls/mpr"
15817 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
15818 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mpr/%) dlls/mpr: dlls/mpr/Makefile \$(MAKEDEP)
15819 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules config.status"
15820 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15821
15822 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
15823 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15824 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
15825         @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
15826 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
15827 wine_fn_append_file ALL_DIRS "dlls/mprapi"
15828 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
15829 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mprapi/%) dlls/mprapi: dlls/mprapi/Makefile \$(MAKEDEP)
15830 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules config.status"
15831 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15832
15833 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__"
15834 wine_fn_append_file ALL_DIRS "dlls/msacm.dll16"
15835 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
15836 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm.dll16/%) dlls/msacm.dll16: dlls/msacm.dll16/Makefile \$(MAKEDEP)
15837 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules config.status"
15838 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15839
15840 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__"
15841 wine_fn_append_file ALL_DIRS "dlls/msacm32.drv"
15842 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
15843 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32.drv/%) dlls/msacm32.drv: dlls/msacm32.drv/Makefile \$(MAKEDEP)
15844 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules config.status"
15845 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15846
15847 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
15848 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
15849 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
15850         @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
15851 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
15852 wine_fn_append_file ALL_DIRS "dlls/msacm32"
15853 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
15854 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32/%) dlls/msacm32: dlls/msacm32/Makefile \$(MAKEDEP)
15855 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules config.status"
15856 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15857
15858 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/tests: __builddeps__
15859 dlls/msacm32/tests/__crosstest__: __buildcrossdeps__"
15860 wine_fn_append_file ALL_TEST_BINARIES "msacm32_test.exe"
15861 wine_fn_append_rule ALL_WINETEST_DEPENDS "msacm32_test.exe: \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT
15862         cp \$(TOPOBJDIR)/dlls/msacm32/tests/msacm32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15863 msacm32_test.rc:
15864         echo \"msacm32_test.exe TESTRES \\\"msacm32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15865 msacm32_test.res: msacm32_test.rc msacm32_test.exe"
15866 wine_fn_append_file ALL_DIRS "dlls/msacm32/tests"
15867 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
15868 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msacm32/tests/%) dlls/msacm32/tests: dlls/msacm32/tests/Makefile \$(MAKEDEP)
15869 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in Maketest.rules config.status"
15870 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15871
15872 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__"
15873 wine_fn_append_file ALL_DIRS "dlls/msadp32.acm"
15874 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
15875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msadp32.acm/%) dlls/msadp32.acm: dlls/msadp32.acm/Makefile \$(MAKEDEP)
15876 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules config.status"
15877 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15878
15879 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
15880 wine_fn_append_file ALL_DIRS "dlls/mscat32"
15881 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
15882 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscat32/%) dlls/mscat32: dlls/mscat32/Makefile \$(MAKEDEP)
15883 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules config.status"
15884 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15885
15886 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
15887 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
15888 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
15889         @cd dlls/mscms && \$(MAKE) \`basename \$@\`
15890 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
15891 wine_fn_append_file ALL_DIRS "dlls/mscms"
15892 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
15893 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscms/%) dlls/mscms: dlls/mscms/Makefile \$(MAKEDEP)
15894 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules config.status"
15895 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15896
15897 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/tests: __builddeps__
15898 dlls/mscms/tests/__crosstest__: __buildcrossdeps__"
15899 wine_fn_append_file ALL_TEST_BINARIES "mscms_test.exe"
15900 wine_fn_append_rule ALL_WINETEST_DEPENDS "mscms_test.exe: \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT
15901         cp \$(TOPOBJDIR)/dlls/mscms/tests/mscms_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15902 mscms_test.rc:
15903         echo \"mscms_test.exe TESTRES \\\"mscms_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15904 mscms_test.res: mscms_test.rc mscms_test.exe"
15905 wine_fn_append_file ALL_DIRS "dlls/mscms/tests"
15906 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
15907 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscms/tests/%) dlls/mscms/tests: dlls/mscms/tests/Makefile \$(MAKEDEP)
15908 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in Maketest.rules config.status"
15909 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15910
15911 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
15912 wine_fn_append_file ALL_DIRS "dlls/mscoree"
15913 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
15914 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mscoree/%) dlls/mscoree: dlls/mscoree/Makefile \$(MAKEDEP)
15915 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules config.status"
15916 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15917
15918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
15919 wine_fn_append_file ALL_DIRS "dlls/msctf"
15920 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
15921 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msctf/%) dlls/msctf: dlls/msctf/Makefile \$(MAKEDEP)
15922 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules config.status"
15923 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15924
15925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf/tests: __builddeps__
15926 dlls/msctf/tests/__crosstest__: __buildcrossdeps__"
15927 wine_fn_append_file ALL_TEST_BINARIES "msctf_test.exe"
15928 wine_fn_append_rule ALL_WINETEST_DEPENDS "msctf_test.exe: \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT
15929         cp \$(TOPOBJDIR)/dlls/msctf/tests/msctf_test.exe$DLLEXT \$@ && \$(STRIP) \$@
15930 msctf_test.rc:
15931         echo \"msctf_test.exe TESTRES \\\"msctf_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
15932 msctf_test.res: msctf_test.rc msctf_test.exe"
15933 wine_fn_append_file ALL_DIRS "dlls/msctf/tests"
15934 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
15935 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msctf/tests/%) dlls/msctf/tests: dlls/msctf/tests/Makefile \$(MAKEDEP)
15936 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in Maketest.rules config.status"
15937 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15938
15939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
15940 wine_fn_append_file ALL_DIRS "dlls/msdaps"
15941 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
15942 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msdaps/%) dlls/msdaps: dlls/msdaps/Makefile \$(MAKEDEP)
15943 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules config.status"
15944 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15945
15946 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
15947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
15948 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
15949         @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
15950 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
15951 wine_fn_append_file ALL_DIRS "dlls/msdmo"
15952 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
15953 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msdmo/%) dlls/msdmo: dlls/msdmo/Makefile \$(MAKEDEP)
15954 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules config.status"
15955 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15956
15957 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
15958 wine_fn_append_file ALL_DIRS "dlls/msftedit"
15959 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
15960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msftedit/%) dlls/msftedit: dlls/msftedit/Makefile \$(MAKEDEP)
15961 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules config.status"
15962 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15963
15964 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__"
15965 wine_fn_append_file ALL_DIRS "dlls/msg711.acm"
15966 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
15967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msg711.acm/%) dlls/msg711.acm: dlls/msg711.acm/Makefile \$(MAKEDEP)
15968 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules config.status"
15969 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15970
15971 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__"
15972 wine_fn_append_file ALL_DIRS "dlls/msgsm32.acm"
15973 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
15974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msgsm32.acm/%) dlls/msgsm32.acm: dlls/msgsm32.acm/Makefile \$(MAKEDEP)
15975 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules config.status"
15976 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15977
15978 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__"
15979 wine_fn_append_file ALL_DIRS "dlls/mshtml.tlb"
15980 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
15981 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml.tlb/%) dlls/mshtml.tlb: dlls/mshtml.tlb/Makefile \$(MAKEDEP)
15982 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules config.status"
15983 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15984
15985 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
15986 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
15987 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
15988         @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
15989 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
15990 wine_fn_append_file ALL_DIRS "dlls/mshtml"
15991 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
15992 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml/%) dlls/mshtml: dlls/mshtml/Makefile \$(MAKEDEP)
15993 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules config.status"
15994 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15995
15996 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/tests: __builddeps__
15997 dlls/mshtml/tests/__crosstest__: __buildcrossdeps__"
15998 wine_fn_append_file ALL_TEST_BINARIES "mshtml_test.exe"
15999 wine_fn_append_rule ALL_WINETEST_DEPENDS "mshtml_test.exe: \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT
16000         cp \$(TOPOBJDIR)/dlls/mshtml/tests/mshtml_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16001 mshtml_test.rc:
16002         echo \"mshtml_test.exe TESTRES \\\"mshtml_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16003 mshtml_test.res: mshtml_test.rc mshtml_test.exe"
16004 wine_fn_append_file ALL_DIRS "dlls/mshtml/tests"
16005 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
16006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mshtml/tests/%) dlls/mshtml/tests: dlls/mshtml/tests/Makefile \$(MAKEDEP)
16007 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in Maketest.rules config.status"
16008 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
16009
16010 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
16011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
16012 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
16013         @cd dlls/msi && \$(MAKE) \`basename \$@\`
16014 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
16015 wine_fn_append_file ALL_DIRS "dlls/msi"
16016 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
16017 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msi/%) dlls/msi: dlls/msi/Makefile \$(MAKEDEP)
16018 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules config.status"
16019 ac_config_files="$ac_config_files dlls/msi/Makefile"
16020
16021 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/tests: __builddeps__
16022 dlls/msi/tests/__crosstest__: __buildcrossdeps__"
16023 wine_fn_append_file ALL_TEST_BINARIES "msi_test.exe"
16024 wine_fn_append_rule ALL_WINETEST_DEPENDS "msi_test.exe: \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT
16025         cp \$(TOPOBJDIR)/dlls/msi/tests/msi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16026 msi_test.rc:
16027         echo \"msi_test.exe TESTRES \\\"msi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16028 msi_test.res: msi_test.rc msi_test.exe"
16029 wine_fn_append_file ALL_DIRS "dlls/msi/tests"
16030 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
16031 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msi/tests/%) dlls/msi/tests: dlls/msi/tests/Makefile \$(MAKEDEP)
16032 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in Maketest.rules config.status"
16033 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
16034
16035 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
16036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
16037 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
16038         @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
16039 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
16040 wine_fn_append_file ALL_DIRS "dlls/msimg32"
16041 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
16042 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msimg32/%) dlls/msimg32: dlls/msimg32/Makefile \$(MAKEDEP)
16043 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules config.status"
16044 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
16045
16046 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
16047 wine_fn_append_file ALL_DIRS "dlls/msimtf"
16048 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
16049 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msimtf/%) dlls/msimtf: dlls/msimtf/Makefile \$(MAKEDEP)
16050 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules config.status"
16051 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
16052
16053 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
16054 wine_fn_append_file ALL_DIRS "dlls/msisip"
16055 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
16056 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msisip/%) dlls/msisip: dlls/msisip/Makefile \$(MAKEDEP)
16057 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules config.status"
16058 ac_config_files="$ac_config_files dlls/msisip/Makefile"
16059
16060 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__"
16061 wine_fn_append_file ALL_DIRS "dlls/msisys.ocx"
16062 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
16063 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msisys.ocx/%) dlls/msisys.ocx: dlls/msisys.ocx/Makefile \$(MAKEDEP)
16064 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules config.status"
16065 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
16066
16067 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
16068 wine_fn_append_file ALL_DIRS "dlls/msnet32"
16069 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
16070 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msnet32/%) dlls/msnet32: dlls/msnet32/Makefile \$(MAKEDEP)
16071 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules config.status"
16072 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
16073
16074 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
16075 wine_fn_append_file ALL_DIRS "dlls/msrle32"
16076 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
16077 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msrle32/%) dlls/msrle32: dlls/msrle32/Makefile \$(MAKEDEP)
16078 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules config.status"
16079 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
16080
16081 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
16082 wine_fn_append_file ALL_DIRS "dlls/mssign32"
16083 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
16084 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mssign32/%) dlls/mssign32: dlls/mssign32/Makefile \$(MAKEDEP)
16085 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules config.status"
16086 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
16087
16088 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
16089 wine_fn_append_file ALL_DIRS "dlls/mssip32"
16090 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
16091 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mssip32/%) dlls/mssip32: dlls/mssip32/Makefile \$(MAKEDEP)
16092 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules config.status"
16093 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
16094
16095 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
16096 wine_fn_append_file ALL_DIRS "dlls/mstask"
16097 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
16098 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mstask/%) dlls/mstask: dlls/mstask/Makefile \$(MAKEDEP)
16099 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules config.status"
16100 ac_config_files="$ac_config_files dlls/mstask/Makefile"
16101
16102 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask/tests: __builddeps__
16103 dlls/mstask/tests/__crosstest__: __buildcrossdeps__"
16104 wine_fn_append_file ALL_TEST_BINARIES "mstask_test.exe"
16105 wine_fn_append_rule ALL_WINETEST_DEPENDS "mstask_test.exe: \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT
16106         cp \$(TOPOBJDIR)/dlls/mstask/tests/mstask_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16107 mstask_test.rc:
16108         echo \"mstask_test.exe TESTRES \\\"mstask_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16109 mstask_test.res: mstask_test.rc mstask_test.exe"
16110 wine_fn_append_file ALL_DIRS "dlls/mstask/tests"
16111 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
16112 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mstask/tests/%) dlls/mstask/tests: dlls/mstask/tests/Makefile \$(MAKEDEP)
16113 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in Maketest.rules config.status"
16114 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
16115
16116 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
16117 wine_fn_append_file ALL_DIRS "dlls/msvcirt"
16118 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
16119 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcirt/%) dlls/msvcirt: dlls/msvcirt/Makefile \$(MAKEDEP)
16120 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules config.status"
16121 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
16122
16123 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
16124 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
16125 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
16126         @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
16127 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
16128 wine_fn_append_file ALL_DIRS "dlls/msvcr71"
16129 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
16130 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcr71/%) dlls/msvcr71: dlls/msvcr71/Makefile \$(MAKEDEP)
16131 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules config.status"
16132 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
16133
16134 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
16135 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
16136 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
16137         @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
16138 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
16139 wine_fn_append_file ALL_DIRS "dlls/msvcrt"
16140 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
16141 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt/%) dlls/msvcrt: dlls/msvcrt/Makefile \$(MAKEDEP)
16142 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules config.status"
16143 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
16144
16145 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/tests: __builddeps__
16146 dlls/msvcrt/tests/__crosstest__: __buildcrossdeps__"
16147 wine_fn_append_file ALL_TEST_BINARIES "msvcrt_test.exe"
16148 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvcrt_test.exe: \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT
16149         cp \$(TOPOBJDIR)/dlls/msvcrt/tests/msvcrt_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16150 msvcrt_test.rc:
16151         echo \"msvcrt_test.exe TESTRES \\\"msvcrt_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16152 msvcrt_test.res: msvcrt_test.rc msvcrt_test.exe"
16153 wine_fn_append_file ALL_DIRS "dlls/msvcrt/tests"
16154 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
16155 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt/tests/%) dlls/msvcrt/tests: dlls/msvcrt/tests/Makefile \$(MAKEDEP)
16156 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in Maketest.rules config.status"
16157 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
16158
16159 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
16160 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
16161 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
16162         @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
16163 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
16164 wine_fn_append_file ALL_DIRS "dlls/msvcrt20"
16165 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
16166 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt20/%) dlls/msvcrt20: dlls/msvcrt20/Makefile \$(MAKEDEP)
16167 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules config.status"
16168 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
16169
16170 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
16171 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
16172 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
16173         @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
16174 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
16175 wine_fn_append_file ALL_DIRS "dlls/msvcrt40"
16176 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
16177 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrt40/%) dlls/msvcrt40: dlls/msvcrt40/Makefile \$(MAKEDEP)
16178 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules config.status"
16179 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
16180
16181 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
16182 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
16183 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
16184         @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
16185 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
16186 wine_fn_append_file ALL_DIRS "dlls/msvcrtd"
16187 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
16188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrtd/%) dlls/msvcrtd: dlls/msvcrtd/Makefile \$(MAKEDEP)
16189 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules config.status"
16190 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
16191
16192 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/tests: __builddeps__
16193 dlls/msvcrtd/tests/__crosstest__: __buildcrossdeps__"
16194 wine_fn_append_file ALL_TEST_BINARIES "msvcrtd_test.exe"
16195 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvcrtd_test.exe: \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT
16196         cp \$(TOPOBJDIR)/dlls/msvcrtd/tests/msvcrtd_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16197 msvcrtd_test.rc:
16198         echo \"msvcrtd_test.exe TESTRES \\\"msvcrtd_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16199 msvcrtd_test.res: msvcrtd_test.rc msvcrtd_test.exe"
16200 wine_fn_append_file ALL_DIRS "dlls/msvcrtd/tests"
16201 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
16202 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvcrtd/tests/%) dlls/msvcrtd/tests: dlls/msvcrtd/tests/Makefile \$(MAKEDEP)
16203 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in Maketest.rules config.status"
16204 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
16205
16206 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
16207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
16208 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
16209         @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
16210 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
16211 wine_fn_append_file ALL_DIRS "dlls/msvfw32"
16212 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
16213 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvfw32/%) dlls/msvfw32: dlls/msvfw32/Makefile \$(MAKEDEP)
16214 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules config.status"
16215 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
16216
16217 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/tests: __builddeps__
16218 dlls/msvfw32/tests/__crosstest__: __buildcrossdeps__"
16219 wine_fn_append_file ALL_TEST_BINARIES "msvfw32_test.exe"
16220 wine_fn_append_rule ALL_WINETEST_DEPENDS "msvfw32_test.exe: \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT
16221         cp \$(TOPOBJDIR)/dlls/msvfw32/tests/msvfw32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16222 msvfw32_test.rc:
16223         echo \"msvfw32_test.exe TESTRES \\\"msvfw32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16224 msvfw32_test.res: msvfw32_test.rc msvfw32_test.exe"
16225 wine_fn_append_file ALL_DIRS "dlls/msvfw32/tests"
16226 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
16227 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvfw32/tests/%) dlls/msvfw32/tests: dlls/msvfw32/tests/Makefile \$(MAKEDEP)
16228 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in Maketest.rules config.status"
16229 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
16230
16231 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
16232 wine_fn_append_file ALL_DIRS "dlls/msvidc32"
16233 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
16234 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvidc32/%) dlls/msvidc32: dlls/msvidc32/Makefile \$(MAKEDEP)
16235 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules config.status"
16236 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
16237
16238 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__"
16239 wine_fn_append_file ALL_DIRS "dlls/msvideo.dll16"
16240 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
16241 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msvideo.dll16/%) dlls/msvideo.dll16: dlls/msvideo.dll16/Makefile \$(MAKEDEP)
16242 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules config.status"
16243 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
16244
16245 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
16246 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
16247 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
16248         @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
16249 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
16250 wine_fn_append_file ALL_DIRS "dlls/mswsock"
16251 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
16252 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/mswsock/%) dlls/mswsock: dlls/mswsock/Makefile \$(MAKEDEP)
16253 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules config.status"
16254 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
16255
16256 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
16257 wine_fn_append_file ALL_DIRS "dlls/msxml3"
16258 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
16259 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml3/%) dlls/msxml3: dlls/msxml3/Makefile \$(MAKEDEP)
16260 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules config.status"
16261 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
16262
16263 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3/tests: __builddeps__
16264 dlls/msxml3/tests/__crosstest__: __buildcrossdeps__"
16265 wine_fn_append_file ALL_TEST_BINARIES "msxml3_test.exe"
16266 wine_fn_append_rule ALL_WINETEST_DEPENDS "msxml3_test.exe: \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT
16267         cp \$(TOPOBJDIR)/dlls/msxml3/tests/msxml3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16268 msxml3_test.rc:
16269         echo \"msxml3_test.exe TESTRES \\\"msxml3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16270 msxml3_test.res: msxml3_test.rc msxml3_test.exe"
16271 wine_fn_append_file ALL_DIRS "dlls/msxml3/tests"
16272 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
16273 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml3/tests/%) dlls/msxml3/tests: dlls/msxml3/tests/Makefile \$(MAKEDEP)
16274 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in Maketest.rules config.status"
16275 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
16276
16277 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
16278 wine_fn_append_file ALL_DIRS "dlls/msxml4"
16279 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
16280 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/msxml4/%) dlls/msxml4: dlls/msxml4/Makefile \$(MAKEDEP)
16281 dlls/msxml4/Makefile: dlls/msxml4/Makefile.in dlls/Makedll.rules config.status"
16282 ac_config_files="$ac_config_files dlls/msxml4/Makefile"
16283
16284 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
16285 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16286 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
16287         @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
16288 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
16289 wine_fn_append_file ALL_DIRS "dlls/nddeapi"
16290 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
16291 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/nddeapi/%) dlls/nddeapi: dlls/nddeapi/Makefile \$(MAKEDEP)
16292 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules config.status"
16293 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
16294
16295 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
16296 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16297 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
16298         @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
16299 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
16300 wine_fn_append_file ALL_DIRS "dlls/netapi32"
16301 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
16302 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/netapi32/%) dlls/netapi32: dlls/netapi32/Makefile \$(MAKEDEP)
16303 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules config.status"
16304 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
16305
16306 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/tests: __builddeps__
16307 dlls/netapi32/tests/__crosstest__: __buildcrossdeps__"
16308 wine_fn_append_file ALL_TEST_BINARIES "netapi32_test.exe"
16309 wine_fn_append_rule ALL_WINETEST_DEPENDS "netapi32_test.exe: \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT
16310         cp \$(TOPOBJDIR)/dlls/netapi32/tests/netapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16311 netapi32_test.rc:
16312         echo \"netapi32_test.exe TESTRES \\\"netapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16313 netapi32_test.res: netapi32_test.rc netapi32_test.exe"
16314 wine_fn_append_file ALL_DIRS "dlls/netapi32/tests"
16315 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
16316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/netapi32/tests/%) dlls/netapi32/tests: dlls/netapi32/tests/Makefile \$(MAKEDEP)
16317 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in Maketest.rules config.status"
16318 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
16319
16320 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
16321 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
16322 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
16323         @cd dlls/newdev && \$(MAKE) \`basename \$@\`
16324 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
16325 wine_fn_append_file ALL_DIRS "dlls/newdev"
16326 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
16327 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/newdev/%) dlls/newdev: dlls/newdev/Makefile \$(MAKEDEP)
16328 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules config.status"
16329 ac_config_files="$ac_config_files dlls/newdev/Makefile"
16330
16331 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
16332 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
16333 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
16334         @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
16335 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
16336 wine_fn_append_file ALL_DIRS "dlls/ntdll"
16337 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
16338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdll/%) dlls/ntdll: dlls/ntdll/Makefile \$(MAKEDEP)
16339 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules config.status"
16340 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
16341
16342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/tests: __builddeps__
16343 dlls/ntdll/tests/__crosstest__: __buildcrossdeps__"
16344 wine_fn_append_file ALL_TEST_BINARIES "ntdll_test.exe"
16345 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntdll_test.exe: \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT
16346         cp \$(TOPOBJDIR)/dlls/ntdll/tests/ntdll_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16347 ntdll_test.rc:
16348         echo \"ntdll_test.exe TESTRES \\\"ntdll_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16349 ntdll_test.res: ntdll_test.rc ntdll_test.exe"
16350 wine_fn_append_file ALL_DIRS "dlls/ntdll/tests"
16351 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
16352 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdll/tests/%) dlls/ntdll/tests: dlls/ntdll/tests/Makefile \$(MAKEDEP)
16353 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in Maketest.rules config.status"
16354 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
16355
16356 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
16357 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16358 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
16359         @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
16360 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
16361 wine_fn_append_file ALL_DIRS "dlls/ntdsapi"
16362 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
16363 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdsapi/%) dlls/ntdsapi: dlls/ntdsapi/Makefile \$(MAKEDEP)
16364 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules config.status"
16365 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
16366
16367 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/tests: __builddeps__
16368 dlls/ntdsapi/tests/__crosstest__: __buildcrossdeps__"
16369 wine_fn_append_file ALL_TEST_BINARIES "ntdsapi_test.exe"
16370 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntdsapi_test.exe: \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT
16371         cp \$(TOPOBJDIR)/dlls/ntdsapi/tests/ntdsapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16372 ntdsapi_test.rc:
16373         echo \"ntdsapi_test.exe TESTRES \\\"ntdsapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16374 ntdsapi_test.res: ntdsapi_test.rc ntdsapi_test.exe"
16375 wine_fn_append_file ALL_DIRS "dlls/ntdsapi/tests"
16376 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
16377 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntdsapi/tests/%) dlls/ntdsapi/tests: dlls/ntdsapi/tests/Makefile \$(MAKEDEP)
16378 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in Maketest.rules config.status"
16379 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
16380
16381 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
16382 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
16383 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
16384         @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
16385 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
16386 wine_fn_append_file ALL_DIRS "dlls/ntoskrnl.exe"
16387 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
16388 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntoskrnl.exe/%) dlls/ntoskrnl.exe: dlls/ntoskrnl.exe/Makefile \$(MAKEDEP)
16389 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules config.status"
16390 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
16391
16392 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
16393 wine_fn_append_file ALL_DIRS "dlls/ntprint"
16394 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
16395 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntprint/%) dlls/ntprint: dlls/ntprint/Makefile \$(MAKEDEP)
16396 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules config.status"
16397 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
16398
16399 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint/tests: __builddeps__
16400 dlls/ntprint/tests/__crosstest__: __buildcrossdeps__"
16401 wine_fn_append_file ALL_TEST_BINARIES "ntprint_test.exe"
16402 wine_fn_append_rule ALL_WINETEST_DEPENDS "ntprint_test.exe: \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT
16403         cp \$(TOPOBJDIR)/dlls/ntprint/tests/ntprint_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16404 ntprint_test.rc:
16405         echo \"ntprint_test.exe TESTRES \\\"ntprint_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16406 ntprint_test.res: ntprint_test.rc ntprint_test.exe"
16407 wine_fn_append_file ALL_DIRS "dlls/ntprint/tests"
16408 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
16409 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ntprint/tests/%) dlls/ntprint/tests: dlls/ntprint/tests/Makefile \$(MAKEDEP)
16410 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in Maketest.rules config.status"
16411 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
16412
16413 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
16414 wine_fn_append_file ALL_DIRS "dlls/objsel"
16415 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
16416 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/objsel/%) dlls/objsel: dlls/objsel/Makefile \$(MAKEDEP)
16417 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules config.status"
16418 ac_config_files="$ac_config_files dlls/objsel/Makefile"
16419
16420 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
16421 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
16422 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
16423         @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
16424 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
16425 wine_fn_append_file ALL_DIRS "dlls/odbc32"
16426 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
16427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbc32/%) dlls/odbc32: dlls/odbc32/Makefile \$(MAKEDEP)
16428 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules config.status"
16429 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
16430
16431 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
16432 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
16433 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
16434         @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
16435 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
16436 wine_fn_append_file ALL_DIRS "dlls/odbccp32"
16437 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
16438 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbccp32/%) dlls/odbccp32: dlls/odbccp32/Makefile \$(MAKEDEP)
16439 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules config.status"
16440 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16441
16442 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/tests: __builddeps__
16443 dlls/odbccp32/tests/__crosstest__: __buildcrossdeps__"
16444 wine_fn_append_file ALL_TEST_BINARIES "odbccp32_test.exe"
16445 wine_fn_append_rule ALL_WINETEST_DEPENDS "odbccp32_test.exe: \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT
16446         cp \$(TOPOBJDIR)/dlls/odbccp32/tests/odbccp32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16447 odbccp32_test.rc:
16448         echo \"odbccp32_test.exe TESTRES \\\"odbccp32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16449 odbccp32_test.res: odbccp32_test.rc odbccp32_test.exe"
16450 wine_fn_append_file ALL_DIRS "dlls/odbccp32/tests"
16451 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
16452 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/odbccp32/tests/%) dlls/odbccp32/tests: dlls/odbccp32/tests/Makefile \$(MAKEDEP)
16453 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in Maketest.rules config.status"
16454 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16455
16456 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__"
16457 wine_fn_append_file ALL_DIRS "dlls/ole2.dll16"
16458 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
16459 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2.dll16/%) dlls/ole2.dll16: dlls/ole2.dll16/Makefile \$(MAKEDEP)
16460 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules config.status"
16461 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16462
16463 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__"
16464 wine_fn_append_file ALL_DIRS "dlls/ole2conv.dll16"
16465 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
16466 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2conv.dll16/%) dlls/ole2conv.dll16: dlls/ole2conv.dll16/Makefile \$(MAKEDEP)
16467 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules config.status"
16468 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16469
16470 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__"
16471 wine_fn_append_file ALL_DIRS "dlls/ole2disp.dll16"
16472 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
16473 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2disp.dll16/%) dlls/ole2disp.dll16: dlls/ole2disp.dll16/Makefile \$(MAKEDEP)
16474 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules config.status"
16475 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16476
16477 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__"
16478 wine_fn_append_file ALL_DIRS "dlls/ole2nls.dll16"
16479 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
16480 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2nls.dll16/%) dlls/ole2nls.dll16: dlls/ole2nls.dll16/Makefile \$(MAKEDEP)
16481 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules config.status"
16482 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16483
16484 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__"
16485 wine_fn_append_file ALL_DIRS "dlls/ole2prox.dll16"
16486 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
16487 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2prox.dll16/%) dlls/ole2prox.dll16: dlls/ole2prox.dll16/Makefile \$(MAKEDEP)
16488 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules config.status"
16489 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16490
16491 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__"
16492 wine_fn_append_file ALL_DIRS "dlls/ole2thk.dll16"
16493 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
16494 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole2thk.dll16/%) dlls/ole2thk.dll16: dlls/ole2thk.dll16/Makefile \$(MAKEDEP)
16495 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules config.status"
16496 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16497
16498 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
16499 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
16500 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
16501         @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
16502 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
16503 wine_fn_append_file ALL_DIRS "dlls/ole32"
16504 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
16505 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole32/%) dlls/ole32: dlls/ole32/Makefile \$(MAKEDEP)
16506 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules config.status"
16507 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16508
16509 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/tests: __builddeps__
16510 dlls/ole32/tests/__crosstest__: __buildcrossdeps__"
16511 wine_fn_append_file ALL_TEST_BINARIES "ole32_test.exe"
16512 wine_fn_append_rule ALL_WINETEST_DEPENDS "ole32_test.exe: \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT
16513         cp \$(TOPOBJDIR)/dlls/ole32/tests/ole32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16514 ole32_test.rc:
16515         echo \"ole32_test.exe TESTRES \\\"ole32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16516 ole32_test.res: ole32_test.rc ole32_test.exe"
16517 wine_fn_append_file ALL_DIRS "dlls/ole32/tests"
16518 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
16519 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ole32/tests/%) dlls/ole32/tests: dlls/ole32/tests/Makefile \$(MAKEDEP)
16520 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in Maketest.rules config.status"
16521 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16522
16523 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
16524 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
16525 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
16526         @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
16527 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
16528 wine_fn_append_file ALL_DIRS "dlls/oleacc"
16529 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
16530 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleacc/%) dlls/oleacc: dlls/oleacc/Makefile \$(MAKEDEP)
16531 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules config.status"
16532 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16533
16534 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/tests: __builddeps__
16535 dlls/oleacc/tests/__crosstest__: __buildcrossdeps__"
16536 wine_fn_append_file ALL_TEST_BINARIES "oleacc_test.exe"
16537 wine_fn_append_rule ALL_WINETEST_DEPENDS "oleacc_test.exe: \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT
16538         cp \$(TOPOBJDIR)/dlls/oleacc/tests/oleacc_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16539 oleacc_test.rc:
16540         echo \"oleacc_test.exe TESTRES \\\"oleacc_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16541 oleacc_test.res: oleacc_test.rc oleacc_test.exe"
16542 wine_fn_append_file ALL_DIRS "dlls/oleacc/tests"
16543 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
16544 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleacc/tests/%) dlls/oleacc/tests: dlls/oleacc/tests/Makefile \$(MAKEDEP)
16545 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in Maketest.rules config.status"
16546 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16547
16548 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
16549 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
16550 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
16551         @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
16552 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
16553 wine_fn_append_file ALL_DIRS "dlls/oleaut32"
16554 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
16555 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleaut32/%) dlls/oleaut32: dlls/oleaut32/Makefile \$(MAKEDEP)
16556 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules config.status"
16557 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16558
16559 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/tests: __builddeps__
16560 dlls/oleaut32/tests/__crosstest__: __buildcrossdeps__"
16561 wine_fn_append_file ALL_TEST_BINARIES "oleaut32_test.exe"
16562 wine_fn_append_rule ALL_WINETEST_DEPENDS "oleaut32_test.exe: \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT
16563         cp \$(TOPOBJDIR)/dlls/oleaut32/tests/oleaut32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16564 oleaut32_test.rc:
16565         echo \"oleaut32_test.exe TESTRES \\\"oleaut32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16566 oleaut32_test.res: oleaut32_test.rc oleaut32_test.exe"
16567 wine_fn_append_file ALL_DIRS "dlls/oleaut32/tests"
16568 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
16569 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oleaut32/tests/%) dlls/oleaut32/tests: dlls/oleaut32/tests/Makefile \$(MAKEDEP)
16570 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in Maketest.rules config.status"
16571 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16572
16573 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__"
16574 wine_fn_append_file ALL_DIRS "dlls/olecli.dll16"
16575 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
16576 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olecli.dll16/%) dlls/olecli.dll16: dlls/olecli.dll16/Makefile \$(MAKEDEP)
16577 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules config.status"
16578 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16579
16580 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
16581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
16582 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
16583         @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
16584 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
16585 wine_fn_append_file ALL_DIRS "dlls/olecli32"
16586 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
16587 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olecli32/%) dlls/olecli32: dlls/olecli32/Makefile \$(MAKEDEP)
16588 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules config.status"
16589 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16590
16591 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
16592 wine_fn_append_file ALL_DIRS "dlls/oledb32"
16593 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
16594 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledb32/%) dlls/oledb32: dlls/oledb32/Makefile \$(MAKEDEP)
16595 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules config.status"
16596 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16597
16598 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32/tests: __builddeps__
16599 dlls/oledb32/tests/__crosstest__: __buildcrossdeps__"
16600 wine_fn_append_file ALL_TEST_BINARIES "oledb32_test.exe"
16601 wine_fn_append_rule ALL_WINETEST_DEPENDS "oledb32_test.exe: \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT
16602         cp \$(TOPOBJDIR)/dlls/oledb32/tests/oledb32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16603 oledb32_test.rc:
16604         echo \"oledb32_test.exe TESTRES \\\"oledb32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16605 oledb32_test.res: oledb32_test.rc oledb32_test.exe"
16606 wine_fn_append_file ALL_DIRS "dlls/oledb32/tests"
16607 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
16608 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledb32/tests/%) dlls/oledb32/tests: dlls/oledb32/tests/Makefile \$(MAKEDEP)
16609 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in Maketest.rules config.status"
16610 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16611
16612 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
16613 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
16614 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
16615         @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
16616 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
16617 wine_fn_append_file ALL_DIRS "dlls/oledlg"
16618 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
16619 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/oledlg/%) dlls/oledlg: dlls/oledlg/Makefile \$(MAKEDEP)
16620 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules config.status"
16621 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16622
16623 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
16624 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
16625 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
16626         @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
16627 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
16628 wine_fn_append_file ALL_DIRS "dlls/olepro32"
16629 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
16630 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olepro32/%) dlls/olepro32: dlls/olepro32/Makefile \$(MAKEDEP)
16631 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules config.status"
16632 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16633
16634 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__"
16635 wine_fn_append_file ALL_DIRS "dlls/olesvr.dll16"
16636 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
16637 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olesvr.dll16/%) dlls/olesvr.dll16: dlls/olesvr.dll16/Makefile \$(MAKEDEP)
16638 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules config.status"
16639 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16640
16641 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
16642 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
16643 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
16644         @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
16645 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
16646 wine_fn_append_file ALL_DIRS "dlls/olesvr32"
16647 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
16648 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olesvr32/%) dlls/olesvr32: dlls/olesvr32/Makefile \$(MAKEDEP)
16649 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules config.status"
16650 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16651
16652 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
16653 wine_fn_append_file ALL_DIRS "dlls/olethk32"
16654 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
16655 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/olethk32/%) dlls/olethk32: dlls/olethk32/Makefile \$(MAKEDEP)
16656 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules config.status"
16657 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16658
16659 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
16660 wine_fn_append_file ALL_DIRS "dlls/openal32"
16661 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
16662 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/openal32/%) dlls/openal32: dlls/openal32/Makefile \$(MAKEDEP)
16663 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules config.status"
16664 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16665
16666 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
16667 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
16668 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
16669         @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
16670 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
16671 wine_fn_append_file ALL_DIRS "dlls/opengl32"
16672 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
16673 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/opengl32/%) dlls/opengl32: dlls/opengl32/Makefile \$(MAKEDEP)
16674 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules config.status"
16675 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16676
16677 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/tests: __builddeps__
16678 dlls/opengl32/tests/__crosstest__: __buildcrossdeps__"
16679 wine_fn_append_file ALL_TEST_BINARIES "opengl32_test.exe"
16680 wine_fn_append_rule ALL_WINETEST_DEPENDS "opengl32_test.exe: \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT
16681         cp \$(TOPOBJDIR)/dlls/opengl32/tests/opengl32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16682 opengl32_test.rc:
16683         echo \"opengl32_test.exe TESTRES \\\"opengl32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16684 opengl32_test.res: opengl32_test.rc opengl32_test.exe"
16685 wine_fn_append_file ALL_DIRS "dlls/opengl32/tests"
16686 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
16687 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/opengl32/tests/%) dlls/opengl32/tests: dlls/opengl32/tests/Makefile \$(MAKEDEP)
16688 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in Maketest.rules config.status"
16689 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16690
16691 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
16692 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
16693 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
16694         @cd dlls/pdh && \$(MAKE) \`basename \$@\`
16695 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
16696 wine_fn_append_file ALL_DIRS "dlls/pdh"
16697 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
16698 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pdh/%) dlls/pdh: dlls/pdh/Makefile \$(MAKEDEP)
16699 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules config.status"
16700 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16701
16702 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/tests: __builddeps__
16703 dlls/pdh/tests/__crosstest__: __buildcrossdeps__"
16704 wine_fn_append_file ALL_TEST_BINARIES "pdh_test.exe"
16705 wine_fn_append_rule ALL_WINETEST_DEPENDS "pdh_test.exe: \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT
16706         cp \$(TOPOBJDIR)/dlls/pdh/tests/pdh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16707 pdh_test.rc:
16708         echo \"pdh_test.exe TESTRES \\\"pdh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16709 pdh_test.res: pdh_test.rc pdh_test.exe"
16710 wine_fn_append_file ALL_DIRS "dlls/pdh/tests"
16711 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
16712 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pdh/tests/%) dlls/pdh/tests: dlls/pdh/tests/Makefile \$(MAKEDEP)
16713 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in Maketest.rules config.status"
16714 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16715
16716 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
16717 wine_fn_append_file ALL_DIRS "dlls/pidgen"
16718 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
16719 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pidgen/%) dlls/pidgen: dlls/pidgen/Makefile \$(MAKEDEP)
16720 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules config.status"
16721 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16722
16723 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
16724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
16725 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
16726         @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
16727 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
16728 wine_fn_append_file ALL_DIRS "dlls/powrprof"
16729 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
16730 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/powrprof/%) dlls/powrprof: dlls/powrprof/Makefile \$(MAKEDEP)
16731 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules config.status"
16732 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16733
16734 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
16735 wine_fn_append_file ALL_DIRS "dlls/printui"
16736 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
16737 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/printui/%) dlls/printui: dlls/printui/Makefile \$(MAKEDEP)
16738 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules config.status"
16739 ac_config_files="$ac_config_files dlls/printui/Makefile"
16740
16741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
16742 wine_fn_append_file ALL_DIRS "dlls/propsys"
16743 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
16744 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/propsys/%) dlls/propsys: dlls/propsys/Makefile \$(MAKEDEP)
16745 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules config.status"
16746 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16747
16748 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
16749 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
16750 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
16751         @cd dlls/psapi && \$(MAKE) \`basename \$@\`
16752 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
16753 wine_fn_append_file ALL_DIRS "dlls/psapi"
16754 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
16755 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/psapi/%) dlls/psapi: dlls/psapi/Makefile \$(MAKEDEP)
16756 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules config.status"
16757 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16758
16759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/tests: __builddeps__
16760 dlls/psapi/tests/__crosstest__: __buildcrossdeps__"
16761 wine_fn_append_file ALL_TEST_BINARIES "psapi_test.exe"
16762 wine_fn_append_rule ALL_WINETEST_DEPENDS "psapi_test.exe: \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT
16763         cp \$(TOPOBJDIR)/dlls/psapi/tests/psapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16764 psapi_test.rc:
16765         echo \"psapi_test.exe TESTRES \\\"psapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16766 psapi_test.res: psapi_test.rc psapi_test.exe"
16767 wine_fn_append_file ALL_DIRS "dlls/psapi/tests"
16768 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
16769 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/psapi/tests/%) dlls/psapi/tests: dlls/psapi/tests/Makefile \$(MAKEDEP)
16770 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in Maketest.rules config.status"
16771 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16772
16773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
16774 wine_fn_append_file ALL_DIRS "dlls/pstorec"
16775 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
16776 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/pstorec/%) dlls/pstorec: dlls/pstorec/Makefile \$(MAKEDEP)
16777 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules config.status"
16778 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16779
16780 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
16781 wine_fn_append_file ALL_DIRS "dlls/qcap"
16782 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
16783 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qcap/%) dlls/qcap: dlls/qcap/Makefile \$(MAKEDEP)
16784 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules config.status"
16785 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16786
16787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
16788 wine_fn_append_file ALL_DIRS "dlls/qedit"
16789 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
16790 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qedit/%) dlls/qedit: dlls/qedit/Makefile \$(MAKEDEP)
16791 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules config.status"
16792 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16793
16794 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit/tests: __builddeps__
16795 dlls/qedit/tests/__crosstest__: __buildcrossdeps__"
16796 wine_fn_append_file ALL_TEST_BINARIES "qedit_test.exe"
16797 wine_fn_append_rule ALL_WINETEST_DEPENDS "qedit_test.exe: \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT
16798         cp \$(TOPOBJDIR)/dlls/qedit/tests/qedit_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16799 qedit_test.rc:
16800         echo \"qedit_test.exe TESTRES \\\"qedit_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16801 qedit_test.res: qedit_test.rc qedit_test.exe"
16802 wine_fn_append_file ALL_DIRS "dlls/qedit/tests"
16803 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
16804 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qedit/tests/%) dlls/qedit/tests: dlls/qedit/tests/Makefile \$(MAKEDEP)
16805 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in Maketest.rules config.status"
16806 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16807
16808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
16809 wine_fn_append_file ALL_DIRS "dlls/qmgr"
16810 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
16811 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgr/%) dlls/qmgr: dlls/qmgr/Makefile \$(MAKEDEP)
16812 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules config.status"
16813 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16814
16815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr/tests: __builddeps__
16816 dlls/qmgr/tests/__crosstest__: __buildcrossdeps__"
16817 wine_fn_append_file ALL_TEST_BINARIES "qmgr_test.exe"
16818 wine_fn_append_rule ALL_WINETEST_DEPENDS "qmgr_test.exe: \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT
16819         cp \$(TOPOBJDIR)/dlls/qmgr/tests/qmgr_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16820 qmgr_test.rc:
16821         echo \"qmgr_test.exe TESTRES \\\"qmgr_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16822 qmgr_test.res: qmgr_test.rc qmgr_test.exe"
16823 wine_fn_append_file ALL_DIRS "dlls/qmgr/tests"
16824 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
16825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgr/tests/%) dlls/qmgr/tests: dlls/qmgr/tests/Makefile \$(MAKEDEP)
16826 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in Maketest.rules config.status"
16827 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16828
16829 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
16830 wine_fn_append_file ALL_DIRS "dlls/qmgrprxy"
16831 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
16832 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/qmgrprxy/%) dlls/qmgrprxy: dlls/qmgrprxy/Makefile \$(MAKEDEP)
16833 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules config.status"
16834 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16835
16836 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
16837 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
16838 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
16839         @cd dlls/quartz && \$(MAKE) \`basename \$@\`
16840 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
16841 wine_fn_append_file ALL_DIRS "dlls/quartz"
16842 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
16843 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/quartz/%) dlls/quartz: dlls/quartz/Makefile \$(MAKEDEP)
16844 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules config.status"
16845 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16846
16847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/tests: __builddeps__
16848 dlls/quartz/tests/__crosstest__: __buildcrossdeps__"
16849 wine_fn_append_file ALL_TEST_BINARIES "quartz_test.exe"
16850 wine_fn_append_rule ALL_WINETEST_DEPENDS "quartz_test.exe: \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT
16851         cp \$(TOPOBJDIR)/dlls/quartz/tests/quartz_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16852 quartz_test.rc:
16853         echo \"quartz_test.exe TESTRES \\\"quartz_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16854 quartz_test.res: quartz_test.rc quartz_test.exe"
16855 wine_fn_append_file ALL_DIRS "dlls/quartz/tests"
16856 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
16857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/quartz/tests/%) dlls/quartz/tests: dlls/quartz/tests/Makefile \$(MAKEDEP)
16858 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in Maketest.rules config.status"
16859 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16860
16861 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
16862 wine_fn_append_file ALL_DIRS "dlls/query"
16863 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
16864 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/query/%) dlls/query: dlls/query/Makefile \$(MAKEDEP)
16865 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules config.status"
16866 ac_config_files="$ac_config_files dlls/query/Makefile"
16867
16868 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__"
16869 wine_fn_append_file ALL_DIRS "dlls/rasapi16.dll16"
16870 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
16871 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi16.dll16/%) dlls/rasapi16.dll16: dlls/rasapi16.dll16/Makefile \$(MAKEDEP)
16872 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules config.status"
16873 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16874
16875 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
16876 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16877 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
16878         @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
16879 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
16880 wine_fn_append_file ALL_DIRS "dlls/rasapi32"
16881 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
16882 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi32/%) dlls/rasapi32: dlls/rasapi32/Makefile \$(MAKEDEP)
16883 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules config.status"
16884 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16885
16886 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/tests: __builddeps__
16887 dlls/rasapi32/tests/__crosstest__: __buildcrossdeps__"
16888 wine_fn_append_file ALL_TEST_BINARIES "rasapi32_test.exe"
16889 wine_fn_append_rule ALL_WINETEST_DEPENDS "rasapi32_test.exe: \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT
16890         cp \$(TOPOBJDIR)/dlls/rasapi32/tests/rasapi32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16891 rasapi32_test.rc:
16892         echo \"rasapi32_test.exe TESTRES \\\"rasapi32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16893 rasapi32_test.res: rasapi32_test.rc rasapi32_test.exe"
16894 wine_fn_append_file ALL_DIRS "dlls/rasapi32/tests"
16895 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
16896 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasapi32/tests/%) dlls/rasapi32/tests: dlls/rasapi32/tests/Makefile \$(MAKEDEP)
16897 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in Maketest.rules config.status"
16898 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16899
16900 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
16901 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
16902 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
16903         @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
16904 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
16905 wine_fn_append_file ALL_DIRS "dlls/rasdlg"
16906 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
16907 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rasdlg/%) dlls/rasdlg: dlls/rasdlg/Makefile \$(MAKEDEP)
16908 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules config.status"
16909 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16910
16911 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
16912 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
16913 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
16914         @cd dlls/resutils && \$(MAKE) \`basename \$@\`
16915 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
16916 wine_fn_append_file ALL_DIRS "dlls/resutils"
16917 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
16918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/resutils/%) dlls/resutils: dlls/resutils/Makefile \$(MAKEDEP)
16919 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules config.status"
16920 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16921
16922 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
16923 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
16924 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
16925         @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
16926 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
16927 wine_fn_append_file ALL_DIRS "dlls/riched20"
16928 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
16929 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched20/%) dlls/riched20: dlls/riched20/Makefile \$(MAKEDEP)
16930 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules config.status"
16931 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16932
16933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/tests: __builddeps__
16934 dlls/riched20/tests/__crosstest__: __buildcrossdeps__"
16935 wine_fn_append_file ALL_TEST_BINARIES "riched20_test.exe"
16936 wine_fn_append_rule ALL_WINETEST_DEPENDS "riched20_test.exe: \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT
16937         cp \$(TOPOBJDIR)/dlls/riched20/tests/riched20_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16938 riched20_test.rc:
16939         echo \"riched20_test.exe TESTRES \\\"riched20_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16940 riched20_test.res: riched20_test.rc riched20_test.exe"
16941 wine_fn_append_file ALL_DIRS "dlls/riched20/tests"
16942 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
16943 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched20/tests/%) dlls/riched20/tests: dlls/riched20/tests/Makefile \$(MAKEDEP)
16944 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in Maketest.rules config.status"
16945 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16946
16947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
16948 wine_fn_append_file ALL_DIRS "dlls/riched32"
16949 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
16950 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched32/%) dlls/riched32: dlls/riched32/Makefile \$(MAKEDEP)
16951 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules config.status"
16952 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16953
16954 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32/tests: __builddeps__
16955 dlls/riched32/tests/__crosstest__: __buildcrossdeps__"
16956 wine_fn_append_file ALL_TEST_BINARIES "riched32_test.exe"
16957 wine_fn_append_rule ALL_WINETEST_DEPENDS "riched32_test.exe: \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT
16958         cp \$(TOPOBJDIR)/dlls/riched32/tests/riched32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16959 riched32_test.rc:
16960         echo \"riched32_test.exe TESTRES \\\"riched32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16961 riched32_test.res: riched32_test.rc riched32_test.exe"
16962 wine_fn_append_file ALL_DIRS "dlls/riched32/tests"
16963 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
16964 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/riched32/tests/%) dlls/riched32/tests: dlls/riched32/tests/Makefile \$(MAKEDEP)
16965 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in Maketest.rules config.status"
16966 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16967
16968 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
16969 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
16970 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
16971         @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
16972 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
16973 wine_fn_append_file ALL_DIRS "dlls/rpcrt4"
16974 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
16975 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rpcrt4/%) dlls/rpcrt4: dlls/rpcrt4/Makefile \$(MAKEDEP)
16976 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules config.status"
16977 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16978
16979 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/tests: __builddeps__
16980 dlls/rpcrt4/tests/__crosstest__: __buildcrossdeps__"
16981 wine_fn_append_file ALL_TEST_BINARIES "rpcrt4_test.exe"
16982 wine_fn_append_rule ALL_WINETEST_DEPENDS "rpcrt4_test.exe: \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT
16983         cp \$(TOPOBJDIR)/dlls/rpcrt4/tests/rpcrt4_test.exe$DLLEXT \$@ && \$(STRIP) \$@
16984 rpcrt4_test.rc:
16985         echo \"rpcrt4_test.exe TESTRES \\\"rpcrt4_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
16986 rpcrt4_test.res: rpcrt4_test.rc rpcrt4_test.exe"
16987 wine_fn_append_file ALL_DIRS "dlls/rpcrt4/tests"
16988 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
16989 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rpcrt4/tests/%) dlls/rpcrt4/tests: dlls/rpcrt4/tests/Makefile \$(MAKEDEP)
16990 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in Maketest.rules config.status"
16991 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16992
16993 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
16994 wine_fn_append_file ALL_DIRS "dlls/rsabase"
16995 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
16996 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsabase/%) dlls/rsabase: dlls/rsabase/Makefile \$(MAKEDEP)
16997 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules config.status"
16998 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16999
17000 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
17001 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
17002 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
17003         @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
17004 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
17005 wine_fn_append_file ALL_DIRS "dlls/rsaenh"
17006 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
17007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsaenh/%) dlls/rsaenh: dlls/rsaenh/Makefile \$(MAKEDEP)
17008 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules config.status"
17009 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
17010
17011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/tests: __builddeps__
17012 dlls/rsaenh/tests/__crosstest__: __buildcrossdeps__"
17013 wine_fn_append_file ALL_TEST_BINARIES "rsaenh_test.exe"
17014 wine_fn_append_rule ALL_WINETEST_DEPENDS "rsaenh_test.exe: \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT
17015         cp \$(TOPOBJDIR)/dlls/rsaenh/tests/rsaenh_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17016 rsaenh_test.rc:
17017         echo \"rsaenh_test.exe TESTRES \\\"rsaenh_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17018 rsaenh_test.res: rsaenh_test.rc rsaenh_test.exe"
17019 wine_fn_append_file ALL_DIRS "dlls/rsaenh/tests"
17020 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
17021 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rsaenh/tests/%) dlls/rsaenh/tests: dlls/rsaenh/tests/Makefile \$(MAKEDEP)
17022 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in Maketest.rules config.status"
17023 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
17024
17025 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
17026 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
17027 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
17028         @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
17029 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
17030 wine_fn_append_file ALL_DIRS "dlls/rtutils"
17031 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
17032 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/rtutils/%) dlls/rtutils: dlls/rtutils/Makefile \$(MAKEDEP)
17033 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules config.status"
17034 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
17035
17036 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__"
17037 wine_fn_append_file ALL_DIRS "dlls/sane.ds"
17038 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
17039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sane.ds/%) dlls/sane.ds: dlls/sane.ds/Makefile \$(MAKEDEP)
17040 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules config.status"
17041 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
17042
17043 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
17044 wine_fn_append_file ALL_DIRS "dlls/sccbase"
17045 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
17046 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sccbase/%) dlls/sccbase: dlls/sccbase/Makefile \$(MAKEDEP)
17047 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules config.status"
17048 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
17049
17050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
17051 wine_fn_append_file ALL_DIRS "dlls/schannel"
17052 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
17053 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/schannel/%) dlls/schannel: dlls/schannel/Makefile \$(MAKEDEP)
17054 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules config.status"
17055 ac_config_files="$ac_config_files dlls/schannel/Makefile"
17056
17057 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel/tests: __builddeps__
17058 dlls/schannel/tests/__crosstest__: __buildcrossdeps__"
17059 wine_fn_append_file ALL_TEST_BINARIES "schannel_test.exe"
17060 wine_fn_append_rule ALL_WINETEST_DEPENDS "schannel_test.exe: \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT
17061         cp \$(TOPOBJDIR)/dlls/schannel/tests/schannel_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17062 schannel_test.rc:
17063         echo \"schannel_test.exe TESTRES \\\"schannel_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17064 schannel_test.res: schannel_test.rc schannel_test.exe"
17065 wine_fn_append_file ALL_DIRS "dlls/schannel/tests"
17066 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
17067 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/schannel/tests/%) dlls/schannel/tests: dlls/schannel/tests/Makefile \$(MAKEDEP)
17068 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in Maketest.rules config.status"
17069 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
17070
17071 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
17072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
17073 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
17074         @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
17075 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
17076 wine_fn_append_file ALL_DIRS "dlls/secur32"
17077 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
17078 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/secur32/%) dlls/secur32: dlls/secur32/Makefile \$(MAKEDEP)
17079 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules config.status"
17080 ac_config_files="$ac_config_files dlls/secur32/Makefile"
17081
17082 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/tests: __builddeps__
17083 dlls/secur32/tests/__crosstest__: __buildcrossdeps__"
17084 wine_fn_append_file ALL_TEST_BINARIES "secur32_test.exe"
17085 wine_fn_append_rule ALL_WINETEST_DEPENDS "secur32_test.exe: \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT
17086         cp \$(TOPOBJDIR)/dlls/secur32/tests/secur32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17087 secur32_test.rc:
17088         echo \"secur32_test.exe TESTRES \\\"secur32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17089 secur32_test.res: secur32_test.rc secur32_test.exe"
17090 wine_fn_append_file ALL_DIRS "dlls/secur32/tests"
17091 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
17092 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/secur32/tests/%) dlls/secur32/tests: dlls/secur32/tests/Makefile \$(MAKEDEP)
17093 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in Maketest.rules config.status"
17094 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
17095
17096 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
17097 wine_fn_append_file ALL_DIRS "dlls/security"
17098 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
17099 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/security/%) dlls/security: dlls/security/Makefile \$(MAKEDEP)
17100 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules config.status"
17101 ac_config_files="$ac_config_files dlls/security/Makefile"
17102
17103 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
17104 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17105 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
17106         @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
17107 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
17108 wine_fn_append_file ALL_DIRS "dlls/sensapi"
17109 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
17110 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sensapi/%) dlls/sensapi: dlls/sensapi/Makefile \$(MAKEDEP)
17111 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules config.status"
17112 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
17113
17114 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
17115 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
17116 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
17117         @cd dlls/serialui && \$(MAKE) \`basename \$@\`
17118 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
17119 wine_fn_append_file ALL_DIRS "dlls/serialui"
17120 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
17121 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/serialui/%) dlls/serialui: dlls/serialui/Makefile \$(MAKEDEP)
17122 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules config.status"
17123 ac_config_files="$ac_config_files dlls/serialui/Makefile"
17124
17125 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/tests: __builddeps__
17126 dlls/serialui/tests/__crosstest__: __buildcrossdeps__"
17127 wine_fn_append_file ALL_TEST_BINARIES "serialui_test.exe"
17128 wine_fn_append_rule ALL_WINETEST_DEPENDS "serialui_test.exe: \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT
17129         cp \$(TOPOBJDIR)/dlls/serialui/tests/serialui_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17130 serialui_test.rc:
17131         echo \"serialui_test.exe TESTRES \\\"serialui_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17132 serialui_test.res: serialui_test.rc serialui_test.exe"
17133 wine_fn_append_file ALL_DIRS "dlls/serialui/tests"
17134 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
17135 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/serialui/tests/%) dlls/serialui/tests: dlls/serialui/tests/Makefile \$(MAKEDEP)
17136 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in Maketest.rules config.status"
17137 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
17138
17139 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
17140 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17141 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
17142         @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
17143 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
17144 wine_fn_append_file ALL_DIRS "dlls/setupapi"
17145 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
17146 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupapi/%) dlls/setupapi: dlls/setupapi/Makefile \$(MAKEDEP)
17147 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules config.status"
17148 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
17149
17150 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/tests: __builddeps__
17151 dlls/setupapi/tests/__crosstest__: __buildcrossdeps__"
17152 wine_fn_append_file ALL_TEST_BINARIES "setupapi_test.exe"
17153 wine_fn_append_rule ALL_WINETEST_DEPENDS "setupapi_test.exe: \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT
17154         cp \$(TOPOBJDIR)/dlls/setupapi/tests/setupapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17155 setupapi_test.rc:
17156         echo \"setupapi_test.exe TESTRES \\\"setupapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17157 setupapi_test.res: setupapi_test.rc setupapi_test.exe"
17158 wine_fn_append_file ALL_DIRS "dlls/setupapi/tests"
17159 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
17160 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupapi/tests/%) dlls/setupapi/tests: dlls/setupapi/tests/Makefile \$(MAKEDEP)
17161 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in Maketest.rules config.status"
17162 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
17163
17164 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__"
17165 wine_fn_append_file ALL_DIRS "dlls/setupx.dll16"
17166 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
17167 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/setupx.dll16/%) dlls/setupx.dll16: dlls/setupx.dll16/Makefile \$(MAKEDEP)
17168 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules config.status"
17169 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
17170
17171 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
17172 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
17173 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
17174         @cd dlls/sfc && \$(MAKE) \`basename \$@\`
17175 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
17176 wine_fn_append_file ALL_DIRS "dlls/sfc"
17177 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
17178 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sfc/%) dlls/sfc: dlls/sfc/Makefile \$(MAKEDEP)
17179 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules config.status"
17180 ac_config_files="$ac_config_files dlls/sfc/Makefile"
17181
17182 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
17183 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
17184 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
17185         @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
17186 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
17187 wine_fn_append_file ALL_DIRS "dlls/sfc_os"
17188 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
17189 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sfc_os/%) dlls/sfc_os: dlls/sfc_os/Makefile \$(MAKEDEP)
17190 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules config.status"
17191 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
17192
17193 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
17194 wine_fn_append_file ALL_DIRS "dlls/shdoclc"
17195 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
17196 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdoclc/%) dlls/shdoclc: dlls/shdoclc/Makefile \$(MAKEDEP)
17197 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules config.status"
17198 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
17199
17200 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
17201 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
17202 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
17203         @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
17204 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
17205 wine_fn_append_file ALL_DIRS "dlls/shdocvw"
17206 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
17207 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdocvw/%) dlls/shdocvw: dlls/shdocvw/Makefile \$(MAKEDEP)
17208 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules config.status"
17209 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
17210
17211 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/tests: __builddeps__
17212 dlls/shdocvw/tests/__crosstest__: __buildcrossdeps__"
17213 wine_fn_append_file ALL_TEST_BINARIES "shdocvw_test.exe"
17214 wine_fn_append_rule ALL_WINETEST_DEPENDS "shdocvw_test.exe: \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT
17215         cp \$(TOPOBJDIR)/dlls/shdocvw/tests/shdocvw_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17216 shdocvw_test.rc:
17217         echo \"shdocvw_test.exe TESTRES \\\"shdocvw_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17218 shdocvw_test.res: shdocvw_test.rc shdocvw_test.exe"
17219 wine_fn_append_file ALL_DIRS "dlls/shdocvw/tests"
17220 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
17221 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shdocvw/tests/%) dlls/shdocvw/tests: dlls/shdocvw/tests/Makefile \$(MAKEDEP)
17222 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in Maketest.rules config.status"
17223 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
17224
17225 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__"
17226 wine_fn_append_file ALL_DIRS "dlls/shell.dll16"
17227 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
17228 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell.dll16/%) dlls/shell.dll16: dlls/shell.dll16/Makefile \$(MAKEDEP)
17229 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules config.status"
17230 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
17231
17232 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
17233 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
17234 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
17235         @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
17236 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
17237 wine_fn_append_file ALL_DIRS "dlls/shell32"
17238 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
17239 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell32/%) dlls/shell32: dlls/shell32/Makefile \$(MAKEDEP)
17240 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules config.status"
17241 ac_config_files="$ac_config_files dlls/shell32/Makefile"
17242
17243 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/tests: __builddeps__
17244 dlls/shell32/tests/__crosstest__: __buildcrossdeps__"
17245 wine_fn_append_file ALL_TEST_BINARIES "shell32_test.exe"
17246 wine_fn_append_rule ALL_WINETEST_DEPENDS "shell32_test.exe: \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT
17247         cp \$(TOPOBJDIR)/dlls/shell32/tests/shell32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17248 shell32_test.rc:
17249         echo \"shell32_test.exe TESTRES \\\"shell32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17250 shell32_test.res: shell32_test.rc shell32_test.exe"
17251 wine_fn_append_file ALL_DIRS "dlls/shell32/tests"
17252 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
17253 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shell32/tests/%) dlls/shell32/tests: dlls/shell32/tests/Makefile \$(MAKEDEP)
17254 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in Maketest.rules config.status"
17255 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
17256
17257 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
17258 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
17259 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
17260         @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
17261 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
17262 wine_fn_append_file ALL_DIRS "dlls/shfolder"
17263 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
17264 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shfolder/%) dlls/shfolder: dlls/shfolder/Makefile \$(MAKEDEP)
17265 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules config.status"
17266 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
17267
17268 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
17269 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17270 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
17271         @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
17272 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
17273 wine_fn_append_file ALL_DIRS "dlls/shlwapi"
17274 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
17275 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shlwapi/%) dlls/shlwapi: dlls/shlwapi/Makefile \$(MAKEDEP)
17276 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules config.status"
17277 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
17278
17279 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/tests: __builddeps__
17280 dlls/shlwapi/tests/__crosstest__: __buildcrossdeps__"
17281 wine_fn_append_file ALL_TEST_BINARIES "shlwapi_test.exe"
17282 wine_fn_append_rule ALL_WINETEST_DEPENDS "shlwapi_test.exe: \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT
17283         cp \$(TOPOBJDIR)/dlls/shlwapi/tests/shlwapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17284 shlwapi_test.rc:
17285         echo \"shlwapi_test.exe TESTRES \\\"shlwapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17286 shlwapi_test.res: shlwapi_test.rc shlwapi_test.exe"
17287 wine_fn_append_file ALL_DIRS "dlls/shlwapi/tests"
17288 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
17289 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/shlwapi/tests/%) dlls/shlwapi/tests: dlls/shlwapi/tests/Makefile \$(MAKEDEP)
17290 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in Maketest.rules config.status"
17291 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
17292
17293 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
17294 wine_fn_append_file ALL_DIRS "dlls/slbcsp"
17295 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
17296 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/slbcsp/%) dlls/slbcsp: dlls/slbcsp/Makefile \$(MAKEDEP)
17297 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules config.status"
17298 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
17299
17300 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
17301 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
17302 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
17303         @cd dlls/slc && \$(MAKE) \`basename \$@\`
17304 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
17305 wine_fn_append_file ALL_DIRS "dlls/slc"
17306 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
17307 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/slc/%) dlls/slc: dlls/slc/Makefile \$(MAKEDEP)
17308 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules config.status"
17309 ac_config_files="$ac_config_files dlls/slc/Makefile"
17310
17311 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
17312 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
17313 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
17314         @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
17315 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
17316 wine_fn_append_file ALL_DIRS "dlls/snmpapi"
17317 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
17318 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/snmpapi/%) dlls/snmpapi: dlls/snmpapi/Makefile \$(MAKEDEP)
17319 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules config.status"
17320 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
17321
17322 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/tests: __builddeps__
17323 dlls/snmpapi/tests/__crosstest__: __buildcrossdeps__"
17324 wine_fn_append_file ALL_TEST_BINARIES "snmpapi_test.exe"
17325 wine_fn_append_rule ALL_WINETEST_DEPENDS "snmpapi_test.exe: \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT
17326         cp \$(TOPOBJDIR)/dlls/snmpapi/tests/snmpapi_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17327 snmpapi_test.rc:
17328         echo \"snmpapi_test.exe TESTRES \\\"snmpapi_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17329 snmpapi_test.res: snmpapi_test.rc snmpapi_test.exe"
17330 wine_fn_append_file ALL_DIRS "dlls/snmpapi/tests"
17331 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
17332 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/snmpapi/tests/%) dlls/snmpapi/tests: dlls/snmpapi/tests/Makefile \$(MAKEDEP)
17333 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in Maketest.rules config.status"
17334 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
17335
17336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
17337 wine_fn_append_file ALL_DIRS "dlls/softpub"
17338 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
17339 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/softpub/%) dlls/softpub: dlls/softpub/Makefile \$(MAKEDEP)
17340 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules config.status"
17341 ac_config_files="$ac_config_files dlls/softpub/Makefile"
17342
17343 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__"
17344 wine_fn_append_file ALL_DIRS "dlls/sound.drv16"
17345 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
17346 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sound.drv16/%) dlls/sound.drv16: dlls/sound.drv16/Makefile \$(MAKEDEP)
17347 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules config.status"
17348 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
17349
17350 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
17351 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
17352 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
17353         @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
17354 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
17355 wine_fn_append_file ALL_DIRS "dlls/spoolss"
17356 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
17357 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/spoolss/%) dlls/spoolss: dlls/spoolss/Makefile \$(MAKEDEP)
17358 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules config.status"
17359 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
17360
17361 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/tests: __builddeps__
17362 dlls/spoolss/tests/__crosstest__: __buildcrossdeps__"
17363 wine_fn_append_file ALL_TEST_BINARIES "spoolss_test.exe"
17364 wine_fn_append_rule ALL_WINETEST_DEPENDS "spoolss_test.exe: \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT
17365         cp \$(TOPOBJDIR)/dlls/spoolss/tests/spoolss_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17366 spoolss_test.rc:
17367         echo \"spoolss_test.exe TESTRES \\\"spoolss_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17368 spoolss_test.res: spoolss_test.rc spoolss_test.exe"
17369 wine_fn_append_file ALL_DIRS "dlls/spoolss/tests"
17370 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
17371 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/spoolss/tests/%) dlls/spoolss/tests: dlls/spoolss/tests/Makefile \$(MAKEDEP)
17372 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in Maketest.rules config.status"
17373 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
17374
17375 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__"
17376 wine_fn_append_file ALL_DIRS "dlls/stdole2.tlb"
17377 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
17378 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stdole2.tlb/%) dlls/stdole2.tlb: dlls/stdole2.tlb/Makefile \$(MAKEDEP)
17379 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules config.status"
17380 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
17381
17382 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__"
17383 wine_fn_append_file ALL_DIRS "dlls/stdole32.tlb"
17384 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
17385 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stdole32.tlb/%) dlls/stdole32.tlb: dlls/stdole32.tlb/Makefile \$(MAKEDEP)
17386 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules config.status"
17387 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
17388
17389 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
17390 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
17391 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
17392         @cd dlls/sti && \$(MAKE) \`basename \$@\`
17393 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
17394 wine_fn_append_file ALL_DIRS "dlls/sti"
17395 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
17396 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sti/%) dlls/sti: dlls/sti/Makefile \$(MAKEDEP)
17397 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules config.status"
17398 ac_config_files="$ac_config_files dlls/sti/Makefile"
17399
17400 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/tests: __builddeps__
17401 dlls/sti/tests/__crosstest__: __buildcrossdeps__"
17402 wine_fn_append_file ALL_TEST_BINARIES "sti_test.exe"
17403 wine_fn_append_rule ALL_WINETEST_DEPENDS "sti_test.exe: \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT
17404         cp \$(TOPOBJDIR)/dlls/sti/tests/sti_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17405 sti_test.rc:
17406         echo \"sti_test.exe TESTRES \\\"sti_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17407 sti_test.res: sti_test.rc sti_test.exe"
17408 wine_fn_append_file ALL_DIRS "dlls/sti/tests"
17409 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
17410 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sti/tests/%) dlls/sti/tests: dlls/sti/tests/Makefile \$(MAKEDEP)
17411 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in Maketest.rules config.status"
17412 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
17413
17414 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__"
17415 wine_fn_append_file ALL_DIRS "dlls/storage.dll16"
17416 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
17417 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/storage.dll16/%) dlls/storage.dll16: dlls/storage.dll16/Makefile \$(MAKEDEP)
17418 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules config.status"
17419 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
17420
17421 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__"
17422 wine_fn_append_file ALL_DIRS "dlls/stress.dll16"
17423 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
17424 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/stress.dll16/%) dlls/stress.dll16: dlls/stress.dll16/Makefile \$(MAKEDEP)
17425 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules config.status"
17426 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
17427
17428 wine_fn_append_file ALL_STATIC_LIBS "dlls/strmiids/libstrmiids.a"
17429 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/strmiids: tools/widl tools/winebuild tools/winegcc include
17430 dlls/strmiids/__install__ dlls/strmiids/__install-dev__: dlls/strmiids
17431 dlls/strmiids/libstrmiids.cross.a: dlls/strmiids/Makefile tools/widl tools/winebuild tools/winegcc include dummy
17432         @cd dlls/strmiids && \$(MAKE) \`basename \$@\`"
17433 wine_fn_append_file ALL_DIRS "dlls/strmiids"
17434 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
17435 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/strmiids/%) dlls/strmiids: dlls/strmiids/Makefile \$(MAKEDEP)
17436 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules config.status"
17437 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
17438
17439 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
17440 wine_fn_append_file ALL_DIRS "dlls/svrapi"
17441 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
17442 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/svrapi/%) dlls/svrapi: dlls/svrapi/Makefile \$(MAKEDEP)
17443 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules config.status"
17444 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
17445
17446 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
17447 wine_fn_append_file ALL_DIRS "dlls/sxs"
17448 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
17449 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/sxs/%) dlls/sxs: dlls/sxs/Makefile \$(MAKEDEP)
17450 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules config.status"
17451 ac_config_files="$ac_config_files dlls/sxs/Makefile"
17452
17453 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__"
17454 wine_fn_append_file ALL_DIRS "dlls/system.drv16"
17455 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
17456 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/system.drv16/%) dlls/system.drv16: dlls/system.drv16/Makefile \$(MAKEDEP)
17457 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules config.status"
17458 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
17459
17460 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
17461 wine_fn_append_file ALL_DIRS "dlls/t2embed"
17462 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
17463 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/t2embed/%) dlls/t2embed: dlls/t2embed/Makefile \$(MAKEDEP)
17464 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules config.status"
17465 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
17466
17467 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
17468 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
17469 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
17470         @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
17471 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
17472 wine_fn_append_file ALL_DIRS "dlls/tapi32"
17473 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
17474 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/tapi32/%) dlls/tapi32: dlls/tapi32/Makefile \$(MAKEDEP)
17475 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules config.status"
17476 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
17477
17478 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__"
17479 wine_fn_append_file ALL_DIRS "dlls/toolhelp.dll16"
17480 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
17481 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/toolhelp.dll16/%) dlls/toolhelp.dll16: dlls/toolhelp.dll16/Makefile \$(MAKEDEP)
17482 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules config.status"
17483 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
17484
17485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
17486 wine_fn_append_file ALL_DIRS "dlls/traffic"
17487 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
17488 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/traffic/%) dlls/traffic: dlls/traffic/Makefile \$(MAKEDEP)
17489 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules config.status"
17490 ac_config_files="$ac_config_files dlls/traffic/Makefile"
17491
17492 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__"
17493 wine_fn_append_file ALL_DIRS "dlls/twain.dll16"
17494 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
17495 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain.dll16/%) dlls/twain.dll16: dlls/twain.dll16/Makefile \$(MAKEDEP)
17496 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules config.status"
17497 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
17498
17499 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__"
17500 wine_fn_append_file ALL_DIRS "dlls/twain_32"
17501 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
17502 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain_32/%) dlls/twain_32: dlls/twain_32/Makefile \$(MAKEDEP)
17503 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules config.status"
17504 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
17505
17506 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/twain_32/tests: __builddeps__
17507 dlls/twain_32/tests/__crosstest__: __buildcrossdeps__"
17508 wine_fn_append_file ALL_TEST_BINARIES "twain_32_test.exe"
17509 wine_fn_append_rule ALL_WINETEST_DEPENDS "twain_32_test.exe: \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT
17510         cp \$(TOPOBJDIR)/dlls/twain_32/tests/twain_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17511 twain_32_test.rc:
17512         echo \"twain_32_test.exe TESTRES \\\"twain_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17513 twain_32_test.res: twain_32_test.rc twain_32_test.exe"
17514 wine_fn_append_file ALL_DIRS "dlls/twain_32/tests"
17515 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
17516 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/twain_32/tests/%) dlls/twain_32/tests: dlls/twain_32/tests/Makefile \$(MAKEDEP)
17517 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in Maketest.rules config.status"
17518 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
17519
17520 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__"
17521 wine_fn_append_file ALL_DIRS "dlls/typelib.dll16"
17522 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
17523 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/typelib.dll16/%) dlls/typelib.dll16: dlls/typelib.dll16/Makefile \$(MAKEDEP)
17524 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules config.status"
17525 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
17526
17527 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
17528 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
17529 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
17530         @cd dlls/unicows && \$(MAKE) \`basename \$@\`
17531 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
17532 wine_fn_append_file ALL_DIRS "dlls/unicows"
17533 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
17534 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/unicows/%) dlls/unicows: dlls/unicows/Makefile \$(MAKEDEP)
17535 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules config.status"
17536 ac_config_files="$ac_config_files dlls/unicows/Makefile"
17537
17538 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
17539 wine_fn_append_file ALL_DIRS "dlls/updspapi"
17540 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
17541 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/updspapi/%) dlls/updspapi: dlls/updspapi/Makefile \$(MAKEDEP)
17542 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules config.status"
17543 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
17544
17545 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
17546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
17547 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
17548         @cd dlls/url && \$(MAKE) \`basename \$@\`
17549 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
17550 wine_fn_append_file ALL_DIRS "dlls/url"
17551 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
17552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/url/%) dlls/url: dlls/url/Makefile \$(MAKEDEP)
17553 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules config.status"
17554 ac_config_files="$ac_config_files dlls/url/Makefile"
17555
17556 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
17557 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
17558 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
17559         @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
17560 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
17561 wine_fn_append_file ALL_DIRS "dlls/urlmon"
17562 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
17563 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/urlmon/%) dlls/urlmon: dlls/urlmon/Makefile \$(MAKEDEP)
17564 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules config.status"
17565 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
17566
17567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/tests: __builddeps__
17568 dlls/urlmon/tests/__crosstest__: __buildcrossdeps__"
17569 wine_fn_append_file ALL_TEST_BINARIES "urlmon_test.exe"
17570 wine_fn_append_rule ALL_WINETEST_DEPENDS "urlmon_test.exe: \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT
17571         cp \$(TOPOBJDIR)/dlls/urlmon/tests/urlmon_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17572 urlmon_test.rc:
17573         echo \"urlmon_test.exe TESTRES \\\"urlmon_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17574 urlmon_test.res: urlmon_test.rc urlmon_test.exe"
17575 wine_fn_append_file ALL_DIRS "dlls/urlmon/tests"
17576 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
17577 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/urlmon/tests/%) dlls/urlmon/tests: dlls/urlmon/tests/Makefile \$(MAKEDEP)
17578 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in Maketest.rules config.status"
17579 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
17580
17581 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__"
17582 wine_fn_append_file ALL_DIRS "dlls/user.exe16"
17583 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
17584 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user.exe16/%) dlls/user.exe16: dlls/user.exe16/Makefile \$(MAKEDEP)
17585 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules config.status"
17586 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
17587
17588 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
17589 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
17590 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
17591         @cd dlls/user32 && \$(MAKE) \`basename \$@\`
17592 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
17593 wine_fn_append_file ALL_DIRS "dlls/user32"
17594 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
17595 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user32/%) dlls/user32: dlls/user32/Makefile \$(MAKEDEP)
17596 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules config.status"
17597 ac_config_files="$ac_config_files dlls/user32/Makefile"
17598
17599 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/tests: __builddeps__
17600 dlls/user32/tests/__crosstest__: __buildcrossdeps__"
17601 wine_fn_append_file ALL_TEST_BINARIES "user32_test.exe"
17602 wine_fn_append_rule ALL_WINETEST_DEPENDS "user32_test.exe: \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT
17603         cp \$(TOPOBJDIR)/dlls/user32/tests/user32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17604 user32_test.rc:
17605         echo \"user32_test.exe TESTRES \\\"user32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17606 user32_test.res: user32_test.rc user32_test.exe"
17607 wine_fn_append_file ALL_DIRS "dlls/user32/tests"
17608 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
17609 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/user32/tests/%) dlls/user32/tests: dlls/user32/tests/Makefile \$(MAKEDEP)
17610 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in Maketest.rules config.status"
17611 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
17612
17613 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
17614 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
17615 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
17616         @cd dlls/userenv && \$(MAKE) \`basename \$@\`
17617 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
17618 wine_fn_append_file ALL_DIRS "dlls/userenv"
17619 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
17620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/userenv/%) dlls/userenv: dlls/userenv/Makefile \$(MAKEDEP)
17621 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules config.status"
17622 ac_config_files="$ac_config_files dlls/userenv/Makefile"
17623
17624 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/tests: __builddeps__
17625 dlls/userenv/tests/__crosstest__: __buildcrossdeps__"
17626 wine_fn_append_file ALL_TEST_BINARIES "userenv_test.exe"
17627 wine_fn_append_rule ALL_WINETEST_DEPENDS "userenv_test.exe: \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT
17628         cp \$(TOPOBJDIR)/dlls/userenv/tests/userenv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17629 userenv_test.rc:
17630         echo \"userenv_test.exe TESTRES \\\"userenv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17631 userenv_test.res: userenv_test.rc userenv_test.exe"
17632 wine_fn_append_file ALL_DIRS "dlls/userenv/tests"
17633 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
17634 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/userenv/tests/%) dlls/userenv/tests: dlls/userenv/tests/Makefile \$(MAKEDEP)
17635 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in Maketest.rules config.status"
17636 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
17637
17638 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
17639 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
17640 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
17641         @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
17642 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
17643 wine_fn_append_file ALL_DIRS "dlls/usp10"
17644 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
17645 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/usp10/%) dlls/usp10: dlls/usp10/Makefile \$(MAKEDEP)
17646 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules config.status"
17647 ac_config_files="$ac_config_files dlls/usp10/Makefile"
17648
17649 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/tests: __builddeps__
17650 dlls/usp10/tests/__crosstest__: __buildcrossdeps__"
17651 wine_fn_append_file ALL_TEST_BINARIES "usp10_test.exe"
17652 wine_fn_append_rule ALL_WINETEST_DEPENDS "usp10_test.exe: \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT
17653         cp \$(TOPOBJDIR)/dlls/usp10/tests/usp10_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17654 usp10_test.rc:
17655         echo \"usp10_test.exe TESTRES \\\"usp10_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17656 usp10_test.res: usp10_test.rc usp10_test.exe"
17657 wine_fn_append_file ALL_DIRS "dlls/usp10/tests"
17658 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
17659 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/usp10/tests/%) dlls/usp10/tests: dlls/usp10/tests/Makefile \$(MAKEDEP)
17660 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in Maketest.rules config.status"
17661 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
17662
17663 wine_fn_append_file ALL_STATIC_LIBS "dlls/uuid/libuuid.a"
17664 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uuid: tools/widl tools/winebuild tools/winegcc include
17665 dlls/uuid/__install__ dlls/uuid/__install-dev__: dlls/uuid
17666 dlls/uuid/libuuid.cross.a: dlls/uuid/Makefile tools/widl tools/winebuild tools/winegcc include dummy
17667         @cd dlls/uuid && \$(MAKE) \`basename \$@\`"
17668 wine_fn_append_file ALL_DIRS "dlls/uuid"
17669 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
17670 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uuid/%) dlls/uuid: dlls/uuid/Makefile \$(MAKEDEP)
17671 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules config.status"
17672 ac_config_files="$ac_config_files dlls/uuid/Makefile"
17673
17674 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
17675 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
17676 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
17677         @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
17678 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
17679 wine_fn_append_file ALL_DIRS "dlls/uxtheme"
17680 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
17681 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uxtheme/%) dlls/uxtheme: dlls/uxtheme/Makefile \$(MAKEDEP)
17682 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules config.status"
17683 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
17684
17685 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/tests: __builddeps__
17686 dlls/uxtheme/tests/__crosstest__: __buildcrossdeps__"
17687 wine_fn_append_file ALL_TEST_BINARIES "uxtheme_test.exe"
17688 wine_fn_append_rule ALL_WINETEST_DEPENDS "uxtheme_test.exe: \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT
17689         cp \$(TOPOBJDIR)/dlls/uxtheme/tests/uxtheme_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17690 uxtheme_test.rc:
17691         echo \"uxtheme_test.exe TESTRES \\\"uxtheme_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17692 uxtheme_test.res: uxtheme_test.rc uxtheme_test.exe"
17693 wine_fn_append_file ALL_DIRS "dlls/uxtheme/tests"
17694 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
17695 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/uxtheme/tests/%) dlls/uxtheme/tests: dlls/uxtheme/tests/Makefile \$(MAKEDEP)
17696 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in Maketest.rules config.status"
17697 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
17698
17699 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__"
17700 wine_fn_append_file ALL_DIRS "dlls/vdhcp.vxd"
17701 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
17702 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vdhcp.vxd/%) dlls/vdhcp.vxd: dlls/vdhcp.vxd/Makefile \$(MAKEDEP)
17703 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules config.status"
17704 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
17705
17706 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
17707 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
17708 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
17709         @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
17710 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
17711 wine_fn_append_file ALL_DIRS "dlls/vdmdbg"
17712 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
17713 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vdmdbg/%) dlls/vdmdbg: dlls/vdmdbg/Makefile \$(MAKEDEP)
17714 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules config.status"
17715 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17716
17717 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__"
17718 wine_fn_append_file ALL_DIRS "dlls/ver.dll16"
17719 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
17720 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ver.dll16/%) dlls/ver.dll16: dlls/ver.dll16/Makefile \$(MAKEDEP)
17721 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules config.status"
17722 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17723
17724 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
17725 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
17726 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
17727         @cd dlls/version && \$(MAKE) \`basename \$@\`
17728 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
17729 wine_fn_append_file ALL_DIRS "dlls/version"
17730 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
17731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/version/%) dlls/version: dlls/version/Makefile \$(MAKEDEP)
17732 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules config.status"
17733 ac_config_files="$ac_config_files dlls/version/Makefile"
17734
17735 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/tests: __builddeps__
17736 dlls/version/tests/__crosstest__: __buildcrossdeps__"
17737 wine_fn_append_file ALL_TEST_BINARIES "version_test.exe"
17738 wine_fn_append_rule ALL_WINETEST_DEPENDS "version_test.exe: \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT
17739         cp \$(TOPOBJDIR)/dlls/version/tests/version_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17740 version_test.rc:
17741         echo \"version_test.exe TESTRES \\\"version_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17742 version_test.res: version_test.rc version_test.exe"
17743 wine_fn_append_file ALL_DIRS "dlls/version/tests"
17744 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
17745 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/version/tests/%) dlls/version/tests: dlls/version/tests/Makefile \$(MAKEDEP)
17746 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in Maketest.rules config.status"
17747 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17748
17749 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__"
17750 wine_fn_append_file ALL_DIRS "dlls/vmm.vxd"
17751 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
17752 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vmm.vxd/%) dlls/vmm.vxd: dlls/vmm.vxd/Makefile \$(MAKEDEP)
17753 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules config.status"
17754 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17755
17756 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__"
17757 wine_fn_append_file ALL_DIRS "dlls/vnbt.vxd"
17758 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
17759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vnbt.vxd/%) dlls/vnbt.vxd: dlls/vnbt.vxd/Makefile \$(MAKEDEP)
17760 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules config.status"
17761 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17762
17763 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__"
17764 wine_fn_append_file ALL_DIRS "dlls/vnetbios.vxd"
17765 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
17766 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vnetbios.vxd/%) dlls/vnetbios.vxd: dlls/vnetbios.vxd/Makefile \$(MAKEDEP)
17767 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules config.status"
17768 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17769
17770 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__"
17771 wine_fn_append_file ALL_DIRS "dlls/vtdapi.vxd"
17772 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
17773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vtdapi.vxd/%) dlls/vtdapi.vxd: dlls/vtdapi.vxd/Makefile \$(MAKEDEP)
17774 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules config.status"
17775 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17776
17777 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__"
17778 wine_fn_append_file ALL_DIRS "dlls/vwin32.vxd"
17779 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
17780 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/vwin32.vxd/%) dlls/vwin32.vxd: dlls/vwin32.vxd/Makefile \$(MAKEDEP)
17781 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules config.status"
17782 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17783
17784 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
17785 wine_fn_append_file ALL_DIRS "dlls/w32skrnl"
17786 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
17787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/w32skrnl/%) dlls/w32skrnl: dlls/w32skrnl/Makefile \$(MAKEDEP)
17788 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules config.status"
17789 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17790
17791 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__"
17792 wine_fn_append_file ALL_DIRS "dlls/w32sys.dll16"
17793 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
17794 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/w32sys.dll16/%) dlls/w32sys.dll16: dlls/w32sys.dll16/Makefile \$(MAKEDEP)
17795 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules config.status"
17796 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17797
17798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
17799 wine_fn_append_file ALL_DIRS "dlls/wbemprox"
17800 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
17801 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wbemprox/%) dlls/wbemprox: dlls/wbemprox/Makefile \$(MAKEDEP)
17802 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules config.status"
17803 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17804
17805 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
17806 wine_fn_append_file ALL_DIRS "dlls/wiaservc"
17807 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
17808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wiaservc/%) dlls/wiaservc: dlls/wiaservc/Makefile \$(MAKEDEP)
17809 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules config.status"
17810 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17811
17812 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__"
17813 wine_fn_append_file ALL_DIRS "dlls/win32s16.dll16"
17814 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
17815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/win32s16.dll16/%) dlls/win32s16.dll16: dlls/win32s16.dll16/Makefile \$(MAKEDEP)
17816 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules config.status"
17817 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17818
17819 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__"
17820 wine_fn_append_file ALL_DIRS "dlls/win87em.dll16"
17821 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
17822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/win87em.dll16/%) dlls/win87em.dll16: dlls/win87em.dll16/Makefile \$(MAKEDEP)
17823 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules config.status"
17824 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17825
17826 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__"
17827 wine_fn_append_file ALL_DIRS "dlls/winaspi.dll16"
17828 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
17829 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winaspi.dll16/%) dlls/winaspi.dll16: dlls/winaspi.dll16/Makefile \$(MAKEDEP)
17830 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules config.status"
17831 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17832
17833 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__"
17834 wine_fn_append_file ALL_DIRS "dlls/windebug.dll16"
17835 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
17836 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windebug.dll16/%) dlls/windebug.dll16: dlls/windebug.dll16/Makefile \$(MAKEDEP)
17837 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules config.status"
17838 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17839
17840 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
17841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
17842 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
17843         @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
17844 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
17845 wine_fn_append_file ALL_DIRS "dlls/windowscodecs"
17846 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
17847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windowscodecs/%) dlls/windowscodecs: dlls/windowscodecs/Makefile \$(MAKEDEP)
17848 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules config.status"
17849 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17850
17851 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/tests: __builddeps__
17852 dlls/windowscodecs/tests/__crosstest__: __buildcrossdeps__"
17853 wine_fn_append_file ALL_TEST_BINARIES "windowscodecs_test.exe"
17854 wine_fn_append_rule ALL_WINETEST_DEPENDS "windowscodecs_test.exe: \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT
17855         cp \$(TOPOBJDIR)/dlls/windowscodecs/tests/windowscodecs_test.exe$DLLEXT \$@ && \$(STRIP) \$@
17856 windowscodecs_test.rc:
17857         echo \"windowscodecs_test.exe TESTRES \\\"windowscodecs_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17858 windowscodecs_test.res: windowscodecs_test.rc windowscodecs_test.exe"
17859 wine_fn_append_file ALL_DIRS "dlls/windowscodecs/tests"
17860 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
17861 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/windowscodecs/tests/%) dlls/windowscodecs/tests: dlls/windowscodecs/tests/Makefile \$(MAKEDEP)
17862 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in Maketest.rules config.status"
17863 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17864
17865 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__"
17866 wine_fn_append_file ALL_DIRS "dlls/winealsa.drv"
17867 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
17868 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winealsa.drv/%) dlls/winealsa.drv: dlls/winealsa.drv/Makefile \$(MAKEDEP)
17869 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules config.status"
17870 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17871
17872 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__"
17873 wine_fn_append_file ALL_DIRS "dlls/wineaudioio.drv"
17874 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
17875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineaudioio.drv/%) dlls/wineaudioio.drv: dlls/wineaudioio.drv/Makefile \$(MAKEDEP)
17876 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules config.status"
17877 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17878
17879 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__"
17880 wine_fn_append_file ALL_DIRS "dlls/winecoreaudio.drv"
17881 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
17882 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winecoreaudio.drv/%) dlls/winecoreaudio.drv: dlls/winecoreaudio.drv/Makefile \$(MAKEDEP)
17883 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules config.status"
17884 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17885
17886 wine_fn_append_file ALL_STATIC_LIBS "dlls/winecrt0/libwinecrt0.a"
17887 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winecrt0: tools/widl tools/winebuild tools/winegcc include
17888 dlls/winecrt0/__install__ dlls/winecrt0/__install-dev__: dlls/winecrt0
17889 dlls/winecrt0/libwinecrt0.cross.a: dlls/winecrt0/Makefile tools/widl tools/winebuild tools/winegcc include dummy
17890         @cd dlls/winecrt0 && \$(MAKE) \`basename \$@\`"
17891 wine_fn_append_file ALL_DIRS "dlls/winecrt0"
17892 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
17893 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winecrt0/%) dlls/winecrt0: dlls/winecrt0/Makefile \$(MAKEDEP)
17894 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules config.status"
17895 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17896
17897 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
17898 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
17899 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
17900         @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
17901 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
17902 wine_fn_append_file ALL_DIRS "dlls/wined3d"
17903 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
17904 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wined3d/%) dlls/wined3d: dlls/wined3d/Makefile \$(MAKEDEP)
17905 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules config.status"
17906 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17907
17908 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__"
17909 wine_fn_append_file ALL_DIRS "dlls/wineesd.drv"
17910 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
17911 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineesd.drv/%) dlls/wineesd.drv: dlls/wineesd.drv/Makefile \$(MAKEDEP)
17912 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules config.status"
17913 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17914
17915 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__"
17916 wine_fn_append_file ALL_DIRS "dlls/winejack.drv"
17917 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
17918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winejack.drv/%) dlls/winejack.drv: dlls/winejack.drv/Makefile \$(MAKEDEP)
17919 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules config.status"
17920 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17921
17922 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__"
17923 wine_fn_append_file ALL_DIRS "dlls/winejoystick.drv"
17924 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
17925 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winejoystick.drv/%) dlls/winejoystick.drv: dlls/winejoystick.drv/Makefile \$(MAKEDEP)
17926 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules config.status"
17927 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17928
17929 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
17930 wine_fn_append_file ALL_DIRS "dlls/winemapi"
17931 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
17932 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winemapi/%) dlls/winemapi: dlls/winemapi/Makefile \$(MAKEDEP)
17933 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules config.status"
17934 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17935
17936 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__"
17937 wine_fn_append_file ALL_DIRS "dlls/winemp3.acm"
17938 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
17939 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winemp3.acm/%) dlls/winemp3.acm: dlls/winemp3.acm/Makefile \$(MAKEDEP)
17940 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules config.status"
17941 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17942
17943 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__"
17944 wine_fn_append_file ALL_DIRS "dlls/winenas.drv"
17945 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
17946 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winenas.drv/%) dlls/winenas.drv: dlls/winenas.drv/Makefile \$(MAKEDEP)
17947 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules config.status"
17948 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17949
17950 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__"
17951 wine_fn_append_file ALL_DIRS "dlls/wineoss.drv"
17952 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
17953 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineoss.drv/%) dlls/wineoss.drv: dlls/wineoss.drv/Makefile \$(MAKEDEP)
17954 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules config.status"
17955 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17956
17957 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__"
17958 wine_fn_append_file ALL_DIRS "dlls/wineps.drv"
17959 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
17960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineps.drv/%) dlls/wineps.drv: dlls/wineps.drv/Makefile \$(MAKEDEP)
17961 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules config.status"
17962 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17963
17964 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__"
17965 wine_fn_append_file ALL_DIRS "dlls/wineps16.drv16"
17966 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
17967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wineps16.drv16/%) dlls/wineps16.drv16: dlls/wineps16.drv16/Makefile \$(MAKEDEP)
17968 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules config.status"
17969 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17970
17971 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__"
17972 wine_fn_append_file ALL_DIRS "dlls/winequartz.drv"
17973 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
17974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winequartz.drv/%) dlls/winequartz.drv: dlls/winequartz.drv/Makefile \$(MAKEDEP)
17975 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules config.status"
17976 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17977
17978 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__"
17979 wine_fn_append_file ALL_DIRS "dlls/winex11.drv"
17980 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
17981 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winex11.drv/%) dlls/winex11.drv: dlls/winex11.drv/Makefile \$(MAKEDEP)
17982 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules config.status"
17983 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17984
17985 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__"
17986 wine_fn_append_file ALL_DIRS "dlls/wing.dll16"
17987 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
17988 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wing.dll16/%) dlls/wing.dll16: dlls/wing.dll16/Makefile \$(MAKEDEP)
17989 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules config.status"
17990 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17991
17992 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
17993 wine_fn_append_file ALL_DIRS "dlls/wing32"
17994 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
17995 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wing32/%) dlls/wing32: dlls/wing32/Makefile \$(MAKEDEP)
17996 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules config.status"
17997 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17998
17999 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
18000 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
18001 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
18002         @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
18003 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
18004 wine_fn_append_file ALL_DIRS "dlls/winhttp"
18005 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
18006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winhttp/%) dlls/winhttp: dlls/winhttp/Makefile \$(MAKEDEP)
18007 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules config.status"
18008 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
18009
18010 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/tests: __builddeps__
18011 dlls/winhttp/tests/__crosstest__: __buildcrossdeps__"
18012 wine_fn_append_file ALL_TEST_BINARIES "winhttp_test.exe"
18013 wine_fn_append_rule ALL_WINETEST_DEPENDS "winhttp_test.exe: \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT
18014         cp \$(TOPOBJDIR)/dlls/winhttp/tests/winhttp_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18015 winhttp_test.rc:
18016         echo \"winhttp_test.exe TESTRES \\\"winhttp_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18017 winhttp_test.res: winhttp_test.rc winhttp_test.exe"
18018 wine_fn_append_file ALL_DIRS "dlls/winhttp/tests"
18019 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
18020 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winhttp/tests/%) dlls/winhttp/tests: dlls/winhttp/tests/Makefile \$(MAKEDEP)
18021 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in Maketest.rules config.status"
18022 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
18023
18024 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
18025 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
18026 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
18027         @cd dlls/wininet && \$(MAKE) \`basename \$@\`
18028 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
18029 wine_fn_append_file ALL_DIRS "dlls/wininet"
18030 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
18031 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wininet/%) dlls/wininet: dlls/wininet/Makefile \$(MAKEDEP)
18032 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules config.status"
18033 ac_config_files="$ac_config_files dlls/wininet/Makefile"
18034
18035 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/tests: __builddeps__
18036 dlls/wininet/tests/__crosstest__: __buildcrossdeps__"
18037 wine_fn_append_file ALL_TEST_BINARIES "wininet_test.exe"
18038 wine_fn_append_rule ALL_WINETEST_DEPENDS "wininet_test.exe: \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT
18039         cp \$(TOPOBJDIR)/dlls/wininet/tests/wininet_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18040 wininet_test.rc:
18041         echo \"wininet_test.exe TESTRES \\\"wininet_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18042 wininet_test.res: wininet_test.rc wininet_test.exe"
18043 wine_fn_append_file ALL_DIRS "dlls/wininet/tests"
18044 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
18045 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wininet/tests/%) dlls/wininet/tests: dlls/wininet/tests/Makefile \$(MAKEDEP)
18046 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in Maketest.rules config.status"
18047 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
18048
18049 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
18050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
18051 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
18052         @cd dlls/winmm && \$(MAKE) \`basename \$@\`
18053 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
18054 wine_fn_append_file ALL_DIRS "dlls/winmm"
18055 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
18056 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winmm/%) dlls/winmm: dlls/winmm/Makefile \$(MAKEDEP)
18057 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules config.status"
18058 ac_config_files="$ac_config_files dlls/winmm/Makefile"
18059
18060 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/tests: __builddeps__
18061 dlls/winmm/tests/__crosstest__: __buildcrossdeps__"
18062 wine_fn_append_file ALL_TEST_BINARIES "winmm_test.exe"
18063 wine_fn_append_rule ALL_WINETEST_DEPENDS "winmm_test.exe: \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT
18064         cp \$(TOPOBJDIR)/dlls/winmm/tests/winmm_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18065 winmm_test.rc:
18066         echo \"winmm_test.exe TESTRES \\\"winmm_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18067 winmm_test.res: winmm_test.rc winmm_test.exe"
18068 wine_fn_append_file ALL_DIRS "dlls/winmm/tests"
18069 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
18070 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winmm/tests/%) dlls/winmm/tests: dlls/winmm/tests/Makefile \$(MAKEDEP)
18071 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in Maketest.rules config.status"
18072 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
18073
18074 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__"
18075 wine_fn_append_file ALL_DIRS "dlls/winnls.dll16"
18076 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
18077 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winnls.dll16/%) dlls/winnls.dll16: dlls/winnls.dll16/Makefile \$(MAKEDEP)
18078 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules config.status"
18079 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
18080
18081 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
18082 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
18083 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
18084         @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
18085 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
18086 wine_fn_append_file ALL_DIRS "dlls/winnls32"
18087 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
18088 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winnls32/%) dlls/winnls32: dlls/winnls32/Makefile \$(MAKEDEP)
18089 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules config.status"
18090 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
18091
18092 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
18093 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
18094 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
18095         @cd dlls/winscard && \$(MAKE) \`basename \$@\`
18096 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
18097 wine_fn_append_file ALL_DIRS "dlls/winscard"
18098 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
18099 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winscard/%) dlls/winscard: dlls/winscard/Makefile \$(MAKEDEP)
18100 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules config.status"
18101 ac_config_files="$ac_config_files dlls/winscard/Makefile"
18102
18103 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__"
18104 wine_fn_append_file ALL_DIRS "dlls/winsock.dll16"
18105 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
18106 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winsock.dll16/%) dlls/winsock.dll16: dlls/winsock.dll16/Makefile \$(MAKEDEP)
18107 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules config.status"
18108 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
18109
18110 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
18111 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
18112 dlls/libwinspool.$IMPLIBEXT: dlls/winspool.drv/libwinspool.$IMPLIBEXT
18113         \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.$IMPLIBEXT \$@
18114 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
18115         \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
18116 clean::
18117         \$(RM) dlls/libwinspool.$IMPLIBEXT
18118 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
18119         @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
18120 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
18121 wine_fn_append_file ALL_DIRS "dlls/winspool.drv"
18122 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
18123 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winspool.drv/%) dlls/winspool.drv: dlls/winspool.drv/Makefile \$(MAKEDEP)
18124 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules config.status"
18125 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
18126
18127 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winspool.drv/tests: __builddeps__
18128 dlls/winspool.drv/tests/__crosstest__: __buildcrossdeps__"
18129 wine_fn_append_file ALL_TEST_BINARIES "winspool.drv_test.exe"
18130 wine_fn_append_rule ALL_WINETEST_DEPENDS "winspool.drv_test.exe: \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT
18131         cp \$(TOPOBJDIR)/dlls/winspool.drv/tests/winspool.drv_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18132 winspool.drv_test.rc:
18133         echo \"winspool.drv_test.exe TESTRES \\\"winspool.drv_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18134 winspool.drv_test.res: winspool.drv_test.rc winspool.drv_test.exe"
18135 wine_fn_append_file ALL_DIRS "dlls/winspool.drv/tests"
18136 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
18137 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/winspool.drv/tests/%) dlls/winspool.drv/tests: dlls/winspool.drv/tests/Makefile \$(MAKEDEP)
18138 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in Maketest.rules config.status"
18139 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
18140
18141 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__"
18142 wine_fn_append_file ALL_DIRS "dlls/wintab.dll16"
18143 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
18144 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab.dll16/%) dlls/wintab.dll16: dlls/wintab.dll16/Makefile \$(MAKEDEP)
18145 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules config.status"
18146 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
18147
18148 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
18149 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
18150 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
18151         @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
18152 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
18153 wine_fn_append_file ALL_DIRS "dlls/wintab32"
18154 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
18155 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab32/%) dlls/wintab32: dlls/wintab32/Makefile \$(MAKEDEP)
18156 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules config.status"
18157 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
18158
18159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/tests: __builddeps__
18160 dlls/wintab32/tests/__crosstest__: __buildcrossdeps__"
18161 wine_fn_append_file ALL_TEST_BINARIES "wintab32_test.exe"
18162 wine_fn_append_rule ALL_WINETEST_DEPENDS "wintab32_test.exe: \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT
18163         cp \$(TOPOBJDIR)/dlls/wintab32/tests/wintab32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18164 wintab32_test.rc:
18165         echo \"wintab32_test.exe TESTRES \\\"wintab32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18166 wintab32_test.res: wintab32_test.rc wintab32_test.exe"
18167 wine_fn_append_file ALL_DIRS "dlls/wintab32/tests"
18168 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
18169 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintab32/tests/%) dlls/wintab32/tests: dlls/wintab32/tests/Makefile \$(MAKEDEP)
18170 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in Maketest.rules config.status"
18171 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
18172
18173 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
18174 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
18175 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
18176         @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
18177 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
18178 wine_fn_append_file ALL_DIRS "dlls/wintrust"
18179 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
18180 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintrust/%) dlls/wintrust: dlls/wintrust/Makefile \$(MAKEDEP)
18181 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules config.status"
18182 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
18183
18184 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/tests: __builddeps__
18185 dlls/wintrust/tests/__crosstest__: __buildcrossdeps__"
18186 wine_fn_append_file ALL_TEST_BINARIES "wintrust_test.exe"
18187 wine_fn_append_rule ALL_WINETEST_DEPENDS "wintrust_test.exe: \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT
18188         cp \$(TOPOBJDIR)/dlls/wintrust/tests/wintrust_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18189 wintrust_test.rc:
18190         echo \"wintrust_test.exe TESTRES \\\"wintrust_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18191 wintrust_test.res: wintrust_test.rc wintrust_test.exe"
18192 wine_fn_append_file ALL_DIRS "dlls/wintrust/tests"
18193 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
18194 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wintrust/tests/%) dlls/wintrust/tests: dlls/wintrust/tests/Makefile \$(MAKEDEP)
18195 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in Maketest.rules config.status"
18196 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
18197
18198 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
18199 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
18200 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
18201         @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
18202 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
18203 wine_fn_append_file ALL_DIRS "dlls/wldap32"
18204 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
18205 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wldap32/%) dlls/wldap32: dlls/wldap32/Makefile \$(MAKEDEP)
18206 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules config.status"
18207 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
18208
18209 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/tests: __builddeps__
18210 dlls/wldap32/tests/__crosstest__: __buildcrossdeps__"
18211 wine_fn_append_file ALL_TEST_BINARIES "wldap32_test.exe"
18212 wine_fn_append_rule ALL_WINETEST_DEPENDS "wldap32_test.exe: \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT
18213         cp \$(TOPOBJDIR)/dlls/wldap32/tests/wldap32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18214 wldap32_test.rc:
18215         echo \"wldap32_test.exe TESTRES \\\"wldap32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18216 wldap32_test.res: wldap32_test.rc wldap32_test.exe"
18217 wine_fn_append_file ALL_DIRS "dlls/wldap32/tests"
18218 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
18219 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wldap32/tests/%) dlls/wldap32/tests: dlls/wldap32/tests/Makefile \$(MAKEDEP)
18220 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in Maketest.rules config.status"
18221 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
18222
18223 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
18224 wine_fn_append_file ALL_DIRS "dlls/wmi"
18225 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
18226 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wmi/%) dlls/wmi: dlls/wmi/Makefile \$(MAKEDEP)
18227 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules config.status"
18228 ac_config_files="$ac_config_files dlls/wmi/Makefile"
18229
18230 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
18231 wine_fn_append_file ALL_DIRS "dlls/wmiutils"
18232 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
18233 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wmiutils/%) dlls/wmiutils: dlls/wmiutils/Makefile \$(MAKEDEP)
18234 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules config.status"
18235 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
18236
18237 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
18238 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18239 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
18240         @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
18241 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
18242 wine_fn_append_file ALL_DIRS "dlls/wnaspi32"
18243 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
18244 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wnaspi32/%) dlls/wnaspi32: dlls/wnaspi32/Makefile \$(MAKEDEP)
18245 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules config.status"
18246 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
18247
18248 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
18249 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
18250 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
18251         @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
18252 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
18253 wine_fn_append_file ALL_DIRS "dlls/wow32"
18254 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
18255 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wow32/%) dlls/wow32: dlls/wow32/Makefile \$(MAKEDEP)
18256 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules config.status"
18257 ac_config_files="$ac_config_files dlls/wow32/Makefile"
18258
18259 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
18260 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
18261 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
18262         @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
18263 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
18264 wine_fn_append_file ALL_DIRS "dlls/ws2_32"
18265 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
18266 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ws2_32/%) dlls/ws2_32: dlls/ws2_32/Makefile \$(MAKEDEP)
18267 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules config.status"
18268 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
18269
18270 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ws2_32/tests: __builddeps__
18271 dlls/ws2_32/tests/__crosstest__: __buildcrossdeps__"
18272 wine_fn_append_file ALL_TEST_BINARIES "ws2_32_test.exe"
18273 wine_fn_append_rule ALL_WINETEST_DEPENDS "ws2_32_test.exe: \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT
18274         cp \$(TOPOBJDIR)/dlls/ws2_32/tests/ws2_32_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18275 ws2_32_test.rc:
18276         echo \"ws2_32_test.exe TESTRES \\\"ws2_32_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18277 ws2_32_test.res: ws2_32_test.rc ws2_32_test.exe"
18278 wine_fn_append_file ALL_DIRS "dlls/ws2_32/tests"
18279 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
18280 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/ws2_32/tests/%) dlls/ws2_32/tests: dlls/ws2_32/tests/Makefile \$(MAKEDEP)
18281 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in Maketest.rules config.status"
18282 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
18283
18284 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
18285 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
18286 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
18287         @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
18288 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
18289 wine_fn_append_file ALL_DIRS "dlls/wsock32"
18290 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
18291 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wsock32/%) dlls/wsock32: dlls/wsock32/Makefile \$(MAKEDEP)
18292 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules config.status"
18293 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
18294
18295 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
18296 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
18297 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
18298         @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
18299 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
18300 wine_fn_append_file ALL_DIRS "dlls/wtsapi32"
18301 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
18302 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wtsapi32/%) dlls/wtsapi32: dlls/wtsapi32/Makefile \$(MAKEDEP)
18303 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules config.status"
18304 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
18305
18306 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
18307 wine_fn_append_file ALL_DIRS "dlls/wuapi"
18308 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
18309 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wuapi/%) dlls/wuapi: dlls/wuapi/Makefile \$(MAKEDEP)
18310 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules config.status"
18311 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
18312
18313 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
18314 wine_fn_append_file ALL_DIRS "dlls/wuaueng"
18315 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
18316 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/wuaueng/%) dlls/wuaueng: dlls/wuaueng/Makefile \$(MAKEDEP)
18317 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules config.status"
18318 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
18319
18320 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__"
18321 wine_fn_append_file ALL_DIRS "dlls/xinput1_1"
18322 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
18323 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_1/%) dlls/xinput1_1: dlls/xinput1_1/Makefile \$(MAKEDEP)
18324 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules config.status"
18325 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
18326
18327 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__"
18328 wine_fn_append_file ALL_DIRS "dlls/xinput1_2"
18329 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
18330 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_2/%) dlls/xinput1_2: dlls/xinput1_2/Makefile \$(MAKEDEP)
18331 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules config.status"
18332 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
18333
18334 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
18335 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
18336 dlls/libxinput.$IMPLIBEXT: dlls/xinput1_3/libxinput.$IMPLIBEXT
18337         \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.$IMPLIBEXT \$@
18338 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
18339         \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
18340 clean::
18341         \$(RM) dlls/libxinput.$IMPLIBEXT
18342 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
18343         @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
18344 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
18345 wine_fn_append_file ALL_DIRS "dlls/xinput1_3"
18346 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
18347 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_3/%) dlls/xinput1_3: dlls/xinput1_3/Makefile \$(MAKEDEP)
18348 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules config.status"
18349 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
18350
18351 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xinput1_3/tests: __builddeps__
18352 dlls/xinput1_3/tests/__crosstest__: __buildcrossdeps__"
18353 wine_fn_append_file ALL_TEST_BINARIES "xinput1_3_test.exe"
18354 wine_fn_append_rule ALL_WINETEST_DEPENDS "xinput1_3_test.exe: \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT
18355         cp \$(TOPOBJDIR)/dlls/xinput1_3/tests/xinput1_3_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18356 xinput1_3_test.rc:
18357         echo \"xinput1_3_test.exe TESTRES \\\"xinput1_3_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18358 xinput1_3_test.res: xinput1_3_test.rc xinput1_3_test.exe"
18359 wine_fn_append_file ALL_DIRS "dlls/xinput1_3/tests"
18360 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
18361 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput1_3/tests/%) dlls/xinput1_3/tests: dlls/xinput1_3/tests/Makefile \$(MAKEDEP)
18362 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in Maketest.rules config.status"
18363 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
18364
18365 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__"
18366 wine_fn_append_file ALL_DIRS "dlls/xinput9_1_0"
18367 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
18368 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xinput9_1_0/%) dlls/xinput9_1_0: dlls/xinput9_1_0/Makefile \$(MAKEDEP)
18369 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules config.status"
18370 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
18371
18372 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
18373 wine_fn_append_file ALL_DIRS "dlls/xmllite"
18374 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
18375 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xmllite/%) dlls/xmllite: dlls/xmllite/Makefile \$(MAKEDEP)
18376 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules config.status"
18377 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
18378
18379 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite/tests: __builddeps__
18380 dlls/xmllite/tests/__crosstest__: __buildcrossdeps__"
18381 wine_fn_append_file ALL_TEST_BINARIES "xmllite_test.exe"
18382 wine_fn_append_rule ALL_WINETEST_DEPENDS "xmllite_test.exe: \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT
18383         cp \$(TOPOBJDIR)/dlls/xmllite/tests/xmllite_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18384 xmllite_test.rc:
18385         echo \"xmllite_test.exe TESTRES \\\"xmllite_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18386 xmllite_test.res: xmllite_test.rc xmllite_test.exe"
18387 wine_fn_append_file ALL_DIRS "dlls/xmllite/tests"
18388 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
18389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=dlls/xmllite/tests/%) dlls/xmllite/tests: dlls/xmllite/tests/Makefile \$(MAKEDEP)
18390 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in Maketest.rules config.status"
18391 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
18392
18393 wine_fn_append_file ALL_DIRS "documentation"
18394 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
18395 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=documentation/%) documentation: documentation/Makefile \$(MAKEDEP)
18396 documentation/Makefile: documentation/Makefile.in Make.rules config.status"
18397 ac_config_files="$ac_config_files documentation/Makefile"
18398
18399 wine_fn_append_file ALL_DIRS "fonts"
18400 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
18401 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=fonts/%) fonts: fonts/Makefile \$(MAKEDEP)
18402 fonts/Makefile: fonts/Makefile.in Make.rules config.status"
18403 ac_config_files="$ac_config_files fonts/Makefile"
18404
18405 wine_fn_append_file ALL_DIRS "include"
18406 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
18407 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=include/%) include: include/Makefile \$(MAKEDEP)
18408 include/Makefile: include/Makefile.in Make.rules config.status"
18409 ac_config_files="$ac_config_files include/Makefile"
18410
18411 wine_fn_append_file ALL_DIRS "libs/port"
18412
18413 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/port/%) libs/port: libs/port/Makefile \$(MAKEDEP)
18414 libs/port/Makefile: libs/port/Makefile.in Make.rules config.status"
18415 ac_config_files="$ac_config_files libs/port/Makefile"
18416
18417 wine_fn_append_file ALL_DIRS "libs/wine"
18418
18419 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/wine/%) libs/wine: libs/wine/Makefile \$(MAKEDEP)
18420 libs/wine/Makefile: libs/wine/Makefile.in Make.rules config.status"
18421 ac_config_files="$ac_config_files libs/wine/Makefile"
18422
18423 wine_fn_append_file ALL_DIRS "libs/wpp"
18424
18425 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=libs/wpp/%) libs/wpp: libs/wpp/Makefile \$(MAKEDEP)
18426 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules config.status"
18427 ac_config_files="$ac_config_files libs/wpp/Makefile"
18428
18429 wine_fn_append_file ALL_DIRS "loader"
18430 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
18431 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=loader/%) loader: loader/Makefile \$(MAKEDEP)
18432 loader/Makefile: loader/Makefile.in Make.rules config.status"
18433 ac_config_files="$ac_config_files loader/Makefile"
18434
18435 wine_fn_append_file ALL_DIRS "programs"
18436 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
18437 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/%) programs: programs/Makefile \$(MAKEDEP)
18438 programs/Makefile: programs/Makefile.in Make.rules config.status"
18439 ac_config_files="$ac_config_files programs/Makefile"
18440
18441 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cacls programs/cacls/__install__ programs/cacls/__install-lib__: __builddeps__"
18442 wine_fn_append_file ALL_DIRS "programs/cacls"
18443 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
18444 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cacls/%) programs/cacls: programs/cacls/Makefile \$(MAKEDEP)
18445 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules config.status"
18446 ac_config_files="$ac_config_files programs/cacls/Makefile"
18447
18448 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/clock programs/clock/__install__ programs/clock/__install-lib__: __builddeps__"
18449 wine_fn_append_file ALL_DIRS "programs/clock"
18450 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
18451 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/clock/%) programs/clock: programs/clock/Makefile \$(MAKEDEP)
18452 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules config.status"
18453 ac_config_files="$ac_config_files programs/clock/Makefile"
18454
18455 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd programs/cmd/__install__ programs/cmd/__install-lib__: __builddeps__"
18456 wine_fn_append_file ALL_DIRS "programs/cmd"
18457 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
18458 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmd/%) programs/cmd: programs/cmd/Makefile \$(MAKEDEP)
18459 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules config.status"
18460 ac_config_files="$ac_config_files programs/cmd/Makefile"
18461
18462 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd/tests: __builddeps__
18463 programs/cmd/tests/__crosstest__: __buildcrossdeps__"
18464 wine_fn_append_file ALL_TEST_BINARIES "cmd.exe_test.exe"
18465 wine_fn_append_rule ALL_WINETEST_DEPENDS "cmd.exe_test.exe: \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT
18466         cp \$(TOPOBJDIR)/programs/cmd/tests/cmd.exe_test.exe$DLLEXT \$@ && \$(STRIP) \$@
18467 cmd.exe_test.rc:
18468         echo \"cmd.exe_test.exe TESTRES \\\"cmd.exe_test.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18469 cmd.exe_test.res: cmd.exe_test.rc cmd.exe_test.exe"
18470 wine_fn_append_file ALL_DIRS "programs/cmd/tests"
18471 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
18472 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmd/tests/%) programs/cmd/tests: programs/cmd/tests/Makefile \$(MAKEDEP)
18473 programs/cmd/tests/Makefile: programs/cmd/tests/Makefile.in Maketest.rules config.status"
18474 ac_config_files="$ac_config_files programs/cmd/tests/Makefile"
18475
18476 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmdlgtst programs/cmdlgtst/__install__ programs/cmdlgtst/__install-lib__: __builddeps__"
18477 wine_fn_append_file ALL_DIRS "programs/cmdlgtst"
18478 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
18479 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/cmdlgtst/%) programs/cmdlgtst: programs/cmdlgtst/Makefile \$(MAKEDEP)
18480 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules config.status"
18481 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
18482
18483 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/control programs/control/__install__ programs/control/__install-lib__: __builddeps__"
18484 wine_fn_append_file ALL_DIRS "programs/control"
18485 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
18486 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/control/%) programs/control: programs/control/Makefile \$(MAKEDEP)
18487 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules config.status"
18488 ac_config_files="$ac_config_files programs/control/Makefile"
18489
18490 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/dxdiag programs/dxdiag/__install__ programs/dxdiag/__install-lib__: __builddeps__"
18491 wine_fn_append_file ALL_DIRS "programs/dxdiag"
18492 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
18493 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/dxdiag/%) programs/dxdiag: programs/dxdiag/Makefile \$(MAKEDEP)
18494 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules config.status"
18495 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
18496
18497 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/eject programs/eject/__install__ programs/eject/__install-lib__: __builddeps__"
18498 wine_fn_append_file ALL_DIRS "programs/eject"
18499 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
18500 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/eject/%) programs/eject: programs/eject/Makefile \$(MAKEDEP)
18501 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules config.status"
18502 ac_config_files="$ac_config_files programs/eject/Makefile"
18503
18504 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/expand programs/expand/__install__ programs/expand/__install-lib__: __builddeps__"
18505 wine_fn_append_file ALL_DIRS "programs/expand"
18506 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
18507 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/expand/%) programs/expand: programs/expand/Makefile \$(MAKEDEP)
18508 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules config.status"
18509 ac_config_files="$ac_config_files programs/expand/Makefile"
18510
18511 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/explorer programs/explorer/__install__ programs/explorer/__install-lib__: __builddeps__"
18512 wine_fn_append_file ALL_DIRS "programs/explorer"
18513 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
18514 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/explorer/%) programs/explorer: programs/explorer/Makefile \$(MAKEDEP)
18515 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules config.status"
18516 ac_config_files="$ac_config_files programs/explorer/Makefile"
18517
18518 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/extrac32 programs/extrac32/__install__ programs/extrac32/__install-lib__: __builddeps__"
18519 wine_fn_append_file ALL_DIRS "programs/extrac32"
18520 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
18521 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/extrac32/%) programs/extrac32: programs/extrac32/Makefile \$(MAKEDEP)
18522 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules config.status"
18523 ac_config_files="$ac_config_files programs/extrac32/Makefile"
18524
18525 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/hh programs/hh/__install__ programs/hh/__install-lib__: __builddeps__"
18526 wine_fn_append_file ALL_DIRS "programs/hh"
18527 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
18528 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/hh/%) programs/hh: programs/hh/Makefile \$(MAKEDEP)
18529 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules config.status"
18530 ac_config_files="$ac_config_files programs/hh/Makefile"
18531
18532 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/icinfo programs/icinfo/__install__ programs/icinfo/__install-lib__: __builddeps__"
18533 wine_fn_append_file ALL_DIRS "programs/icinfo"
18534 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
18535 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/icinfo/%) programs/icinfo: programs/icinfo/Makefile \$(MAKEDEP)
18536 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules config.status"
18537 ac_config_files="$ac_config_files programs/icinfo/Makefile"
18538
18539 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/iexplore programs/iexplore/__install__ programs/iexplore/__install-lib__: __builddeps__"
18540 wine_fn_append_file ALL_DIRS "programs/iexplore"
18541 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
18542 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/iexplore/%) programs/iexplore: programs/iexplore/Makefile \$(MAKEDEP)
18543 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules config.status"
18544 ac_config_files="$ac_config_files programs/iexplore/Makefile"
18545
18546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/lodctr programs/lodctr/__install__ programs/lodctr/__install-lib__: __builddeps__"
18547 wine_fn_append_file ALL_DIRS "programs/lodctr"
18548 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
18549 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/lodctr/%) programs/lodctr: programs/lodctr/Makefile \$(MAKEDEP)
18550 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules config.status"
18551 ac_config_files="$ac_config_files programs/lodctr/Makefile"
18552
18553 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/mshta programs/mshta/__install__ programs/mshta/__install-lib__: __builddeps__"
18554 wine_fn_append_file ALL_DIRS "programs/mshta"
18555 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
18556 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/mshta/%) programs/mshta: programs/mshta/Makefile \$(MAKEDEP)
18557 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules config.status"
18558 ac_config_files="$ac_config_files programs/mshta/Makefile"
18559
18560 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/msiexec programs/msiexec/__install__ programs/msiexec/__install-lib__: __builddeps__"
18561 wine_fn_append_file ALL_DIRS "programs/msiexec"
18562 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"
18563 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/msiexec/%) programs/msiexec: programs/msiexec/Makefile \$(MAKEDEP)
18564 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules config.status"
18565 ac_config_files="$ac_config_files programs/msiexec/Makefile"
18566
18567 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/net programs/net/__install__ programs/net/__install-lib__: __builddeps__"
18568 wine_fn_append_file ALL_DIRS "programs/net"
18569 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
18570 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/net/%) programs/net: programs/net/Makefile \$(MAKEDEP)
18571 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules config.status"
18572 ac_config_files="$ac_config_files programs/net/Makefile"
18573
18574 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/notepad programs/notepad/__install__ programs/notepad/__install-lib__: __builddeps__"
18575 wine_fn_append_file ALL_DIRS "programs/notepad"
18576 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"
18577 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/notepad/%) programs/notepad: programs/notepad/Makefile \$(MAKEDEP)
18578 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules config.status"
18579 ac_config_files="$ac_config_files programs/notepad/Makefile"
18580
18581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/oleview programs/oleview/__install__ programs/oleview/__install-lib__: __builddeps__"
18582 wine_fn_append_file ALL_DIRS "programs/oleview"
18583 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
18584 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/oleview/%) programs/oleview: programs/oleview/Makefile \$(MAKEDEP)
18585 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules config.status"
18586 ac_config_files="$ac_config_files programs/oleview/Makefile"
18587
18588 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/progman programs/progman/__install__ programs/progman/__install-lib__: __builddeps__"
18589 wine_fn_append_file ALL_DIRS "programs/progman"
18590 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
18591 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/progman/%) programs/progman: programs/progman/Makefile \$(MAKEDEP)
18592 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules config.status"
18593 ac_config_files="$ac_config_files programs/progman/Makefile"
18594
18595 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/reg programs/reg/__install__ programs/reg/__install-lib__: __builddeps__"
18596 wine_fn_append_file ALL_DIRS "programs/reg"
18597 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
18598 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/reg/%) programs/reg: programs/reg/Makefile \$(MAKEDEP)
18599 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules config.status"
18600 ac_config_files="$ac_config_files programs/reg/Makefile"
18601
18602 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regedit programs/regedit/__install__ programs/regedit/__install-lib__: __builddeps__"
18603 wine_fn_append_file ALL_DIRS "programs/regedit"
18604 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"
18605 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/regedit/%) programs/regedit: programs/regedit/Makefile \$(MAKEDEP)
18606 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules config.status"
18607 ac_config_files="$ac_config_files programs/regedit/Makefile"
18608
18609 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regsvr32 programs/regsvr32/__install__ programs/regsvr32/__install-lib__: __builddeps__"
18610 wine_fn_append_file ALL_DIRS "programs/regsvr32"
18611 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"
18612 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/regsvr32/%) programs/regsvr32: programs/regsvr32/Makefile \$(MAKEDEP)
18613 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules config.status"
18614 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
18615
18616 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rpcss programs/rpcss/__install__ programs/rpcss/__install-lib__: __builddeps__"
18617 wine_fn_append_file ALL_DIRS "programs/rpcss"
18618 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
18619 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/rpcss/%) programs/rpcss: programs/rpcss/Makefile \$(MAKEDEP)
18620 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules config.status"
18621 ac_config_files="$ac_config_files programs/rpcss/Makefile"
18622
18623 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rundll32 programs/rundll32/__install__ programs/rundll32/__install-lib__: __builddeps__"
18624 wine_fn_append_file ALL_DIRS "programs/rundll32"
18625 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
18626 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/rundll32/%) programs/rundll32: programs/rundll32/Makefile \$(MAKEDEP)
18627 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules config.status"
18628 ac_config_files="$ac_config_files programs/rundll32/Makefile"
18629
18630 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/secedit programs/secedit/__install__ programs/secedit/__install-lib__: __builddeps__"
18631 wine_fn_append_file ALL_DIRS "programs/secedit"
18632 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
18633 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/secedit/%) programs/secedit: programs/secedit/Makefile \$(MAKEDEP)
18634 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules config.status"
18635 ac_config_files="$ac_config_files programs/secedit/Makefile"
18636
18637 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/services programs/services/__install__ programs/services/__install-lib__: __builddeps__"
18638 wine_fn_append_file ALL_DIRS "programs/services"
18639 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
18640 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/services/%) programs/services: programs/services/Makefile \$(MAKEDEP)
18641 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules config.status"
18642 ac_config_files="$ac_config_files programs/services/Makefile"
18643
18644 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/spoolsv programs/spoolsv/__install__ programs/spoolsv/__install-lib__: __builddeps__"
18645 wine_fn_append_file ALL_DIRS "programs/spoolsv"
18646 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
18647 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/spoolsv/%) programs/spoolsv: programs/spoolsv/Makefile \$(MAKEDEP)
18648 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules config.status"
18649 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
18650
18651 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/start programs/start/__install__ programs/start/__install-lib__: __builddeps__"
18652 wine_fn_append_file ALL_DIRS "programs/start"
18653 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
18654 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/start/%) programs/start: programs/start/Makefile \$(MAKEDEP)
18655 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules config.status"
18656 ac_config_files="$ac_config_files programs/start/Makefile"
18657
18658 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/svchost programs/svchost/__install__ programs/svchost/__install-lib__: __builddeps__"
18659 wine_fn_append_file ALL_DIRS "programs/svchost"
18660 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
18661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/svchost/%) programs/svchost: programs/svchost/Makefile \$(MAKEDEP)
18662 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules config.status"
18663 ac_config_files="$ac_config_files programs/svchost/Makefile"
18664
18665 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/taskmgr programs/taskmgr/__install__ programs/taskmgr/__install-lib__: __builddeps__"
18666 wine_fn_append_file ALL_DIRS "programs/taskmgr"
18667 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
18668 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/taskmgr/%) programs/taskmgr: programs/taskmgr/Makefile \$(MAKEDEP)
18669 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules config.status"
18670 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
18671
18672 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/termsv programs/termsv/__install__ programs/termsv/__install-lib__: __builddeps__"
18673 wine_fn_append_file ALL_DIRS "programs/termsv"
18674 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
18675 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/termsv/%) programs/termsv: programs/termsv/Makefile \$(MAKEDEP)
18676 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules config.status"
18677 ac_config_files="$ac_config_files programs/termsv/Makefile"
18678
18679 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/uninstaller programs/uninstaller/__install__ programs/uninstaller/__install-lib__: __builddeps__"
18680 wine_fn_append_file ALL_DIRS "programs/uninstaller"
18681 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
18682 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/uninstaller/%) programs/uninstaller: programs/uninstaller/Makefile \$(MAKEDEP)
18683 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules config.status"
18684 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
18685
18686 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/unlodctr programs/unlodctr/__install__ programs/unlodctr/__install-lib__: __builddeps__"
18687 wine_fn_append_file ALL_DIRS "programs/unlodctr"
18688 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
18689 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/unlodctr/%) programs/unlodctr: programs/unlodctr/Makefile \$(MAKEDEP)
18690 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules config.status"
18691 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
18692
18693 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/view programs/view/__install__ programs/view/__install-lib__: __builddeps__"
18694 wine_fn_append_file ALL_DIRS "programs/view"
18695 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
18696 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/view/%) programs/view: programs/view/Makefile \$(MAKEDEP)
18697 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules config.status"
18698 ac_config_files="$ac_config_files programs/view/Makefile"
18699
18700 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineboot programs/wineboot/__install__ programs/wineboot/__install-lib__: __builddeps__"
18701 wine_fn_append_file ALL_DIRS "programs/wineboot"
18702 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"
18703 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wineboot/%) programs/wineboot: programs/wineboot/Makefile \$(MAKEDEP)
18704 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules config.status"
18705 ac_config_files="$ac_config_files programs/wineboot/Makefile"
18706
18707 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winebrowser programs/winebrowser/__install__ programs/winebrowser/__install-lib__: __builddeps__"
18708 wine_fn_append_file ALL_DIRS "programs/winebrowser"
18709 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
18710 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winebrowser/%) programs/winebrowser: programs/winebrowser/Makefile \$(MAKEDEP)
18711 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules config.status"
18712 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
18713
18714 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winecfg programs/winecfg/__install__ programs/winecfg/__install-lib__: __builddeps__"
18715 wine_fn_append_file ALL_DIRS "programs/winecfg"
18716 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"
18717 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winecfg/%) programs/winecfg: programs/winecfg/Makefile \$(MAKEDEP)
18718 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules config.status"
18719 ac_config_files="$ac_config_files programs/winecfg/Makefile"
18720
18721 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineconsole programs/wineconsole/__install__ programs/wineconsole/__install-lib__: __builddeps__"
18722 wine_fn_append_file ALL_DIRS "programs/wineconsole"
18723 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"
18724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wineconsole/%) programs/wineconsole: programs/wineconsole/Makefile \$(MAKEDEP)
18725 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules config.status"
18726 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18727
18728 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedbg programs/winedbg/__install__ programs/winedbg/__install-lib__: __builddeps__"
18729 wine_fn_append_file ALL_DIRS "programs/winedbg"
18730 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"
18731 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winedbg/%) programs/winedbg: programs/winedbg/Makefile \$(MAKEDEP)
18732 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules config.status"
18733 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18734
18735 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedevice programs/winedevice/__install__ programs/winedevice/__install-lib__: __builddeps__"
18736 wine_fn_append_file ALL_DIRS "programs/winedevice"
18737 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
18738 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winedevice/%) programs/winedevice: programs/winedevice/Makefile \$(MAKEDEP)
18739 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules config.status"
18740 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18741
18742 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winefile programs/winefile/__install__ programs/winefile/__install-lib__: __builddeps__"
18743 wine_fn_append_file ALL_DIRS "programs/winefile"
18744 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"
18745 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winefile/%) programs/winefile: programs/winefile/Makefile \$(MAKEDEP)
18746 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules config.status"
18747 ac_config_files="$ac_config_files programs/winefile/Makefile"
18748
18749 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemenubuilder programs/winemenubuilder/__install__ programs/winemenubuilder/__install-lib__: __builddeps__"
18750 wine_fn_append_file ALL_DIRS "programs/winemenubuilder"
18751 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
18752 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winemenubuilder/%) programs/winemenubuilder: programs/winemenubuilder/Makefile \$(MAKEDEP)
18753 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules config.status"
18754 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18755
18756 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemine programs/winemine/__install__ programs/winemine/__install-lib__: __builddeps__"
18757 wine_fn_append_file ALL_DIRS "programs/winemine"
18758 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"
18759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winemine/%) programs/winemine: programs/winemine/Makefile \$(MAKEDEP)
18760 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules config.status"
18761 ac_config_files="$ac_config_files programs/winemine/Makefile"
18762
18763 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winepath programs/winepath/__install__ programs/winepath/__install-lib__: __builddeps__"
18764 wine_fn_append_file ALL_DIRS "programs/winepath"
18765 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"
18766 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winepath/%) programs/winepath: programs/winepath/Makefile \$(MAKEDEP)
18767 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules config.status"
18768 ac_config_files="$ac_config_files programs/winepath/Makefile"
18769
18770 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winetest programs/winetest/__install__ programs/winetest/__install-lib__: __builddeps__"
18771 wine_fn_append_file ALL_DIRS "programs/winetest"
18772 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
18773 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winetest/%) programs/winetest: programs/winetest/Makefile \$(MAKEDEP)
18774 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules config.status"
18775 ac_config_files="$ac_config_files programs/winetest/Makefile"
18776
18777 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winevdm programs/winevdm/__install__ programs/winevdm/__install-lib__: __builddeps__"
18778 wine_fn_append_file ALL_DIRS "programs/winevdm"
18779 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
18780 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winevdm/%) programs/winevdm: programs/winevdm/Makefile \$(MAKEDEP)
18781 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules config.status"
18782 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18783
18784 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhelp.exe16 programs/winhelp.exe16/__install__ programs/winhelp.exe16/__install-lib__: __builddeps__"
18785 wine_fn_append_file ALL_DIRS "programs/winhelp.exe16"
18786 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"
18787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winhelp.exe16/%) programs/winhelp.exe16: programs/winhelp.exe16/Makefile \$(MAKEDEP)
18788 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules config.status"
18789 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18790
18791 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhlp32 programs/winhlp32/__install__ programs/winhlp32/__install-lib__: __builddeps__"
18792 wine_fn_append_file ALL_DIRS "programs/winhlp32"
18793 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
18794 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winhlp32/%) programs/winhlp32: programs/winhlp32/Makefile \$(MAKEDEP)
18795 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules config.status"
18796 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18797
18798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winoldap.mod16 programs/winoldap.mod16/__install__ programs/winoldap.mod16/__install-lib__: __builddeps__"
18799 wine_fn_append_file ALL_DIRS "programs/winoldap.mod16"
18800 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"
18801 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winoldap.mod16/%) programs/winoldap.mod16: programs/winoldap.mod16/Makefile \$(MAKEDEP)
18802 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules config.status"
18803 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18804
18805 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winver programs/winver/__install__ programs/winver/__install-lib__: __builddeps__"
18806 wine_fn_append_file ALL_DIRS "programs/winver"
18807 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
18808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/winver/%) programs/winver: programs/winver/Makefile \$(MAKEDEP)
18809 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules config.status"
18810 ac_config_files="$ac_config_files programs/winver/Makefile"
18811
18812 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wordpad programs/wordpad/__install__ programs/wordpad/__install-lib__: __builddeps__"
18813 wine_fn_append_file ALL_DIRS "programs/wordpad"
18814 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
18815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/wordpad/%) programs/wordpad: programs/wordpad/Makefile \$(MAKEDEP)
18816 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules config.status"
18817 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18818
18819 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/write programs/write/__install__ programs/write/__install-lib__: __builddeps__"
18820 wine_fn_append_file ALL_DIRS "programs/write"
18821 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
18822 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/write/%) programs/write: programs/write/Makefile \$(MAKEDEP)
18823 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules config.status"
18824 ac_config_files="$ac_config_files programs/write/Makefile"
18825
18826 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/xcopy programs/xcopy/__install__ programs/xcopy/__install-lib__: __builddeps__"
18827 wine_fn_append_file ALL_DIRS "programs/xcopy"
18828 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
18829 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=programs/xcopy/%) programs/xcopy: programs/xcopy/Makefile \$(MAKEDEP)
18830 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules config.status"
18831 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18832
18833 wine_fn_append_file ALL_DIRS "server"
18834 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
18835 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=server/%) server: server/Makefile \$(MAKEDEP)
18836 server/Makefile: server/Makefile.in Make.rules config.status"
18837 ac_config_files="$ac_config_files server/Makefile"
18838
18839 wine_fn_append_file ALL_DIRS "tools"
18840 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
18841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/%) tools: tools/Makefile \$(MAKEDEP)
18842 tools/Makefile: tools/Makefile.in Make.rules config.status"
18843 ac_config_files="$ac_config_files tools/Makefile"
18844
18845 wine_fn_append_file ALL_DIRS "tools/widl"
18846 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
18847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/widl/%) tools/widl: tools/widl/Makefile \$(MAKEDEP)
18848 tools/widl/Makefile: tools/widl/Makefile.in Make.rules config.status"
18849 ac_config_files="$ac_config_files tools/widl/Makefile"
18850
18851 wine_fn_append_file ALL_DIRS "tools/winebuild"
18852 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
18853 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winebuild/%) tools/winebuild: tools/winebuild/Makefile \$(MAKEDEP)
18854 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules config.status"
18855 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18856
18857 wine_fn_append_file ALL_DIRS "tools/winedump"
18858 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
18859 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winedump/%) tools/winedump: tools/winedump/Makefile \$(MAKEDEP)
18860 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules config.status"
18861 ac_config_files="$ac_config_files tools/winedump/Makefile"
18862
18863 wine_fn_append_file ALL_DIRS "tools/winegcc"
18864 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
18865 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/winegcc/%) tools/winegcc: tools/winegcc/Makefile \$(MAKEDEP)
18866 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules config.status"
18867 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18868
18869 wine_fn_append_file ALL_DIRS "tools/wmc"
18870 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
18871 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/wmc/%) tools/wmc: tools/wmc/Makefile \$(MAKEDEP)
18872 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules config.status"
18873 ac_config_files="$ac_config_files tools/wmc/Makefile"
18874
18875 wine_fn_append_file ALL_DIRS "tools/wrc"
18876 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
18877 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(RECURSE_TARGETS:%=tools/wrc/%) tools/wrc: tools/wrc/Makefile \$(MAKEDEP)
18878 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules config.status"
18879 ac_config_files="$ac_config_files tools/wrc/Makefile"
18880
18881
18882 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18883
18884 cat >confcache <<\_ACEOF
18885 # This file is a shell script that caches the results of configure
18886 # tests run on this system so they can be shared between configure
18887 # scripts and configure runs, see configure's option --config-cache.
18888 # It is not useful on other systems.  If it contains results you don't
18889 # want to keep, you may remove or edit it.
18890 #
18891 # config.status only pays attention to the cache file if you give it
18892 # the --recheck option to rerun configure.
18893 #
18894 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18895 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18896 # following values.
18897
18898 _ACEOF
18899
18900 # The following way of writing the cache mishandles newlines in values,
18901 # but we know of no workaround that is simple, portable, and efficient.
18902 # So, we kill variables containing newlines.
18903 # Ultrix sh set writes to stderr and can't be redirected directly,
18904 # and sets the high bit in the cache file unless we assign to the vars.
18905 (
18906   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18907     eval ac_val=\$$ac_var
18908     case $ac_val in #(
18909     *${as_nl}*)
18910       case $ac_var in #(
18911       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18912 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18913       esac
18914       case $ac_var in #(
18915       _ | IFS | as_nl) ;; #(
18916       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18917       *) { eval $ac_var=; unset $ac_var;} ;;
18918       esac ;;
18919     esac
18920   done
18921
18922   (set) 2>&1 |
18923     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18924     *${as_nl}ac_space=\ *)
18925       # `set' does not quote correctly, so add quotes: double-quote
18926       # substitution turns \\\\ into \\, and sed turns \\ into \.
18927       sed -n \
18928         "s/'/'\\\\''/g;
18929           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18930       ;; #(
18931     *)
18932       # `set' quotes correctly as required by POSIX, so do not add quotes.
18933       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18934       ;;
18935     esac |
18936     sort
18937 ) |
18938   sed '
18939      /^ac_cv_env_/b end
18940      t clear
18941      :clear
18942      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18943      t end
18944      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18945      :end' >>confcache
18946 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18947   if test -w "$cache_file"; then
18948     test "x$cache_file" != "x/dev/null" &&
18949       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18950 $as_echo "$as_me: updating cache $cache_file" >&6;}
18951     cat confcache >$cache_file
18952   else
18953     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18954 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18955   fi
18956 fi
18957 rm -f confcache
18958
18959 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18960 # Let make expand exec_prefix.
18961 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18962
18963 DEFS=-DHAVE_CONFIG_H
18964
18965 ac_libobjs=
18966 ac_ltlibobjs=
18967 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18968   # 1. Remove the extension, and $U if already installed.
18969   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18970   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18971   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18972   #    will be set to the directory where LIBOBJS objects are built.
18973   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18974   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18975 done
18976 LIBOBJS=$ac_libobjs
18977
18978 LTLIBOBJS=$ac_ltlibobjs
18979
18980
18981
18982 : ${CONFIG_STATUS=./config.status}
18983 ac_write_fail=0
18984 ac_clean_files_save=$ac_clean_files
18985 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18986 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18987 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18988 as_write_fail=0
18989 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18990 #! $SHELL
18991 # Generated by $as_me.
18992 # Run this file to recreate the current configuration.
18993 # Compiler output produced by configure, useful for debugging
18994 # configure, is in config.log if it exists.
18995
18996 debug=false
18997 ac_cs_recheck=false
18998 ac_cs_silent=false
18999
19000 SHELL=\${CONFIG_SHELL-$SHELL}
19001 export SHELL
19002 _ASEOF
19003 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19004 ## -------------------- ##
19005 ## M4sh Initialization. ##
19006 ## -------------------- ##
19007
19008 # Be more Bourne compatible
19009 DUALCASE=1; export DUALCASE # for MKS sh
19010 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19011   emulate sh
19012   NULLCMD=:
19013   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19014   # is contrary to our usage.  Disable this feature.
19015   alias -g '${1+"$@"}'='"$@"'
19016   setopt NO_GLOB_SUBST
19017 else
19018   case `(set -o) 2>/dev/null` in #(
19019   *posix*) :
19020     set -o posix ;; #(
19021   *) :
19022      ;;
19023 esac
19024 fi
19025
19026
19027 as_nl='
19028 '
19029 export as_nl
19030 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19031 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19032 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19033 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19034 # Prefer a ksh shell builtin over an external printf program on Solaris,
19035 # but without wasting forks for bash or zsh.
19036 if test -z "$BASH_VERSION$ZSH_VERSION" \
19037     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19038   as_echo='print -r --'
19039   as_echo_n='print -rn --'
19040 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19041   as_echo='printf %s\n'
19042   as_echo_n='printf %s'
19043 else
19044   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19045     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19046     as_echo_n='/usr/ucb/echo -n'
19047   else
19048     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19049     as_echo_n_body='eval
19050       arg=$1;
19051       case $arg in #(
19052       *"$as_nl"*)
19053         expr "X$arg" : "X\\(.*\\)$as_nl";
19054         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19055       esac;
19056       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19057     '
19058     export as_echo_n_body
19059     as_echo_n='sh -c $as_echo_n_body as_echo'
19060   fi
19061   export as_echo_body
19062   as_echo='sh -c $as_echo_body as_echo'
19063 fi
19064
19065 # The user is always right.
19066 if test "${PATH_SEPARATOR+set}" != set; then
19067   PATH_SEPARATOR=:
19068   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19069     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19070       PATH_SEPARATOR=';'
19071   }
19072 fi
19073
19074
19075 # IFS
19076 # We need space, tab and new line, in precisely that order.  Quoting is
19077 # there to prevent editors from complaining about space-tab.
19078 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19079 # splitting by setting IFS to empty value.)
19080 IFS=" ""        $as_nl"
19081
19082 # Find who we are.  Look in the path if we contain no directory separator.
19083 case $0 in #((
19084   *[\\/]* ) as_myself=$0 ;;
19085   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19086 for as_dir in $PATH
19087 do
19088   IFS=$as_save_IFS
19089   test -z "$as_dir" && as_dir=.
19090     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19091   done
19092 IFS=$as_save_IFS
19093
19094      ;;
19095 esac
19096 # We did not find ourselves, most probably we were run as `sh COMMAND'
19097 # in which case we are not to be found in the path.
19098 if test "x$as_myself" = x; then
19099   as_myself=$0
19100 fi
19101 if test ! -f "$as_myself"; then
19102   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19103   exit 1
19104 fi
19105
19106 # Unset variables that we do not need and which cause bugs (e.g. in
19107 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
19108 # suppresses any "Segmentation fault" message there.  '((' could
19109 # trigger a bug in pdksh 5.2.14.
19110 for as_var in BASH_ENV ENV MAIL MAILPATH
19111 do eval test x\${$as_var+set} = xset \
19112   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19113 done
19114 PS1='$ '
19115 PS2='> '
19116 PS4='+ '
19117
19118 # NLS nuisances.
19119 LC_ALL=C
19120 export LC_ALL
19121 LANGUAGE=C
19122 export LANGUAGE
19123
19124 # CDPATH.
19125 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19126
19127
19128 # as_fn_error ERROR [LINENO LOG_FD]
19129 # ---------------------------------
19130 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19131 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19132 # script with status $?, using 1 if that was 0.
19133 as_fn_error ()
19134 {
19135   as_status=$?; test $as_status -eq 0 && as_status=1
19136   if test "$3"; then
19137     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19138     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
19139   fi
19140   $as_echo "$as_me: error: $1" >&2
19141   as_fn_exit $as_status
19142 } # as_fn_error
19143
19144
19145 # as_fn_set_status STATUS
19146 # -----------------------
19147 # Set $? to STATUS, without forking.
19148 as_fn_set_status ()
19149 {
19150   return $1
19151 } # as_fn_set_status
19152
19153 # as_fn_exit STATUS
19154 # -----------------
19155 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19156 as_fn_exit ()
19157 {
19158   set +e
19159   as_fn_set_status $1
19160   exit $1
19161 } # as_fn_exit
19162
19163 # as_fn_unset VAR
19164 # ---------------
19165 # Portably unset VAR.
19166 as_fn_unset ()
19167 {
19168   { eval $1=; unset $1;}
19169 }
19170 as_unset=as_fn_unset
19171 # as_fn_append VAR VALUE
19172 # ----------------------
19173 # Append the text in VALUE to the end of the definition contained in VAR. Take
19174 # advantage of any shell optimizations that allow amortized linear growth over
19175 # repeated appends, instead of the typical quadratic growth present in naive
19176 # implementations.
19177 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
19178   eval 'as_fn_append ()
19179   {
19180     eval $1+=\$2
19181   }'
19182 else
19183   as_fn_append ()
19184   {
19185     eval $1=\$$1\$2
19186   }
19187 fi # as_fn_append
19188
19189 # as_fn_arith ARG...
19190 # ------------------
19191 # Perform arithmetic evaluation on the ARGs, and store the result in the
19192 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19193 # must be portable across $(()) and expr.
19194 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
19195   eval 'as_fn_arith ()
19196   {
19197     as_val=$(( $* ))
19198   }'
19199 else
19200   as_fn_arith ()
19201   {
19202     as_val=`expr "$@" || test $? -eq 1`
19203   }
19204 fi # as_fn_arith
19205
19206
19207 if expr a : '\(a\)' >/dev/null 2>&1 &&
19208    test "X`expr 00001 : '.*\(...\)'`" = X001; then
19209   as_expr=expr
19210 else
19211   as_expr=false
19212 fi
19213
19214 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19215   as_basename=basename
19216 else
19217   as_basename=false
19218 fi
19219
19220 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19221   as_dirname=dirname
19222 else
19223   as_dirname=false
19224 fi
19225
19226 as_me=`$as_basename -- "$0" ||
19227 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19228          X"$0" : 'X\(//\)$' \| \
19229          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19230 $as_echo X/"$0" |
19231     sed '/^.*\/\([^/][^/]*\)\/*$/{
19232             s//\1/
19233             q
19234           }
19235           /^X\/\(\/\/\)$/{
19236             s//\1/
19237             q
19238           }
19239           /^X\/\(\/\).*/{
19240             s//\1/
19241             q
19242           }
19243           s/.*/./; q'`
19244
19245 # Avoid depending upon Character Ranges.
19246 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19247 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19248 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19249 as_cr_digits='0123456789'
19250 as_cr_alnum=$as_cr_Letters$as_cr_digits
19251
19252 ECHO_C= ECHO_N= ECHO_T=
19253 case `echo -n x` in #(((((
19254 -n*)
19255   case `echo 'xy\c'` in
19256   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
19257   xy)  ECHO_C='\c';;
19258   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
19259        ECHO_T=' ';;
19260   esac;;
19261 *)
19262   ECHO_N='-n';;
19263 esac
19264
19265 rm -f conf$$ conf$$.exe conf$$.file
19266 if test -d conf$$.dir; then
19267   rm -f conf$$.dir/conf$$.file
19268 else
19269   rm -f conf$$.dir
19270   mkdir conf$$.dir 2>/dev/null
19271 fi
19272 if (echo >conf$$.file) 2>/dev/null; then
19273   if ln -s conf$$.file conf$$ 2>/dev/null; then
19274     as_ln_s='ln -s'
19275     # ... but there are two gotchas:
19276     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19277     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19278     # In both cases, we have to default to `cp -p'.
19279     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19280       as_ln_s='cp -p'
19281   elif ln conf$$.file conf$$ 2>/dev/null; then
19282     as_ln_s=ln
19283   else
19284     as_ln_s='cp -p'
19285   fi
19286 else
19287   as_ln_s='cp -p'
19288 fi
19289 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19290 rmdir conf$$.dir 2>/dev/null
19291
19292
19293 # as_fn_mkdir_p
19294 # -------------
19295 # Create "$as_dir" as a directory, including parents if necessary.
19296 as_fn_mkdir_p ()
19297 {
19298
19299   case $as_dir in #(
19300   -*) as_dir=./$as_dir;;
19301   esac
19302   test -d "$as_dir" || eval $as_mkdir_p || {
19303     as_dirs=
19304     while :; do
19305       case $as_dir in #(
19306       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19307       *) as_qdir=$as_dir;;
19308       esac
19309       as_dirs="'$as_qdir' $as_dirs"
19310       as_dir=`$as_dirname -- "$as_dir" ||
19311 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19312          X"$as_dir" : 'X\(//\)[^/]' \| \
19313          X"$as_dir" : 'X\(//\)$' \| \
19314          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19315 $as_echo X"$as_dir" |
19316     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19317             s//\1/
19318             q
19319           }
19320           /^X\(\/\/\)[^/].*/{
19321             s//\1/
19322             q
19323           }
19324           /^X\(\/\/\)$/{
19325             s//\1/
19326             q
19327           }
19328           /^X\(\/\).*/{
19329             s//\1/
19330             q
19331           }
19332           s/.*/./; q'`
19333       test -d "$as_dir" && break
19334     done
19335     test -z "$as_dirs" || eval "mkdir $as_dirs"
19336   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
19337
19338
19339 } # as_fn_mkdir_p
19340 if mkdir -p . 2>/dev/null; then
19341   as_mkdir_p='mkdir -p "$as_dir"'
19342 else
19343   test -d ./-p && rmdir ./-p
19344   as_mkdir_p=false
19345 fi
19346
19347 if test -x / >/dev/null 2>&1; then
19348   as_test_x='test -x'
19349 else
19350   if ls -dL / >/dev/null 2>&1; then
19351     as_ls_L_option=L
19352   else
19353     as_ls_L_option=
19354   fi
19355   as_test_x='
19356     eval sh -c '\''
19357       if test -d "$1"; then
19358         test -d "$1/.";
19359       else
19360         case $1 in #(
19361         -*)set "./$1";;
19362         esac;
19363         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
19364         ???[sx]*):;;*)false;;esac;fi
19365     '\'' sh
19366   '
19367 fi
19368 as_executable_p=$as_test_x
19369
19370 # Sed expression to map a string onto a valid CPP name.
19371 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19372
19373 # Sed expression to map a string onto a valid variable name.
19374 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19375
19376
19377 exec 6>&1
19378 ## ----------------------------------- ##
19379 ## Main body of $CONFIG_STATUS script. ##
19380 ## ----------------------------------- ##
19381 _ASEOF
19382 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19383
19384 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19385 # Save the log message, to keep $0 and so on meaningful, and to
19386 # report actual input values of CONFIG_FILES etc. instead of their
19387 # values after options handling.
19388 ac_log="
19389 This file was extended by Wine $as_me 1.1.38, which was
19390 generated by GNU Autoconf 2.65.  Invocation command line was
19391
19392   CONFIG_FILES    = $CONFIG_FILES
19393   CONFIG_HEADERS  = $CONFIG_HEADERS
19394   CONFIG_LINKS    = $CONFIG_LINKS
19395   CONFIG_COMMANDS = $CONFIG_COMMANDS
19396   $ $0 $@
19397
19398 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19399 "
19400
19401 _ACEOF
19402
19403 case $ac_config_files in *"
19404 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19405 esac
19406
19407 case $ac_config_headers in *"
19408 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19409 esac
19410
19411
19412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19413 # Files that config.status was made for.
19414 config_files="$ac_config_files"
19415 config_headers="$ac_config_headers"
19416 config_links="$ac_config_links"
19417 config_commands="$ac_config_commands"
19418
19419 _ACEOF
19420
19421 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19422 ac_cs_usage="\
19423 \`$as_me' instantiates files and other configuration actions
19424 from templates according to the current configuration.  Unless the files
19425 and actions are specified as TAGs, all are instantiated by default.
19426
19427 Usage: $0 [OPTION]... [TAG]...
19428
19429   -h, --help       print this help, then exit
19430   -V, --version    print version number and configuration settings, then exit
19431       --config     print configuration, then exit
19432   -q, --quiet, --silent
19433                    do not print progress messages
19434   -d, --debug      don't remove temporary files
19435       --recheck    update $as_me by reconfiguring in the same conditions
19436       --file=FILE[:TEMPLATE]
19437                    instantiate the configuration file FILE
19438       --header=FILE[:TEMPLATE]
19439                    instantiate the configuration header FILE
19440
19441 Configuration files:
19442 $config_files
19443
19444 Configuration headers:
19445 $config_headers
19446
19447 Configuration links:
19448 $config_links
19449
19450 Configuration commands:
19451 $config_commands
19452
19453 Report bugs to <wine-devel@winehq.org>.
19454 Wine home page: <http://www.winehq.org>."
19455
19456 _ACEOF
19457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19458 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19459 ac_cs_version="\\
19460 Wine config.status 1.1.38
19461 configured by $0, generated by GNU Autoconf 2.65,
19462   with options \\"\$ac_cs_config\\"
19463
19464 Copyright (C) 2009 Free Software Foundation, Inc.
19465 This config.status script is free software; the Free Software Foundation
19466 gives unlimited permission to copy, distribute and modify it."
19467
19468 ac_pwd='$ac_pwd'
19469 srcdir='$srcdir'
19470 INSTALL='$INSTALL'
19471 test -n "\$AWK" || AWK=awk
19472 _ACEOF
19473
19474 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19475 # The default lists apply if the user does not specify any file.
19476 ac_need_defaults=:
19477 while test $# != 0
19478 do
19479   case $1 in
19480   --*=*)
19481     ac_option=`expr "X$1" : 'X\([^=]*\)='`
19482     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19483     ac_shift=:
19484     ;;
19485   *)
19486     ac_option=$1
19487     ac_optarg=$2
19488     ac_shift=shift
19489     ;;
19490   esac
19491
19492   case $ac_option in
19493   # Handling of the options.
19494   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19495     ac_cs_recheck=: ;;
19496   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19497     $as_echo "$ac_cs_version"; exit ;;
19498   --config | --confi | --conf | --con | --co | --c )
19499     $as_echo "$ac_cs_config"; exit ;;
19500   --debug | --debu | --deb | --de | --d | -d )
19501     debug=: ;;
19502   --file | --fil | --fi | --f )
19503     $ac_shift
19504     case $ac_optarg in
19505     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19506     esac
19507     as_fn_append CONFIG_FILES " '$ac_optarg'"
19508     ac_need_defaults=false;;
19509   --header | --heade | --head | --hea )
19510     $ac_shift
19511     case $ac_optarg in
19512     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19513     esac
19514     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19515     ac_need_defaults=false;;
19516   --he | --h)
19517     # Conflict between --help and --header
19518     as_fn_error "ambiguous option: \`$1'
19519 Try \`$0 --help' for more information.";;
19520   --help | --hel | -h )
19521     $as_echo "$ac_cs_usage"; exit ;;
19522   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19523   | -silent | --silent | --silen | --sile | --sil | --si | --s)
19524     ac_cs_silent=: ;;
19525
19526   # This is an error.
19527   -*) as_fn_error "unrecognized option: \`$1'
19528 Try \`$0 --help' for more information." ;;
19529
19530   *) as_fn_append ac_config_targets " $1"
19531      ac_need_defaults=false ;;
19532
19533   esac
19534   shift
19535 done
19536
19537 ac_configure_extra_args=
19538
19539 if $ac_cs_silent; then
19540   exec 6>/dev/null
19541   ac_configure_extra_args="$ac_configure_extra_args --silent"
19542 fi
19543
19544 _ACEOF
19545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19546 if \$ac_cs_recheck; then
19547   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19548   shift
19549   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19550   CONFIG_SHELL='$SHELL'
19551   export CONFIG_SHELL
19552   exec "\$@"
19553 fi
19554
19555 _ACEOF
19556 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19557 exec 5>>config.log
19558 {
19559   echo
19560   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19561 ## Running $as_me. ##
19562 _ASBOX
19563   $as_echo "$ac_log"
19564 } >&5
19565
19566 _ACEOF
19567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19568 _ACEOF
19569
19570 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19571
19572 # Handling of arguments.
19573 for ac_config_target in $ac_config_targets
19574 do
19575   case $ac_config_target in
19576     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19577     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19578     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
19579     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19580     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19581     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19582     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19583     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19584     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
19585     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
19586     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
19587     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
19588     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
19589     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
19590     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
19591     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
19592     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
19593     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
19594     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
19595     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19596     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
19597     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
19598     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
19599     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
19600     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
19601     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
19602     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
19603     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
19604     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
19605     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
19606     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
19607     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
19608     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
19609     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
19610     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
19611     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
19612     "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
19613     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
19614     "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
19615     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
19616     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
19617     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
19618     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
19619     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
19620     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
19621     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
19622     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
19623     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
19624     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
19625     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
19626     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
19627     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
19628     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
19629     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
19630     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
19631     "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
19632     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
19633     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
19634     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
19635     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
19636     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
19637     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
19638     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
19639     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
19640     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
19641     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
19642     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
19643     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
19644     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
19645     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
19646     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
19647     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
19648     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
19649     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
19650     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
19651     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
19652     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
19653     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
19654     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
19655     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
19656     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
19657     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
19658     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
19659     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
19660     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
19661     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
19662     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
19663     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
19664     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
19665     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
19666     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
19667     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
19668     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
19669     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19670     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19671     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19672     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19673     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19674     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19675     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19676     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19677     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19678     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19679     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19680     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19681     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19682     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19683     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19684     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19685     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19686     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19687     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19688     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19689     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19690     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19691     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19692     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19693     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19694     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19695     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19696     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19697     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19698     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19699     "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
19700     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19701     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19702     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19703     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19704     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19705     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19706     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19707     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19708     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19709     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19710     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19711     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19712     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19713     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19714     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19715     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19716     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19717     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19718     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19719     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19720     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19721     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19722     "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19723     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19724     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19725     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19726     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19727     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19728     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19729     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19730     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19731     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19732     "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19733     "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19734     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19735     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19736     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19737     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19738     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19739     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19740     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19741     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19742     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19743     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19744     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19745     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19746     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19747     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19748     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19749     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19750     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19751     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19752     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19753     "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19754     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19755     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19756     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19757     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19758     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19759     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19760     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19761     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19762     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19763     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19764     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19765     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19766     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19767     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19768     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19769     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19770     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19771     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19772     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19773     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19774     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19775     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19776     "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
19777     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19778     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19779     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19780     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19781     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19782     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19783     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19784     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19785     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19786     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19787     "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19788     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19789     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19790     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19791     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19792     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19793     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19794     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19795     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19796     "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19797     "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19798     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19799     "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19800     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19801     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19802     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19803     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19804     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19805     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19806     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19807     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19808     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19809     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19810     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19811     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19812     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19813     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19814     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19815     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19816     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19817     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19818     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19819     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19820     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19821     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19822     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19823     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19824     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19825     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19826     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19827     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19828     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19829     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19830     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19831     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19832     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19833     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19834     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19835     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19836     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19837     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19838     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19839     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19840     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19841     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19842     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19843     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19844     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19845     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19846     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19847     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19848     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19849     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19850     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19851     "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
19852     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19853     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19854     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19855     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19856     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19857     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19858     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19859     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19860     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19861     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19862     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19863     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19864     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19865     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19866     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19867     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19868     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19869     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19870     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19871     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19872     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19873     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19874     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19875     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19876     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19877     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19878     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19879     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19880     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19881     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19882     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19883     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19884     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19885     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19886     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19887     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19888     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19889     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19890     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19891     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19892     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19893     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19894     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19895     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19896     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19897     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19898     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19899     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19900     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19901     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19902     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19903     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19904     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19905     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19906     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19907     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19908     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19909     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19910     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19911     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19912     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19913     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19914     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19915     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19916     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19917     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19918     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19919     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19920     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19921     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19922     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19923     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19924     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19925     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19926     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19927     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19928     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19929     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19930     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19931     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19932     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19933     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19934     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19935     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19936     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19937     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19938     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19939     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19940     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19941     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19942     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19943     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19944     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19945     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19946     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19947     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19948     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19949     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19950     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19951     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19952     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19953     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19954     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19955     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19956     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19957     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19958     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19959     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19960     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19961     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19962     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19963     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19964     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19965     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19966     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19967     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19968     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19969     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19970     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19971     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19972     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19973     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19974     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19975     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19976     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19977     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19978     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19979     "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19980     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19981     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19982     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19983     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19984     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19985     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19986     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19987     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19988     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19989     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19990     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19991     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19992     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19993     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19994     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19995     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19996     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19997     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19998     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19999     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
20000     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
20001     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
20002     "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
20003     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
20004     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
20005     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
20006     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
20007     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
20008     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
20009     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
20010     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
20011     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
20012     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
20013     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
20014     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
20015     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
20016     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
20017     "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
20018     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
20019     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
20020     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
20021     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
20022     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
20023     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
20024     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
20025     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
20026     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
20027     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
20028     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
20029     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
20030     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
20031     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
20032     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
20033     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
20034     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
20035     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
20036     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
20037     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
20038     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
20039     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
20040     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
20041     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
20042     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
20043     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
20044     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
20045     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
20046     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
20047     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
20048     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
20049     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
20050     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
20051     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
20052     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
20053     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
20054     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
20055     "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
20056     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
20057     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
20058     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
20059     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
20060     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
20061     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
20062     "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
20063     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
20064     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
20065     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
20066     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
20067     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
20068     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
20069     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
20070     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
20071     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
20072     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
20073     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
20074     "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
20075     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
20076     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
20077     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
20078     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
20079     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
20080     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
20081     "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
20082     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
20083     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
20084     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
20085     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
20086     "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
20087     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
20088     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
20089     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
20090     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
20091     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
20092     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
20093     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
20094     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
20095     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
20096     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
20097     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
20098     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
20099     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
20100     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
20101     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
20102     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
20103     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
20104     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
20105     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
20106     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
20107     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
20108     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
20109     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
20110     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
20111     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
20112     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
20113     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
20114     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
20115     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
20116     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
20117     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
20118     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
20119     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
20120     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
20121     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
20122     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
20123     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
20124     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
20125     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
20126     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
20127     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
20128     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
20129     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
20130     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
20131     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
20132     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
20133     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
20134
20135   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20136   esac
20137 done
20138
20139
20140 # If the user did not use the arguments to specify the items to instantiate,
20141 # then the envvar interface is used.  Set only those that are not.
20142 # We use the long form for the default assignment because of an extremely
20143 # bizarre bug on SunOS 4.1.3.
20144 if $ac_need_defaults; then
20145   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
20146   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
20147   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
20148   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
20149 fi
20150
20151 # Have a temporary directory for convenience.  Make it in the build tree
20152 # simply because there is no reason against having it here, and in addition,
20153 # creating and moving files from /tmp can sometimes cause problems.
20154 # Hook for its removal unless debugging.
20155 # Note that there is a small window in which the directory will not be cleaned:
20156 # after its creation but before its name has been assigned to `$tmp'.
20157 $debug ||
20158 {
20159   tmp=
20160   trap 'exit_status=$?
20161   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
20162 ' 0
20163   trap 'as_fn_exit 1' 1 2 13 15
20164 }
20165 # Create a (secure) tmp directory for tmp files.
20166
20167 {
20168   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20169   test -n "$tmp" && test -d "$tmp"
20170 }  ||
20171 {
20172   tmp=./conf$$-$RANDOM
20173   (umask 077 && mkdir "$tmp")
20174 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
20175
20176 # Set up the scripts for CONFIG_FILES section.
20177 # No need to generate them if there are no CONFIG_FILES.
20178 # This happens for instance with `./config.status config.h'.
20179 if test -n "$CONFIG_FILES"; then
20180
20181 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
20182   ac_cs_awk_getline=:
20183   ac_cs_awk_pipe_init=
20184   ac_cs_awk_read_file='
20185       while ((getline aline < (F[key])) > 0)
20186         print(aline)
20187       close(F[key])'
20188   ac_cs_awk_pipe_fini=
20189 else
20190   ac_cs_awk_getline=false
20191   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
20192   ac_cs_awk_read_file='
20193       print "|#_!!_#|"
20194       print "cat " F[key] " &&"
20195       '$ac_cs_awk_pipe_init
20196   # The final `:' finishes the AND list.
20197   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
20198 fi
20199 ac_cr=`echo X | tr X '\015'`
20200 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20201 # But we know of no other shell where ac_cr would be empty at this
20202 # point, so we can use a bashism as a fallback.
20203 if test "x$ac_cr" = x; then
20204   eval ac_cr=\$\'\\r\'
20205 fi
20206 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20207 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20208   ac_cs_awk_cr='\r'
20209 else
20210   ac_cs_awk_cr=$ac_cr
20211 fi
20212
20213 echo 'BEGIN {' >"$tmp/subs1.awk" &&
20214 _ACEOF
20215
20216 # Create commands to substitute file output variables.
20217 {
20218   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20219   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
20220   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20221   echo "_ACAWK" &&
20222   echo "_ACEOF"
20223 } >conf$$files.sh &&
20224 . ./conf$$files.sh ||
20225   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20226 rm -f conf$$files.sh
20227
20228 {
20229   echo "cat >conf$$subs.awk <<_ACEOF" &&
20230   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20231   echo "_ACEOF"
20232 } >conf$$subs.sh ||
20233   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20234 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
20235 ac_delim='%!_!# '
20236 for ac_last_try in false false false false false :; do
20237   . ./conf$$subs.sh ||
20238     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20239
20240   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20241   if test $ac_delim_n = $ac_delim_num; then
20242     break
20243   elif $ac_last_try; then
20244     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20245   else
20246     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20247   fi
20248 done
20249 rm -f conf$$subs.sh
20250
20251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20252 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
20253 _ACEOF
20254 sed -n '
20255 h
20256 s/^/S["/; s/!.*/"]=/
20257 p
20258 g
20259 s/^[^!]*!//
20260 :repl
20261 t repl
20262 s/'"$ac_delim"'$//
20263 t delim
20264 :nl
20265 h
20266 s/\(.\{148\}\)..*/\1/
20267 t more1
20268 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20269 p
20270 n
20271 b repl
20272 :more1
20273 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20274 p
20275 g
20276 s/.\{148\}//
20277 t nl
20278 :delim
20279 h
20280 s/\(.\{148\}\)..*/\1/
20281 t more2
20282 s/["\\]/\\&/g; s/^/"/; s/$/"/
20283 p
20284 b
20285 :more2
20286 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
20287 p
20288 g
20289 s/.\{148\}//
20290 t delim
20291 ' <conf$$subs.awk | sed '
20292 /^[^""]/{
20293   N
20294   s/\n//
20295 }
20296 ' >>$CONFIG_STATUS || ac_write_fail=1
20297 rm -f conf$$subs.awk
20298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20299 _ACAWK
20300 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
20301   for (key in S) S_is_set[key] = 1
20302   FS = "\a"
20303   \$ac_cs_awk_pipe_init
20304 }
20305 {
20306   line = $ 0
20307   nfields = split(line, field, "@")
20308   substed = 0
20309   len = length(field[1])
20310   for (i = 2; i < nfields; i++) {
20311     key = field[i]
20312     keylen = length(key)
20313     if (S_is_set[key]) {
20314       value = S[key]
20315       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20316       len += length(value) + length(field[++i])
20317       substed = 1
20318     } else
20319       len += 1 + keylen
20320   }
20321   if (nfields == 3 && !substed) {
20322     key = field[2]
20323     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
20324       \$ac_cs_awk_read_file
20325       next
20326     }
20327   }
20328   print line
20329 }
20330 \$ac_cs_awk_pipe_fini
20331 _ACAWK
20332 _ACEOF
20333 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20334 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20335   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20336 else
20337   cat
20338 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20339   || as_fn_error "could not setup config files machinery" "$LINENO" 5
20340 _ACEOF
20341
20342 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20343 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20344 # trailing colons and then remove the whole line if VPATH becomes empty
20345 # (actually we leave an empty line to preserve line numbers).
20346 if test "x$srcdir" = x.; then
20347   ac_vpsub='/^[  ]*VPATH[        ]*=/{
20348 s/:*\$(srcdir):*/:/
20349 s/:*\${srcdir}:*/:/
20350 s/:*@srcdir@:*/:/
20351 s/^\([^=]*=[     ]*\):*/\1/
20352 s/:*$//
20353 s/^[^=]*=[       ]*$//
20354 }'
20355 fi
20356
20357 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20358 fi # test -n "$CONFIG_FILES"
20359
20360 # Set up the scripts for CONFIG_HEADERS section.
20361 # No need to generate them if there are no CONFIG_HEADERS.
20362 # This happens for instance with `./config.status Makefile'.
20363 if test -n "$CONFIG_HEADERS"; then
20364 cat >"$tmp/defines.awk" <<\_ACAWK ||
20365 BEGIN {
20366 _ACEOF
20367
20368 # Transform confdefs.h into an awk script `defines.awk', embedded as
20369 # here-document in config.status, that substitutes the proper values into
20370 # config.h.in to produce config.h.
20371
20372 # Create a delimiter string that does not exist in confdefs.h, to ease
20373 # handling of long lines.
20374 ac_delim='%!_!# '
20375 for ac_last_try in false false :; do
20376   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
20377   if test -z "$ac_t"; then
20378     break
20379   elif $ac_last_try; then
20380     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
20381   else
20382     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20383   fi
20384 done
20385
20386 # For the awk script, D is an array of macro values keyed by name,
20387 # likewise P contains macro parameters if any.  Preserve backslash
20388 # newline sequences.
20389
20390 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20391 sed -n '
20392 s/.\{148\}/&'"$ac_delim"'/g
20393 t rset
20394 :rset
20395 s/^[     ]*#[    ]*define[       ][      ]*/ /
20396 t def
20397 d
20398 :def
20399 s/\\$//
20400 t bsnl
20401 s/["\\]/\\&/g
20402 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
20403 D["\1"]=" \3"/p
20404 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
20405 d
20406 :bsnl
20407 s/["\\]/\\&/g
20408 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
20409 D["\1"]=" \3\\\\\\n"\\/p
20410 t cont
20411 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
20412 t cont
20413 d
20414 :cont
20415 n
20416 s/.\{148\}/&'"$ac_delim"'/g
20417 t clear
20418 :clear
20419 s/\\$//
20420 t bsnlc
20421 s/["\\]/\\&/g; s/^/"/; s/$/"/p
20422 d
20423 :bsnlc
20424 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
20425 b cont
20426 ' <confdefs.h | sed '
20427 s/'"$ac_delim"'/"\\\
20428 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20429
20430 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20431   for (key in D) D_is_set[key] = 1
20432   FS = "\a"
20433 }
20434 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20435   line = \$ 0
20436   split(line, arg, " ")
20437   if (arg[1] == "#") {
20438     defundef = arg[2]
20439     mac1 = arg[3]
20440   } else {
20441     defundef = substr(arg[1], 2)
20442     mac1 = arg[2]
20443   }
20444   split(mac1, mac2, "(") #)
20445   macro = mac2[1]
20446   prefix = substr(line, 1, index(line, defundef) - 1)
20447   if (D_is_set[macro]) {
20448     # Preserve the white space surrounding the "#".
20449     print prefix "define", macro P[macro] D[macro]
20450     next
20451   } else {
20452     # Replace #undef with comments.  This is necessary, for example,
20453     # in the case of _POSIX_SOURCE, which is predefined and required
20454     # on some systems where configure will not decide to define it.
20455     if (defundef == "undef") {
20456       print "/*", prefix defundef, macro, "*/"
20457       next
20458     }
20459   }
20460 }
20461 { print }
20462 _ACAWK
20463 _ACEOF
20464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20465   as_fn_error "could not setup config headers machinery" "$LINENO" 5
20466 fi # test -n "$CONFIG_HEADERS"
20467
20468
20469 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
20470 shift
20471 for ac_tag
20472 do
20473   case $ac_tag in
20474   :[FHLC]) ac_mode=$ac_tag; continue;;
20475   esac
20476   case $ac_mode$ac_tag in
20477   :[FHL]*:*);;
20478   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
20479   :[FH]-) ac_tag=-:-;;
20480   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20481   esac
20482   ac_save_IFS=$IFS
20483   IFS=:
20484   set x $ac_tag
20485   IFS=$ac_save_IFS
20486   shift
20487   ac_file=$1
20488   shift
20489
20490   case $ac_mode in
20491   :L) ac_source=$1;;
20492   :[FH])
20493     ac_file_inputs=
20494     for ac_f
20495     do
20496       case $ac_f in
20497       -) ac_f="$tmp/stdin";;
20498       *) # Look for the file first in the build tree, then in the source tree
20499          # (if the path is not absolute).  The absolute path cannot be DOS-style,
20500          # because $ac_f cannot contain `:'.
20501          test -f "$ac_f" ||
20502            case $ac_f in
20503            [\\/$]*) false;;
20504            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20505            esac ||
20506            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20507       esac
20508       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20509       as_fn_append ac_file_inputs " '$ac_f'"
20510     done
20511
20512     # Let's still pretend it is `configure' which instantiates (i.e., don't
20513     # use $as_me), people would be surprised to read:
20514     #    /* config.h.  Generated by config.status.  */
20515     configure_input='Generated from '`
20516           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20517         `' by configure.'
20518     if test x"$ac_file" != x-; then
20519       configure_input="$ac_file.  $configure_input"
20520       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20521 $as_echo "$as_me: creating $ac_file" >&6;}
20522     fi
20523     # Neutralize special characters interpreted by sed in replacement strings.
20524     case $configure_input in #(
20525     *\&* | *\|* | *\\* )
20526        ac_sed_conf_input=`$as_echo "$configure_input" |
20527        sed 's/[\\\\&|]/\\\\&/g'`;; #(
20528     *) ac_sed_conf_input=$configure_input;;
20529     esac
20530
20531     case $ac_tag in
20532     *:-:* | *:-) cat >"$tmp/stdin" \
20533       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
20534     esac
20535     ;;
20536   esac
20537
20538   ac_dir=`$as_dirname -- "$ac_file" ||
20539 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20540          X"$ac_file" : 'X\(//\)[^/]' \| \
20541          X"$ac_file" : 'X\(//\)$' \| \
20542          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20543 $as_echo X"$ac_file" |
20544     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20545             s//\1/
20546             q
20547           }
20548           /^X\(\/\/\)[^/].*/{
20549             s//\1/
20550             q
20551           }
20552           /^X\(\/\/\)$/{
20553             s//\1/
20554             q
20555           }
20556           /^X\(\/\).*/{
20557             s//\1/
20558             q
20559           }
20560           s/.*/./; q'`
20561   as_dir="$ac_dir"; as_fn_mkdir_p
20562   ac_builddir=.
20563
20564 case "$ac_dir" in
20565 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20566 *)
20567   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20568   # A ".." for each directory in $ac_dir_suffix.
20569   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20570   case $ac_top_builddir_sub in
20571   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20572   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20573   esac ;;
20574 esac
20575 ac_abs_top_builddir=$ac_pwd
20576 ac_abs_builddir=$ac_pwd$ac_dir_suffix
20577 # for backward compatibility:
20578 ac_top_builddir=$ac_top_build_prefix
20579
20580 case $srcdir in
20581   .)  # We are building in place.
20582     ac_srcdir=.
20583     ac_top_srcdir=$ac_top_builddir_sub
20584     ac_abs_top_srcdir=$ac_pwd ;;
20585   [\\/]* | ?:[\\/]* )  # Absolute name.
20586     ac_srcdir=$srcdir$ac_dir_suffix;
20587     ac_top_srcdir=$srcdir
20588     ac_abs_top_srcdir=$srcdir ;;
20589   *) # Relative name.
20590     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20591     ac_top_srcdir=$ac_top_build_prefix$srcdir
20592     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20593 esac
20594 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
20595
20596
20597   case $ac_mode in
20598   :F)
20599   #
20600   # CONFIG_FILE
20601   #
20602
20603   case $INSTALL in
20604   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20605   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20606   esac
20607 _ACEOF
20608
20609 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20610 # If the template does not know about datarootdir, expand it.
20611 # FIXME: This hack should be removed a few years after 2.60.
20612 ac_datarootdir_hack=; ac_datarootdir_seen=
20613 ac_sed_dataroot='
20614 /datarootdir/ {
20615   p
20616   q
20617 }
20618 /@datadir@/p
20619 /@docdir@/p
20620 /@infodir@/p
20621 /@localedir@/p
20622 /@mandir@/p'
20623 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20624 *datarootdir*) ac_datarootdir_seen=yes;;
20625 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20626   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20627 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20628 _ACEOF
20629 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20630   ac_datarootdir_hack='
20631   s&@datadir@&$datadir&g
20632   s&@docdir@&$docdir&g
20633   s&@infodir@&$infodir&g
20634   s&@localedir@&$localedir&g
20635   s&@mandir@&$mandir&g
20636   s&\\\${datarootdir}&$datarootdir&g' ;;
20637 esac
20638 _ACEOF
20639
20640 # Neutralize VPATH when `$srcdir' = `.'.
20641 # Shell code in configure.ac might set extrasub.
20642 # FIXME: do we really want to maintain this feature?
20643 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20644 ac_sed_extra="$ac_vpsub
20645 $extrasub
20646 _ACEOF
20647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20648 :t
20649 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20650 s|@configure_input@|$ac_sed_conf_input|;t t
20651 s&@top_builddir@&$ac_top_builddir_sub&;t t
20652 s&@top_build_prefix@&$ac_top_build_prefix&;t t
20653 s&@srcdir@&$ac_srcdir&;t t
20654 s&@abs_srcdir@&$ac_abs_srcdir&;t t
20655 s&@top_srcdir@&$ac_top_srcdir&;t t
20656 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20657 s&@builddir@&$ac_builddir&;t t
20658 s&@abs_builddir@&$ac_abs_builddir&;t t
20659 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20660 s&@INSTALL@&$ac_INSTALL&;t t
20661 $ac_datarootdir_hack
20662 "
20663 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
20664 if $ac_cs_awk_getline; then
20665   $AWK -f "$tmp/subs.awk"
20666 else
20667   $AWK -f "$tmp/subs.awk" | $SHELL
20668 fi >$tmp/out \
20669   || as_fn_error "could not create $ac_file" "$LINENO" 5
20670
20671 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20672   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20673   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20674   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20675 which seems to be undefined.  Please make sure it is defined." >&5
20676 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20677 which seems to be undefined.  Please make sure it is defined." >&2;}
20678
20679   rm -f "$tmp/stdin"
20680   case $ac_file in
20681   -) cat "$tmp/out" && rm -f "$tmp/out";;
20682   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20683   esac \
20684   || as_fn_error "could not create $ac_file" "$LINENO" 5
20685  ;;
20686   :H)
20687   #
20688   # CONFIG_HEADER
20689   #
20690   if test x"$ac_file" != x-; then
20691     {
20692       $as_echo "/* $configure_input  */" \
20693       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20694     } >"$tmp/config.h" \
20695       || as_fn_error "could not create $ac_file" "$LINENO" 5
20696     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20697       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20698 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20699     else
20700       rm -f "$ac_file"
20701       mv "$tmp/config.h" "$ac_file" \
20702         || as_fn_error "could not create $ac_file" "$LINENO" 5
20703     fi
20704   else
20705     $as_echo "/* $configure_input  */" \
20706       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20707       || as_fn_error "could not create -" "$LINENO" 5
20708   fi
20709  ;;
20710   :L)
20711   #
20712   # CONFIG_LINK
20713   #
20714
20715   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
20716     :
20717   else
20718     # Prefer the file from the source tree if names are identical.
20719     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20720       ac_source=$srcdir/$ac_source
20721     fi
20722
20723     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20724 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20725
20726     if test ! -r "$ac_source"; then
20727       as_fn_error "$ac_source: file not found" "$LINENO" 5
20728     fi
20729     rm -f "$ac_file"
20730
20731     # Try a relative symlink, then a hard link, then a copy.
20732     case $srcdir in
20733     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20734         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20735     esac
20736     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20737       ln "$ac_source" "$ac_file" 2>/dev/null ||
20738       cp -p "$ac_source" "$ac_file" ||
20739       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20740   fi
20741  ;;
20742   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20743 $as_echo "$as_me: executing $ac_file commands" >&6;}
20744  ;;
20745   esac
20746
20747
20748   case $ac_file$ac_mode in
20749     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20750     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20751 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
20752     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20753 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
20754     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20755 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
20756     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20757 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
20758     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20759 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
20760     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20761 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
20762
20763   esac
20764 done # for ac_tag
20765
20766
20767 as_fn_exit 0
20768 _ACEOF
20769 ac_clean_files=$ac_clean_files_save
20770
20771 test $ac_write_fail = 0 ||
20772   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20773
20774
20775 # configure is writing to config.log, and then calls config.status.
20776 # config.status does its own redirection, appending to config.log.
20777 # Unfortunately, on DOS this fails, as config.log is still kept open
20778 # by configure, so config.status won't be able to write to it; its
20779 # output is simply discarded.  So we exec the FD to /dev/null,
20780 # effectively closing config.log, so it can be properly (re)opened and
20781 # appended to by config.status.  When coming back to configure, we
20782 # need to make the FD available again.
20783 if test "$no_create" != yes; then
20784   ac_cs_success=:
20785   ac_config_status_args=
20786   test "$silent" = yes &&
20787     ac_config_status_args="$ac_config_status_args --quiet"
20788   exec 5>/dev/null
20789   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20790   exec 5>>config.log
20791   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20792   # would make configure fail if this is the last instruction.
20793   $ac_cs_success || as_fn_exit $?
20794 fi
20795 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20796   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20797 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20798 fi
20799
20800
20801 if test "$no_create" = "yes"
20802 then
20803   exit 0
20804 fi
20805
20806 ac_save_IFS="$IFS"
20807 if test "x$wine_notices != "x; then
20808     echo >&6
20809     IFS="|"
20810     for msg in $wine_notices; do
20811         IFS="$ac_save_IFS"
20812         if test -n "$msg"; then
20813             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20814 $as_echo "$as_me: $msg" >&6;}
20815         fi
20816     done
20817 fi
20818 IFS="|"
20819 for msg in $wine_warnings; do
20820     IFS="$ac_save_IFS"
20821     if test -n "$msg"; then
20822         echo >&2
20823         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20824 $as_echo "$as_me: WARNING: $msg" >&2;}
20825     fi
20826 done
20827 IFS="$ac_save_IFS"
20828
20829 echo "
20830 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
20831 " >&6
20832