wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32...
[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.40.
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.40'
556 PACKAGE_STRING='Wine 1.1.40'
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.40 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.40:";;
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.40
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.40, 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
2485 # Check whether --enable-win16 was given.
2486 if test "${enable_win16+set}" = set; then :
2487   enableval=$enable_win16;
2488 fi
2489
2490 # Check whether --enable-win64 was given.
2491 if test "${enable_win64+set}" = set; then :
2492   enableval=$enable_win64;
2493 fi
2494
2495 # Check whether --enable-tests was given.
2496 if test "${enable_tests+set}" = set; then :
2497   enableval=$enable_tests;
2498 fi
2499
2500 # Check whether --enable-maintainer-mode was given.
2501 if test "${enable_maintainer_mode+set}" = set; then :
2502   enableval=$enable_maintainer_mode;
2503 else
2504   MAINTAINER_MODE=\#
2505
2506 fi
2507
2508
2509
2510 # Check whether --with-alsa was given.
2511 if test "${with_alsa+set}" = set; then :
2512   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2513 fi
2514
2515
2516 # Check whether --with-audioio was given.
2517 if test "${with_audioio+set}" = set; then :
2518   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2519 fi
2520
2521
2522 # Check whether --with-capi was given.
2523 if test "${with_capi+set}" = set; then :
2524   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2525 fi
2526
2527
2528 # Check whether --with-cms was given.
2529 if test "${with_cms+set}" = set; then :
2530   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2531 fi
2532
2533
2534 # Check whether --with-coreaudio was given.
2535 if test "${with_coreaudio+set}" = set; then :
2536   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2537 fi
2538
2539
2540 # Check whether --with-cups was given.
2541 if test "${with_cups+set}" = set; then :
2542   withval=$with_cups;
2543 fi
2544
2545
2546 # Check whether --with-curses was given.
2547 if test "${with_curses+set}" = set; then :
2548   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2549 fi
2550
2551
2552 # Check whether --with-esd was given.
2553 if test "${with_esd+set}" = set; then :
2554   withval=$with_esd;
2555 fi
2556
2557
2558 # Check whether --with-fontconfig was given.
2559 if test "${with_fontconfig+set}" = set; then :
2560   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2561 fi
2562
2563
2564 # Check whether --with-freetype was given.
2565 if test "${with_freetype+set}" = set; then :
2566   withval=$with_freetype;
2567 fi
2568
2569
2570 # Check whether --with-gphoto was given.
2571 if test "${with_gphoto+set}" = set; then :
2572   withval=$with_gphoto;
2573 fi
2574
2575
2576 # Check whether --with-glu was given.
2577 if test "${with_glu+set}" = set; then :
2578   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2579 fi
2580
2581
2582 # Check whether --with-gnutls was given.
2583 if test "${with_gnutls+set}" = set; then :
2584   withval=$with_gnutls;
2585 fi
2586
2587
2588 # Check whether --with-gsm was given.
2589 if test "${with_gsm+set}" = set; then :
2590   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2591 fi
2592
2593
2594 # Check whether --with-hal was given.
2595 if test "${with_hal+set}" = set; then :
2596   withval=$with_hal;
2597 fi
2598
2599
2600 # Check whether --with-jack was given.
2601 if test "${with_jack+set}" = set; then :
2602   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2603 fi
2604
2605
2606 # Check whether --with-jpeg was given.
2607 if test "${with_jpeg+set}" = set; then :
2608   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2609 fi
2610
2611
2612 # Check whether --with-ldap was given.
2613 if test "${with_ldap+set}" = set; then :
2614   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2615 fi
2616
2617
2618 # Check whether --with-mpg123 was given.
2619 if test "${with_mpg123+set}" = set; then :
2620   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2621 fi
2622
2623
2624 # Check whether --with-nas was given.
2625 if test "${with_nas+set}" = set; then :
2626   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2627 fi
2628
2629
2630 # Check whether --with-openal was given.
2631 if test "${with_openal+set}" = set; then :
2632   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2633 fi
2634
2635
2636 # Check whether --with-opengl was given.
2637 if test "${with_opengl+set}" = set; then :
2638   withval=$with_opengl;
2639 fi
2640
2641
2642 # Check whether --with-openssl was given.
2643 if test "${with_openssl+set}" = set; then :
2644   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2645 fi
2646
2647
2648 # Check whether --with-oss was given.
2649 if test "${with_oss+set}" = set; then :
2650   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2651 fi
2652
2653
2654 # Check whether --with-png was given.
2655 if test "${with_png+set}" = set; then :
2656   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2657 fi
2658
2659
2660 # Check whether --with-pthread was given.
2661 if test "${with_pthread+set}" = set; then :
2662   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2663 fi
2664
2665
2666 # Check whether --with-sane was given.
2667 if test "${with_sane+set}" = set; then :
2668   withval=$with_sane;
2669 fi
2670
2671
2672 # Check whether --with-v4l was given.
2673 if test "${with_v4l+set}" = set; then :
2674   withval=$with_v4l;
2675 fi
2676
2677
2678 # Check whether --with-xcomposite was given.
2679 if test "${with_xcomposite+set}" = set; then :
2680   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2681 fi
2682
2683
2684 # Check whether --with-xcursor was given.
2685 if test "${with_xcursor+set}" = set; then :
2686   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2687 fi
2688
2689
2690 # Check whether --with-xinerama was given.
2691 if test "${with_xinerama+set}" = set; then :
2692   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2693 fi
2694
2695
2696 # Check whether --with-xinput was given.
2697 if test "${with_xinput+set}" = set; then :
2698   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2699 fi
2700
2701
2702 # Check whether --with-xml was given.
2703 if test "${with_xml+set}" = set; then :
2704   withval=$with_xml;
2705 fi
2706
2707
2708 # Check whether --with-xrandr was given.
2709 if test "${with_xrandr+set}" = set; then :
2710   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2711 fi
2712
2713
2714 # Check whether --with-xrender was given.
2715 if test "${with_xrender+set}" = set; then :
2716   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2717 fi
2718
2719
2720 # Check whether --with-xshape was given.
2721 if test "${with_xshape+set}" = set; then :
2722   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2723 fi
2724
2725
2726 # Check whether --with-xshm was given.
2727 if test "${with_xshm+set}" = set; then :
2728   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2729 fi
2730
2731
2732 # Check whether --with-xslt was given.
2733 if test "${with_xslt+set}" = set; then :
2734   withval=$with_xslt;
2735 fi
2736
2737
2738 # Check whether --with-xxf86vm was given.
2739 if test "${with_xxf86vm+set}" = set; then :
2740   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2741 fi
2742
2743
2744
2745 # Check whether --with-wine-tools was given.
2746 if test "${with_wine_tools+set}" = set; then :
2747   withval=$with_wine_tools;
2748 fi
2749
2750
2751 # Check whether --with-wine64 was given.
2752 if test "${with_wine64+set}" = set; then :
2753   withval=$with_wine64;
2754 fi
2755
2756
2757 # Make sure we can run config.sub.
2758 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2759   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2762 $as_echo_n "checking build system type... " >&6; }
2763 if test "${ac_cv_build+set}" = set; then :
2764   $as_echo_n "(cached) " >&6
2765 else
2766   ac_build_alias=$build_alias
2767 test "x$ac_build_alias" = x &&
2768   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2769 test "x$ac_build_alias" = x &&
2770   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2771 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2772   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2773
2774 fi
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2776 $as_echo "$ac_cv_build" >&6; }
2777 case $ac_cv_build in
2778 *-*-*) ;;
2779 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2780 esac
2781 build=$ac_cv_build
2782 ac_save_IFS=$IFS; IFS='-'
2783 set x $ac_cv_build
2784 shift
2785 build_cpu=$1
2786 build_vendor=$2
2787 shift; shift
2788 # Remember, the first character of IFS is used to create $*,
2789 # except with old shells:
2790 build_os=$*
2791 IFS=$ac_save_IFS
2792 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2793
2794
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2796 $as_echo_n "checking host system type... " >&6; }
2797 if test "${ac_cv_host+set}" = set; then :
2798   $as_echo_n "(cached) " >&6
2799 else
2800   if test "x$host_alias" = x; then
2801   ac_cv_host=$ac_cv_build
2802 else
2803   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2804     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2805 fi
2806
2807 fi
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2809 $as_echo "$ac_cv_host" >&6; }
2810 case $ac_cv_host in
2811 *-*-*) ;;
2812 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2813 esac
2814 host=$ac_cv_host
2815 ac_save_IFS=$IFS; IFS='-'
2816 set x $ac_cv_host
2817 shift
2818 host_cpu=$1
2819 host_vendor=$2
2820 shift; shift
2821 # Remember, the first character of IFS is used to create $*,
2822 # except with old shells:
2823 host_os=$*
2824 IFS=$ac_save_IFS
2825 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2826
2827
2828
2829 case "$srcdir" in
2830  .) ;;
2831  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2832       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2833 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2834     fi ;;
2835 esac
2836
2837
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2839 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2840 set x ${MAKE-make}
2841 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2842 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2843   $as_echo_n "(cached) " >&6
2844 else
2845   cat >conftest.make <<\_ACEOF
2846 SHELL = /bin/sh
2847 all:
2848         @echo '@@@%%%=$(MAKE)=@@@%%%'
2849 _ACEOF
2850 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2851 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2852   *@@@%%%=?*=@@@%%%*)
2853     eval ac_cv_prog_make_${ac_make}_set=yes;;
2854   *)
2855     eval ac_cv_prog_make_${ac_make}_set=no;;
2856 esac
2857 rm -f conftest.make
2858 fi
2859 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2860   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2861 $as_echo "yes" >&6; }
2862   SET_MAKE=
2863 else
2864   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2865 $as_echo "no" >&6; }
2866   SET_MAKE="MAKE=${MAKE-make}"
2867 fi
2868
2869 ac_ext=c
2870 ac_cpp='$CPP $CPPFLAGS'
2871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2874 if test -n "$ac_tool_prefix"; then
2875   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2876 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_CC+set}" = set; then :
2880   $as_echo_n "(cached) " >&6
2881 else
2882   if test -n "$CC"; then
2883   ac_cv_prog_CC="$CC" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2887 do
2888   IFS=$as_save_IFS
2889   test -z "$as_dir" && as_dir=.
2890     for ac_exec_ext in '' $ac_executable_extensions; do
2891   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2893     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894     break 2
2895   fi
2896 done
2897   done
2898 IFS=$as_save_IFS
2899
2900 fi
2901 fi
2902 CC=$ac_cv_prog_CC
2903 if test -n "$CC"; then
2904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2906 else
2907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2909 fi
2910
2911
2912 fi
2913 if test -z "$ac_cv_prog_CC"; then
2914   ac_ct_CC=$CC
2915   # Extract the first word of "gcc", so it can be a program name with args.
2916 set dummy gcc; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920   $as_echo_n "(cached) " >&6
2921 else
2922   if test -n "$ac_ct_CC"; then
2923   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924 else
2925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 for as_dir in $PATH
2927 do
2928   IFS=$as_save_IFS
2929   test -z "$as_dir" && as_dir=.
2930     for ac_exec_ext in '' $ac_executable_extensions; do
2931   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2932     ac_cv_prog_ac_ct_CC="gcc"
2933     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934     break 2
2935   fi
2936 done
2937   done
2938 IFS=$as_save_IFS
2939
2940 fi
2941 fi
2942 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943 if test -n "$ac_ct_CC"; then
2944   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945 $as_echo "$ac_ct_CC" >&6; }
2946 else
2947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2949 fi
2950
2951   if test "x$ac_ct_CC" = x; then
2952     CC=""
2953   else
2954     case $cross_compiling:$ac_tool_warned in
2955 yes:)
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2957 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2958 ac_tool_warned=yes ;;
2959 esac
2960     CC=$ac_ct_CC
2961   fi
2962 else
2963   CC="$ac_cv_prog_CC"
2964 fi
2965
2966 if test -z "$CC"; then
2967           if test -n "$ac_tool_prefix"; then
2968     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2969 set dummy ${ac_tool_prefix}cc; ac_word=$2
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971 $as_echo_n "checking for $ac_word... " >&6; }
2972 if test "${ac_cv_prog_CC+set}" = set; then :
2973   $as_echo_n "(cached) " >&6
2974 else
2975   if test -n "$CC"; then
2976   ac_cv_prog_CC="$CC" # Let the user override the test.
2977 else
2978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979 for as_dir in $PATH
2980 do
2981   IFS=$as_save_IFS
2982   test -z "$as_dir" && as_dir=.
2983     for ac_exec_ext in '' $ac_executable_extensions; do
2984   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2985     ac_cv_prog_CC="${ac_tool_prefix}cc"
2986     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987     break 2
2988   fi
2989 done
2990   done
2991 IFS=$as_save_IFS
2992
2993 fi
2994 fi
2995 CC=$ac_cv_prog_CC
2996 if test -n "$CC"; then
2997   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2998 $as_echo "$CC" >&6; }
2999 else
3000   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001 $as_echo "no" >&6; }
3002 fi
3003
3004
3005   fi
3006 fi
3007 if test -z "$CC"; then
3008   # Extract the first word of "cc", so it can be a program name with args.
3009 set dummy cc; ac_word=$2
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3011 $as_echo_n "checking for $ac_word... " >&6; }
3012 if test "${ac_cv_prog_CC+set}" = set; then :
3013   $as_echo_n "(cached) " >&6
3014 else
3015   if test -n "$CC"; then
3016   ac_cv_prog_CC="$CC" # Let the user override the test.
3017 else
3018   ac_prog_rejected=no
3019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3020 for as_dir in $PATH
3021 do
3022   IFS=$as_save_IFS
3023   test -z "$as_dir" && as_dir=.
3024     for ac_exec_ext in '' $ac_executable_extensions; do
3025   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3026     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3027        ac_prog_rejected=yes
3028        continue
3029      fi
3030     ac_cv_prog_CC="cc"
3031     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3032     break 2
3033   fi
3034 done
3035   done
3036 IFS=$as_save_IFS
3037
3038 if test $ac_prog_rejected = yes; then
3039   # We found a bogon in the path, so make sure we never use it.
3040   set dummy $ac_cv_prog_CC
3041   shift
3042   if test $# != 0; then
3043     # We chose a different compiler from the bogus one.
3044     # However, it has the same basename, so the bogon will be chosen
3045     # first if we set CC to just the basename; use the full file name.
3046     shift
3047     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3048   fi
3049 fi
3050 fi
3051 fi
3052 CC=$ac_cv_prog_CC
3053 if test -n "$CC"; then
3054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3055 $as_echo "$CC" >&6; }
3056 else
3057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3058 $as_echo "no" >&6; }
3059 fi
3060
3061
3062 fi
3063 if test -z "$CC"; then
3064   if test -n "$ac_tool_prefix"; then
3065   for ac_prog in cl.exe
3066   do
3067     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3068 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3070 $as_echo_n "checking for $ac_word... " >&6; }
3071 if test "${ac_cv_prog_CC+set}" = set; then :
3072   $as_echo_n "(cached) " >&6
3073 else
3074   if test -n "$CC"; then
3075   ac_cv_prog_CC="$CC" # Let the user override the test.
3076 else
3077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3078 for as_dir in $PATH
3079 do
3080   IFS=$as_save_IFS
3081   test -z "$as_dir" && as_dir=.
3082     for ac_exec_ext in '' $ac_executable_extensions; do
3083   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3084     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3085     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086     break 2
3087   fi
3088 done
3089   done
3090 IFS=$as_save_IFS
3091
3092 fi
3093 fi
3094 CC=$ac_cv_prog_CC
3095 if test -n "$CC"; then
3096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3097 $as_echo "$CC" >&6; }
3098 else
3099   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3100 $as_echo "no" >&6; }
3101 fi
3102
3103
3104     test -n "$CC" && break
3105   done
3106 fi
3107 if test -z "$CC"; then
3108   ac_ct_CC=$CC
3109   for ac_prog in cl.exe
3110 do
3111   # Extract the first word of "$ac_prog", so it can be a program name with args.
3112 set dummy $ac_prog; ac_word=$2
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114 $as_echo_n "checking for $ac_word... " >&6; }
3115 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3116   $as_echo_n "(cached) " >&6
3117 else
3118   if test -n "$ac_ct_CC"; then
3119   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3120 else
3121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 for as_dir in $PATH
3123 do
3124   IFS=$as_save_IFS
3125   test -z "$as_dir" && as_dir=.
3126     for ac_exec_ext in '' $ac_executable_extensions; do
3127   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3128     ac_cv_prog_ac_ct_CC="$ac_prog"
3129     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130     break 2
3131   fi
3132 done
3133   done
3134 IFS=$as_save_IFS
3135
3136 fi
3137 fi
3138 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3139 if test -n "$ac_ct_CC"; then
3140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3141 $as_echo "$ac_ct_CC" >&6; }
3142 else
3143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144 $as_echo "no" >&6; }
3145 fi
3146
3147
3148   test -n "$ac_ct_CC" && break
3149 done
3150
3151   if test "x$ac_ct_CC" = x; then
3152     CC=""
3153   else
3154     case $cross_compiling:$ac_tool_warned in
3155 yes:)
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3158 ac_tool_warned=yes ;;
3159 esac
3160     CC=$ac_ct_CC
3161   fi
3162 fi
3163
3164 fi
3165
3166
3167 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3168 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3169 as_fn_error "no acceptable C compiler found in \$PATH
3170 See \`config.log' for more details." "$LINENO" 5; }
3171
3172 # Provide some information about the compiler.
3173 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3174 set X $ac_compile
3175 ac_compiler=$2
3176 for ac_option in --version -v -V -qversion; do
3177   { { ac_try="$ac_compiler $ac_option >&5"
3178 case "(($ac_try" in
3179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180   *) ac_try_echo=$ac_try;;
3181 esac
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3185   ac_status=$?
3186   if test -s conftest.err; then
3187     sed '10a\
3188 ... rest of stderr output deleted ...
3189          10q' conftest.err >conftest.er1
3190     cat conftest.er1 >&5
3191   fi
3192   rm -f conftest.er1 conftest.err
3193   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3194   test $ac_status = 0; }
3195 done
3196
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h.  */
3199
3200 int
3201 main ()
3202 {
3203
3204   ;
3205   return 0;
3206 }
3207 _ACEOF
3208 ac_clean_files_save=$ac_clean_files
3209 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3210 # Try to create an executable without -o first, disregard a.out.
3211 # It will help us diagnose broken compilers, and finding out an intuition
3212 # of exeext.
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3214 $as_echo_n "checking whether the C compiler works... " >&6; }
3215 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216
3217 # The possible output files:
3218 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219
3220 ac_rmfiles=
3221 for ac_file in $ac_files
3222 do
3223   case $ac_file in
3224     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3225     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3226   esac
3227 done
3228 rm -f $ac_rmfiles
3229
3230 if { { ac_try="$ac_link_default"
3231 case "(($ac_try" in
3232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3233   *) ac_try_echo=$ac_try;;
3234 esac
3235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3236 $as_echo "$ac_try_echo"; } >&5
3237   (eval "$ac_link_default") 2>&5
3238   ac_status=$?
3239   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3240   test $ac_status = 0; }; then :
3241   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3242 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3243 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3244 # so that the user can short-circuit this test for compilers unknown to
3245 # Autoconf.
3246 for ac_file in $ac_files ''
3247 do
3248   test -f "$ac_file" || continue
3249   case $ac_file in
3250     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251         ;;
3252     [ab].out )
3253         # We found the default executable, but exeext='' is most
3254         # certainly right.
3255         break;;
3256     *.* )
3257         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3258         then :; else
3259            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260         fi
3261         # We set ac_cv_exeext here because the later test for it is not
3262         # safe: cross compilers may not add the suffix if given an `-o'
3263         # argument, so we may need to know it at that point already.
3264         # Even if this section looks crufty: it has the advantage of
3265         # actually working.
3266         break;;
3267     * )
3268         break;;
3269   esac
3270 done
3271 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272
3273 else
3274   ac_file=''
3275 fi
3276 if test -z "$ac_file"; then :
3277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3278 $as_echo "no" >&6; }
3279 $as_echo "$as_me: failed program was:" >&5
3280 sed 's/^/| /' conftest.$ac_ext >&5
3281
3282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3283 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284 { as_fn_set_status 77
3285 as_fn_error "C compiler cannot create executables
3286 See \`config.log' for more details." "$LINENO" 5; }; }
3287 else
3288   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3289 $as_echo "yes" >&6; }
3290 fi
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3292 $as_echo_n "checking for C compiler default output file name... " >&6; }
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3294 $as_echo "$ac_file" >&6; }
3295 ac_exeext=$ac_cv_exeext
3296
3297 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3298 ac_clean_files=$ac_clean_files_save
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3300 $as_echo_n "checking for suffix of executables... " >&6; }
3301 if { { ac_try="$ac_link"
3302 case "(($ac_try" in
3303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304   *) ac_try_echo=$ac_try;;
3305 esac
3306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3307 $as_echo "$ac_try_echo"; } >&5
3308   (eval "$ac_link") 2>&5
3309   ac_status=$?
3310   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3311   test $ac_status = 0; }; then :
3312   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3313 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3314 # work properly (i.e., refer to `conftest.exe'), while it won't with
3315 # `rm'.
3316 for ac_file in conftest.exe conftest conftest.*; do
3317   test -f "$ac_file" || continue
3318   case $ac_file in
3319     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3320     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3321           break;;
3322     * ) break;;
3323   esac
3324 done
3325 else
3326   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328 as_fn_error "cannot compute suffix of executables: cannot compile and link
3329 See \`config.log' for more details." "$LINENO" 5; }
3330 fi
3331 rm -f conftest conftest$ac_cv_exeext
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3333 $as_echo "$ac_cv_exeext" >&6; }
3334
3335 rm -f conftest.$ac_ext
3336 EXEEXT=$ac_cv_exeext
3337 ac_exeext=$EXEEXT
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339 /* end confdefs.h.  */
3340 #include <stdio.h>
3341 int
3342 main ()
3343 {
3344 FILE *f = fopen ("conftest.out", "w");
3345  return ferror (f) || fclose (f) != 0;
3346
3347   ;
3348   return 0;
3349 }
3350 _ACEOF
3351 ac_clean_files="$ac_clean_files conftest.out"
3352 # Check that the compiler produces executables we can run.  If not, either
3353 # the compiler is broken, or we cross compile.
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3355 $as_echo_n "checking whether we are cross compiling... " >&6; }
3356 if test "$cross_compiling" != yes; then
3357   { { ac_try="$ac_link"
3358 case "(($ac_try" in
3359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360   *) ac_try_echo=$ac_try;;
3361 esac
3362 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363 $as_echo "$ac_try_echo"; } >&5
3364   (eval "$ac_link") 2>&5
3365   ac_status=$?
3366   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367   test $ac_status = 0; }
3368   if { ac_try='./conftest$ac_cv_exeext'
3369   { { case "(($ac_try" in
3370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3371   *) ac_try_echo=$ac_try;;
3372 esac
3373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3374 $as_echo "$ac_try_echo"; } >&5
3375   (eval "$ac_try") 2>&5
3376   ac_status=$?
3377   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3378   test $ac_status = 0; }; }; then
3379     cross_compiling=no
3380   else
3381     if test "$cross_compiling" = maybe; then
3382         cross_compiling=yes
3383     else
3384         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3385 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3386 as_fn_error "cannot run C compiled programs.
3387 If you meant to cross compile, use \`--host'.
3388 See \`config.log' for more details." "$LINENO" 5; }
3389     fi
3390   fi
3391 fi
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3393 $as_echo "$cross_compiling" >&6; }
3394
3395 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3396 ac_clean_files=$ac_clean_files_save
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3398 $as_echo_n "checking for suffix of object files... " >&6; }
3399 if test "${ac_cv_objext+set}" = set; then :
3400   $as_echo_n "(cached) " >&6
3401 else
3402   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403 /* end confdefs.h.  */
3404
3405 int
3406 main ()
3407 {
3408
3409   ;
3410   return 0;
3411 }
3412 _ACEOF
3413 rm -f conftest.o conftest.obj
3414 if { { ac_try="$ac_compile"
3415 case "(($ac_try" in
3416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417   *) ac_try_echo=$ac_try;;
3418 esac
3419 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3420 $as_echo "$ac_try_echo"; } >&5
3421   (eval "$ac_compile") 2>&5
3422   ac_status=$?
3423   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3424   test $ac_status = 0; }; then :
3425   for ac_file in conftest.o conftest.obj conftest.*; do
3426   test -f "$ac_file" || continue;
3427   case $ac_file in
3428     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3429     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3430        break;;
3431   esac
3432 done
3433 else
3434   $as_echo "$as_me: failed program was:" >&5
3435 sed 's/^/| /' conftest.$ac_ext >&5
3436
3437 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3439 as_fn_error "cannot compute suffix of object files: cannot compile
3440 See \`config.log' for more details." "$LINENO" 5; }
3441 fi
3442 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 fi
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3445 $as_echo "$ac_cv_objext" >&6; }
3446 OBJEXT=$ac_cv_objext
3447 ac_objext=$OBJEXT
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3449 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3450 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3451   $as_echo_n "(cached) " >&6
3452 else
3453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454 /* end confdefs.h.  */
3455
3456 int
3457 main ()
3458 {
3459 #ifndef __GNUC__
3460        choke me
3461 #endif
3462
3463   ;
3464   return 0;
3465 }
3466 _ACEOF
3467 if ac_fn_c_try_compile "$LINENO"; then :
3468   ac_compiler_gnu=yes
3469 else
3470   ac_compiler_gnu=no
3471 fi
3472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3473 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3474
3475 fi
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3477 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3478 if test $ac_compiler_gnu = yes; then
3479   GCC=yes
3480 else
3481   GCC=
3482 fi
3483 ac_test_CFLAGS=${CFLAGS+set}
3484 ac_save_CFLAGS=$CFLAGS
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3486 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3487 if test "${ac_cv_prog_cc_g+set}" = set; then :
3488   $as_echo_n "(cached) " >&6
3489 else
3490   ac_save_c_werror_flag=$ac_c_werror_flag
3491    ac_c_werror_flag=yes
3492    ac_cv_prog_cc_g=no
3493    CFLAGS="-g"
3494    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3495 /* end confdefs.h.  */
3496
3497 int
3498 main ()
3499 {
3500
3501   ;
3502   return 0;
3503 }
3504 _ACEOF
3505 if ac_fn_c_try_compile "$LINENO"; then :
3506   ac_cv_prog_cc_g=yes
3507 else
3508   CFLAGS=""
3509       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510 /* end confdefs.h.  */
3511
3512 int
3513 main ()
3514 {
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 if ac_fn_c_try_compile "$LINENO"; then :
3521
3522 else
3523   ac_c_werror_flag=$ac_save_c_werror_flag
3524          CFLAGS="-g"
3525          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526 /* end confdefs.h.  */
3527
3528 int
3529 main ()
3530 {
3531
3532   ;
3533   return 0;
3534 }
3535 _ACEOF
3536 if ac_fn_c_try_compile "$LINENO"; then :
3537   ac_cv_prog_cc_g=yes
3538 fi
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 fi
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 fi
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544    ac_c_werror_flag=$ac_save_c_werror_flag
3545 fi
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3547 $as_echo "$ac_cv_prog_cc_g" >&6; }
3548 if test "$ac_test_CFLAGS" = set; then
3549   CFLAGS=$ac_save_CFLAGS
3550 elif test $ac_cv_prog_cc_g = yes; then
3551   if test "$GCC" = yes; then
3552     CFLAGS="-g -O2"
3553   else
3554     CFLAGS="-g"
3555   fi
3556 else
3557   if test "$GCC" = yes; then
3558     CFLAGS="-O2"
3559   else
3560     CFLAGS=
3561   fi
3562 fi
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3564 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3565 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3566   $as_echo_n "(cached) " >&6
3567 else
3568   ac_cv_prog_cc_c89=no
3569 ac_save_CC=$CC
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h.  */
3572 #include <stdarg.h>
3573 #include <stdio.h>
3574 #include <sys/types.h>
3575 #include <sys/stat.h>
3576 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3577 struct buf { int x; };
3578 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3579 static char *e (p, i)
3580      char **p;
3581      int i;
3582 {
3583   return p[i];
3584 }
3585 static char *f (char * (*g) (char **, int), char **p, ...)
3586 {
3587   char *s;
3588   va_list v;
3589   va_start (v,p);
3590   s = g (p, va_arg (v,int));
3591   va_end (v);
3592   return s;
3593 }
3594
3595 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3596    function prototypes and stuff, but not '\xHH' hex character constants.
3597    These don't provoke an error unfortunately, instead are silently treated
3598    as 'x'.  The following induces an error, until -std is added to get
3599    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3600    array size at least.  It's necessary to write '\x00'==0 to get something
3601    that's true only with -std.  */
3602 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603
3604 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3605    inside strings and character constants.  */
3606 #define FOO(x) 'x'
3607 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608
3609 int test (int i, double x);
3610 struct s1 {int (*f) (int a);};
3611 struct s2 {int (*f) (double a);};
3612 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3613 int argc;
3614 char **argv;
3615 int
3616 main ()
3617 {
3618 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3619   ;
3620   return 0;
3621 }
3622 _ACEOF
3623 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3624         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 do
3626   CC="$ac_save_CC $ac_arg"
3627   if ac_fn_c_try_compile "$LINENO"; then :
3628   ac_cv_prog_cc_c89=$ac_arg
3629 fi
3630 rm -f core conftest.err conftest.$ac_objext
3631   test "x$ac_cv_prog_cc_c89" != "xno" && break
3632 done
3633 rm -f conftest.$ac_ext
3634 CC=$ac_save_CC
3635
3636 fi
3637 # AC_CACHE_VAL
3638 case "x$ac_cv_prog_cc_c89" in
3639   x)
3640     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3641 $as_echo "none needed" >&6; } ;;
3642   xno)
3643     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3644 $as_echo "unsupported" >&6; } ;;
3645   *)
3646     CC="$CC $ac_cv_prog_cc_c89"
3647     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3648 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3649 esac
3650 if test "x$ac_cv_prog_cc_c89" != xno; then :
3651
3652 fi
3653
3654 ac_ext=c
3655 ac_cpp='$CPP $CPPFLAGS'
3656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659
3660 ac_ext=cpp
3661 ac_cpp='$CXXCPP $CPPFLAGS'
3662 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3665 if test -z "$CXX"; then
3666   if test -n "$CCC"; then
3667     CXX=$CCC
3668   else
3669     if test -n "$ac_tool_prefix"; then
3670   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671   do
3672     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3673 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_CXX+set}" = set; then :
3677   $as_echo_n "(cached) " >&6
3678 else
3679   if test -n "$CXX"; then
3680   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3684 do
3685   IFS=$as_save_IFS
3686   test -z "$as_dir" && as_dir=.
3687     for ac_exec_ext in '' $ac_executable_extensions; do
3688   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3690     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691     break 2
3692   fi
3693 done
3694   done
3695 IFS=$as_save_IFS
3696
3697 fi
3698 fi
3699 CXX=$ac_cv_prog_CXX
3700 if test -n "$CXX"; then
3701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3702 $as_echo "$CXX" >&6; }
3703 else
3704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3706 fi
3707
3708
3709     test -n "$CXX" && break
3710   done
3711 fi
3712 if test -z "$CXX"; then
3713   ac_ct_CXX=$CXX
3714   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 do
3716   # Extract the first word of "$ac_prog", so it can be a program name with args.
3717 set dummy $ac_prog; ac_word=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3721   $as_echo_n "(cached) " >&6
3722 else
3723   if test -n "$ac_ct_CXX"; then
3724   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3728 do
3729   IFS=$as_save_IFS
3730   test -z "$as_dir" && as_dir=.
3731     for ac_exec_ext in '' $ac_executable_extensions; do
3732   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733     ac_cv_prog_ac_ct_CXX="$ac_prog"
3734     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3735     break 2
3736   fi
3737 done
3738   done
3739 IFS=$as_save_IFS
3740
3741 fi
3742 fi
3743 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3744 if test -n "$ac_ct_CXX"; then
3745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3746 $as_echo "$ac_ct_CXX" >&6; }
3747 else
3748   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3750 fi
3751
3752
3753   test -n "$ac_ct_CXX" && break
3754 done
3755
3756   if test "x$ac_ct_CXX" = x; then
3757     CXX="g++"
3758   else
3759     case $cross_compiling:$ac_tool_warned in
3760 yes:)
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3762 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3763 ac_tool_warned=yes ;;
3764 esac
3765     CXX=$ac_ct_CXX
3766   fi
3767 fi
3768
3769   fi
3770 fi
3771 # Provide some information about the compiler.
3772 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3773 set X $ac_compile
3774 ac_compiler=$2
3775 for ac_option in --version -v -V -qversion; do
3776   { { ac_try="$ac_compiler $ac_option >&5"
3777 case "(($ac_try" in
3778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779   *) ac_try_echo=$ac_try;;
3780 esac
3781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3782 $as_echo "$ac_try_echo"; } >&5
3783   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3784   ac_status=$?
3785   if test -s conftest.err; then
3786     sed '10a\
3787 ... rest of stderr output deleted ...
3788          10q' conftest.err >conftest.er1
3789     cat conftest.er1 >&5
3790   fi
3791   rm -f conftest.er1 conftest.err
3792   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3793   test $ac_status = 0; }
3794 done
3795
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3797 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3798 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3799   $as_echo_n "(cached) " >&6
3800 else
3801   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3802 /* end confdefs.h.  */
3803
3804 int
3805 main ()
3806 {
3807 #ifndef __GNUC__
3808        choke me
3809 #endif
3810
3811   ;
3812   return 0;
3813 }
3814 _ACEOF
3815 if ac_fn_cxx_try_compile "$LINENO"; then :
3816   ac_compiler_gnu=yes
3817 else
3818   ac_compiler_gnu=no
3819 fi
3820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3822
3823 fi
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3825 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3826 if test $ac_compiler_gnu = yes; then
3827   GXX=yes
3828 else
3829   GXX=
3830 fi
3831 ac_test_CXXFLAGS=${CXXFLAGS+set}
3832 ac_save_CXXFLAGS=$CXXFLAGS
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3834 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3835 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3836   $as_echo_n "(cached) " >&6
3837 else
3838   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3839    ac_cxx_werror_flag=yes
3840    ac_cv_prog_cxx_g=no
3841    CXXFLAGS="-g"
3842    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3843 /* end confdefs.h.  */
3844
3845 int
3846 main ()
3847 {
3848
3849   ;
3850   return 0;
3851 }
3852 _ACEOF
3853 if ac_fn_cxx_try_compile "$LINENO"; then :
3854   ac_cv_prog_cxx_g=yes
3855 else
3856   CXXFLAGS=""
3857       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3858 /* end confdefs.h.  */
3859
3860 int
3861 main ()
3862 {
3863
3864   ;
3865   return 0;
3866 }
3867 _ACEOF
3868 if ac_fn_cxx_try_compile "$LINENO"; then :
3869
3870 else
3871   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3872          CXXFLAGS="-g"
3873          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3874 /* end confdefs.h.  */
3875
3876 int
3877 main ()
3878 {
3879
3880   ;
3881   return 0;
3882 }
3883 _ACEOF
3884 if ac_fn_cxx_try_compile "$LINENO"; then :
3885   ac_cv_prog_cxx_g=yes
3886 fi
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 fi
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 fi
3891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3892    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 fi
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3895 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3896 if test "$ac_test_CXXFLAGS" = set; then
3897   CXXFLAGS=$ac_save_CXXFLAGS
3898 elif test $ac_cv_prog_cxx_g = yes; then
3899   if test "$GXX" = yes; then
3900     CXXFLAGS="-g -O2"
3901   else
3902     CXXFLAGS="-g"
3903   fi
3904 else
3905   if test "$GXX" = yes; then
3906     CXXFLAGS="-O2"
3907   else
3908     CXXFLAGS=
3909   fi
3910 fi
3911 ac_ext=c
3912 ac_cpp='$CPP $CPPFLAGS'
3913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916
3917 if test -n "$ac_tool_prefix"; then
3918   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3919 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3921 $as_echo_n "checking for $ac_word... " >&6; }
3922 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3923   $as_echo_n "(cached) " >&6
3924 else
3925   if test -n "$CPPBIN"; then
3926   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3927 else
3928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3929 for as_dir in $PATH
3930 do
3931   IFS=$as_save_IFS
3932   test -z "$as_dir" && as_dir=.
3933     for ac_exec_ext in '' $ac_executable_extensions; do
3934   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3935     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3936     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3937     break 2
3938   fi
3939 done
3940   done
3941 IFS=$as_save_IFS
3942
3943 fi
3944 fi
3945 CPPBIN=$ac_cv_prog_CPPBIN
3946 if test -n "$CPPBIN"; then
3947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3948 $as_echo "$CPPBIN" >&6; }
3949 else
3950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3951 $as_echo "no" >&6; }
3952 fi
3953
3954
3955 fi
3956 if test -z "$ac_cv_prog_CPPBIN"; then
3957   ac_ct_CPPBIN=$CPPBIN
3958   # Extract the first word of "cpp", so it can be a program name with args.
3959 set dummy cpp; ac_word=$2
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3961 $as_echo_n "checking for $ac_word... " >&6; }
3962 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3963   $as_echo_n "(cached) " >&6
3964 else
3965   if test -n "$ac_ct_CPPBIN"; then
3966   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3967 else
3968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3969 for as_dir in $PATH
3970 do
3971   IFS=$as_save_IFS
3972   test -z "$as_dir" && as_dir=.
3973     for ac_exec_ext in '' $ac_executable_extensions; do
3974   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3975     ac_cv_prog_ac_ct_CPPBIN="cpp"
3976     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3977     break 2
3978   fi
3979 done
3980   done
3981 IFS=$as_save_IFS
3982
3983 fi
3984 fi
3985 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3986 if test -n "$ac_ct_CPPBIN"; then
3987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3988 $as_echo "$ac_ct_CPPBIN" >&6; }
3989 else
3990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3991 $as_echo "no" >&6; }
3992 fi
3993
3994   if test "x$ac_ct_CPPBIN" = x; then
3995     CPPBIN="cpp"
3996   else
3997     case $cross_compiling:$ac_tool_warned in
3998 yes:)
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4001 ac_tool_warned=yes ;;
4002 esac
4003     CPPBIN=$ac_ct_CPPBIN
4004   fi
4005 else
4006   CPPBIN="$ac_cv_prog_CPPBIN"
4007 fi
4008
4009
4010 cat >>confdefs.h <<_ACEOF
4011 #define EXEEXT "$ac_exeext"
4012 _ACEOF
4013
4014
4015 case $host in
4016   *-darwin*)
4017     if test "x$enable_win64" = "xyes"
4018     then
4019       CC="$CC -m64"
4020       CXX="$CXX -m64"
4021       LD="${LD:-ld} -arch x86_64"
4022       AS="${AS:-as} -arch x86_64"
4023       host_cpu="x86_64"
4024       notice_platform="64-bit "
4025       TARGETFLAGS="-m64"
4026
4027     else
4028       CC="$CC -m32"
4029       CXX="$CXX -m32"
4030       LD="${LD:-ld} -arch i386"
4031       AS="${AS:-as} -arch i386"
4032       host_cpu="i386"
4033       notice_platform="32-bit "
4034       TARGETFLAGS="-m32"
4035
4036       enable_win16=${enable_win16:-yes}
4037     fi
4038     ;;
4039   x86_64*)
4040     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4041     then
4042       CC="$CC -m32"
4043       CXX="$CXX -m32"
4044       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4045 $as_echo_n "checking whether $CC works... " >&6; }
4046
4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4048 /* end confdefs.h.  */
4049
4050 int
4051 main ()
4052 {
4053
4054   ;
4055   return 0;
4056 }
4057 _ACEOF
4058 if ac_fn_c_try_link "$LINENO"; then :
4059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4060 $as_echo "yes" >&6; }
4061 else
4062   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4063 $as_echo "no" >&6; }
4064                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 fi
4066 rm -f core conftest.err conftest.$ac_objext \
4067     conftest$ac_exeext conftest.$ac_ext
4068       LD="${LD:-ld} -m elf_i386"
4069       AS="${AS:-as} --32"
4070       host_cpu="i386"
4071       notice_platform="32-bit "
4072       TARGETFLAGS="-m32"
4073
4074       enable_win16=${enable_win16:-yes}
4075     else
4076       if test "x${GCC}" = "xyes"
4077       then
4078         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4079 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4080         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4081 /* end confdefs.h.  */
4082 #include <stdarg.h>
4083 int
4084 main ()
4085 {
4086 void func(__builtin_ms_va_list *args);
4087   ;
4088   return 0;
4089 }
4090 _ACEOF
4091 if ac_fn_c_try_compile "$LINENO"; then :
4092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4093 $as_echo "yes" >&6; }
4094 else
4095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4096 $as_echo "no" >&6; }
4097                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 fi
4099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100       fi
4101       TARGETFLAGS="-m64"
4102
4103     fi
4104     ;;
4105   *-mingw32*|*-cygwin*)
4106     enable_win16=${enable_win16:-no}
4107     CFLAGS="$CFLAGS -D_WIN32"
4108     ;;
4109   i[3456789]86*)
4110     enable_win16=${enable_win16:-yes}
4111     ;;
4112 esac
4113
4114 enable_win16=${enable_win16:-no}
4115
4116 enable_winetest=${enable_winetest:-$enable_tests}
4117
4118 if test -n "$with_wine64"
4119 then
4120     if test "x$enable_win64" = "xyes"
4121     then
4122         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4123 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4124     fi
4125     WOW64_DISABLE=\#
4126
4127     enable_fonts=${enable_fonts:-no}
4128     enable_include=${enable_include:-no}
4129     enable_server=${enable_server:-no}
4130     enable_tools=${enable_tools:-no}
4131     enable_wineboot=${enable_wineboot:-no}
4132     enable_winedbg=${enable_winedbg:-no}
4133     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4134 fi
4135
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4137 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4138 if test "${wine_cv_toolsdir+set}" = set; then :
4139   $as_echo_n "(cached) " >&6
4140 else
4141   wine_cv_toolsdir="$with_wine_tools"
4142    if test -z "$with_wine_tools"; then
4143      if test "$cross_compiling" = "yes"; then
4144        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4145      elif test -n "$with_wine64"; then
4146        wine_cv_toolsdir="$with_wine64"
4147      fi
4148    fi
4149    if test -z "$wine_cv_toolsdir"; then
4150      wine_cv_toolsdir="\$(TOPOBJDIR)"
4151    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4152      case "$wine_cv_toolsdir" in
4153        /*) ;;
4154        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4155      esac
4156    else
4157      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4158    fi
4159 fi
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4161 $as_echo "$wine_cv_toolsdir" >&6; }
4162 TOOLSDIR=$wine_cv_toolsdir
4163
4164 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4165 then
4166     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4167
4168 fi
4169
4170 for ac_prog in flex
4171 do
4172   # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_FLEX+set}" = set; then :
4177   $as_echo_n "(cached) " >&6
4178 else
4179   if test -n "$FLEX"; then
4180   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4184 do
4185   IFS=$as_save_IFS
4186   test -z "$as_dir" && as_dir=.
4187     for ac_exec_ext in '' $ac_executable_extensions; do
4188   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189     ac_cv_prog_FLEX="$ac_prog"
4190     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191     break 2
4192   fi
4193 done
4194   done
4195 IFS=$as_save_IFS
4196
4197 fi
4198 fi
4199 FLEX=$ac_cv_prog_FLEX
4200 if test -n "$FLEX"; then
4201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4202 $as_echo "$FLEX" >&6; }
4203 else
4204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205 $as_echo "no" >&6; }
4206 fi
4207
4208
4209   test -n "$FLEX" && break
4210 done
4211 test -n "$FLEX" || FLEX="none"
4212
4213 if test "$FLEX" = "none"
4214 then
4215   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 fi
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4218 $as_echo_n "checking whether flex is recent enough... " >&6; }
4219 cat >conftest.l <<EOF
4220 %top{
4221 #include "prediluvian.h"
4222 }
4223 %%
4224 EOF
4225 if $FLEX -t conftest.l >/dev/null 2>&1
4226 then
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4228 $as_echo "yes" >&6; }
4229 else
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4233 fi
4234
4235 for ac_prog in bison
4236 do
4237   # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if test "${ac_cv_prog_BISON+set}" = set; then :
4242   $as_echo_n "(cached) " >&6
4243 else
4244   if test -n "$BISON"; then
4245   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4249 do
4250   IFS=$as_save_IFS
4251   test -z "$as_dir" && as_dir=.
4252     for ac_exec_ext in '' $ac_executable_extensions; do
4253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254     ac_cv_prog_BISON="$ac_prog"
4255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256     break 2
4257   fi
4258 done
4259   done
4260 IFS=$as_save_IFS
4261
4262 fi
4263 fi
4264 BISON=$ac_cv_prog_BISON
4265 if test -n "$BISON"; then
4266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4267 $as_echo "$BISON" >&6; }
4268 else
4269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4271 fi
4272
4273
4274   test -n "$BISON" && break
4275 done
4276 test -n "$BISON" || BISON="none"
4277
4278 if test "$BISON" = "none"
4279 then
4280   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4281 fi
4282
4283 if test -n "$ac_tool_prefix"; then
4284   for ac_prog in ar gar
4285   do
4286     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4287 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_AR+set}" = set; then :
4291   $as_echo_n "(cached) " >&6
4292 else
4293   if test -n "$AR"; then
4294   ac_cv_prog_AR="$AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4298 do
4299   IFS=$as_save_IFS
4300   test -z "$as_dir" && as_dir=.
4301     for ac_exec_ext in '' $ac_executable_extensions; do
4302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4304     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305     break 2
4306   fi
4307 done
4308   done
4309 IFS=$as_save_IFS
4310
4311 fi
4312 fi
4313 AR=$ac_cv_prog_AR
4314 if test -n "$AR"; then
4315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4316 $as_echo "$AR" >&6; }
4317 else
4318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4320 fi
4321
4322
4323     test -n "$AR" && break
4324   done
4325 fi
4326 if test -z "$AR"; then
4327   ac_ct_AR=$AR
4328   for ac_prog in ar gar
4329 do
4330   # Extract the first word of "$ac_prog", so it can be a program name with args.
4331 set dummy $ac_prog; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335   $as_echo_n "(cached) " >&6
4336 else
4337   if test -n "$ac_ct_AR"; then
4338   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4342 do
4343   IFS=$as_save_IFS
4344   test -z "$as_dir" && as_dir=.
4345     for ac_exec_ext in '' $ac_executable_extensions; do
4346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347     ac_cv_prog_ac_ct_AR="$ac_prog"
4348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349     break 2
4350   fi
4351 done
4352   done
4353 IFS=$as_save_IFS
4354
4355 fi
4356 fi
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4364 fi
4365
4366
4367   test -n "$ac_ct_AR" && break
4368 done
4369
4370   if test "x$ac_ct_AR" = x; then
4371     AR="ar"
4372   else
4373     case $cross_compiling:$ac_tool_warned in
4374 yes:)
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4377 ac_tool_warned=yes ;;
4378 esac
4379     AR=$ac_ct_AR
4380   fi
4381 fi
4382
4383 ARFLAGS=rc
4384
4385 if test -n "$ac_tool_prefix"; then
4386   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4391   $as_echo_n "(cached) " >&6
4392 else
4393   if test -n "$RANLIB"; then
4394   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4398 do
4399   IFS=$as_save_IFS
4400   test -z "$as_dir" && as_dir=.
4401     for ac_exec_ext in '' $ac_executable_extensions; do
4402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405     break 2
4406   fi
4407 done
4408   done
4409 IFS=$as_save_IFS
4410
4411 fi
4412 fi
4413 RANLIB=$ac_cv_prog_RANLIB
4414 if test -n "$RANLIB"; then
4415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4416 $as_echo "$RANLIB" >&6; }
4417 else
4418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4420 fi
4421
4422
4423 fi
4424 if test -z "$ac_cv_prog_RANLIB"; then
4425   ac_ct_RANLIB=$RANLIB
4426   # Extract the first word of "ranlib", so it can be a program name with args.
4427 set dummy ranlib; ac_word=$2
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4431   $as_echo_n "(cached) " >&6
4432 else
4433   if test -n "$ac_ct_RANLIB"; then
4434   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4435 else
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4437 for as_dir in $PATH
4438 do
4439   IFS=$as_save_IFS
4440   test -z "$as_dir" && as_dir=.
4441     for ac_exec_ext in '' $ac_executable_extensions; do
4442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443     ac_cv_prog_ac_ct_RANLIB="ranlib"
4444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445     break 2
4446   fi
4447 done
4448   done
4449 IFS=$as_save_IFS
4450
4451 fi
4452 fi
4453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4454 if test -n "$ac_ct_RANLIB"; then
4455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4456 $as_echo "$ac_ct_RANLIB" >&6; }
4457 else
4458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4460 fi
4461
4462   if test "x$ac_ct_RANLIB" = x; then
4463     RANLIB=":"
4464   else
4465     case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471     RANLIB=$ac_ct_RANLIB
4472   fi
4473 else
4474   RANLIB="$ac_cv_prog_RANLIB"
4475 fi
4476
4477 if test -n "$ac_tool_prefix"; then
4478   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}strip; ac_word=$2
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_STRIP+set}" = set; then :
4483   $as_echo_n "(cached) " >&6
4484 else
4485   if test -n "$STRIP"; then
4486   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493     for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500   done
4501 IFS=$as_save_IFS
4502
4503 fi
4504 fi
4505 STRIP=$ac_cv_prog_STRIP
4506 if test -n "$STRIP"; then
4507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4508 $as_echo "$STRIP" >&6; }
4509 else
4510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511 $as_echo "no" >&6; }
4512 fi
4513
4514
4515 fi
4516 if test -z "$ac_cv_prog_STRIP"; then
4517   ac_ct_STRIP=$STRIP
4518   # Extract the first word of "strip", so it can be a program name with args.
4519 set dummy strip; ac_word=$2
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4523   $as_echo_n "(cached) " >&6
4524 else
4525   if test -n "$ac_ct_STRIP"; then
4526   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4530 do
4531   IFS=$as_save_IFS
4532   test -z "$as_dir" && as_dir=.
4533     for ac_exec_ext in '' $ac_executable_extensions; do
4534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535     ac_cv_prog_ac_ct_STRIP="strip"
4536     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4537     break 2
4538   fi
4539 done
4540   done
4541 IFS=$as_save_IFS
4542
4543 fi
4544 fi
4545 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4546 if test -n "$ac_ct_STRIP"; then
4547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4548 $as_echo "$ac_ct_STRIP" >&6; }
4549 else
4550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4551 $as_echo "no" >&6; }
4552 fi
4553
4554   if test "x$ac_ct_STRIP" = x; then
4555     STRIP="strip"
4556   else
4557     case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563     STRIP=$ac_ct_STRIP
4564   fi
4565 else
4566   STRIP="$ac_cv_prog_STRIP"
4567 fi
4568
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4570 $as_echo_n "checking whether ln -s works... " >&6; }
4571 LN_S=$as_ln_s
4572 if test "$LN_S" = "ln -s"; then
4573   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4574 $as_echo "yes" >&6; }
4575 else
4576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4577 $as_echo "no, using $LN_S" >&6; }
4578 fi
4579
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583   $as_echo_n "(cached) " >&6
4584 else
4585   if test -z "$GREP"; then
4586   ac_path_GREP_found=false
4587   # Loop through the user's path and test for each of PROGNAME-LIST
4588   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 do
4591   IFS=$as_save_IFS
4592   test -z "$as_dir" && as_dir=.
4593     for ac_prog in grep ggrep; do
4594     for ac_exec_ext in '' $ac_executable_extensions; do
4595       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598   # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 *)
4603   ac_count=0
4604   $as_echo_n 0123456789 >"conftest.in"
4605   while :
4606   do
4607     cat "conftest.in" "conftest.in" >"conftest.tmp"
4608     mv "conftest.tmp" "conftest.in"
4609     cp "conftest.in" "conftest.nl"
4610     $as_echo 'GREP' >> "conftest.nl"
4611     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613     as_fn_arith $ac_count + 1 && ac_count=$as_val
4614     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615       # Best one so far, save it but keep looking for a better one
4616       ac_cv_path_GREP="$ac_path_GREP"
4617       ac_path_GREP_max=$ac_count
4618     fi
4619     # 10*(2^10) chars as input seems more than enough
4620     test $ac_count -gt 10 && break
4621   done
4622   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4624
4625       $ac_path_GREP_found && break 3
4626     done
4627   done
4628   done
4629 IFS=$as_save_IFS
4630   if test -z "$ac_cv_path_GREP"; then
4631     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632   fi
4633 else
4634   ac_cv_path_GREP=$GREP
4635 fi
4636
4637 fi
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640  GREP="$ac_cv_path_GREP"
4641
4642
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646   $as_echo_n "(cached) " >&6
4647 else
4648   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649    then ac_cv_path_EGREP="$GREP -E"
4650    else
4651      if test -z "$EGREP"; then
4652   ac_path_EGREP_found=false
4653   # Loop through the user's path and test for each of PROGNAME-LIST
4654   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 do
4657   IFS=$as_save_IFS
4658   test -z "$as_dir" && as_dir=.
4659     for ac_prog in egrep; do
4660     for ac_exec_ext in '' $ac_executable_extensions; do
4661       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664   # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 *)
4669   ac_count=0
4670   $as_echo_n 0123456789 >"conftest.in"
4671   while :
4672   do
4673     cat "conftest.in" "conftest.in" >"conftest.tmp"
4674     mv "conftest.tmp" "conftest.in"
4675     cp "conftest.in" "conftest.nl"
4676     $as_echo 'EGREP' >> "conftest.nl"
4677     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679     as_fn_arith $ac_count + 1 && ac_count=$as_val
4680     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681       # Best one so far, save it but keep looking for a better one
4682       ac_cv_path_EGREP="$ac_path_EGREP"
4683       ac_path_EGREP_max=$ac_count
4684     fi
4685     # 10*(2^10) chars as input seems more than enough
4686     test $ac_count -gt 10 && break
4687   done
4688   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4690
4691       $ac_path_EGREP_found && break 3
4692     done
4693   done
4694   done
4695 IFS=$as_save_IFS
4696   if test -z "$ac_cv_path_EGREP"; then
4697     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698   fi
4699 else
4700   ac_cv_path_EGREP=$EGREP
4701 fi
4702
4703    fi
4704 fi
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707  EGREP="$ac_cv_path_EGREP"
4708
4709
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715   $as_echo_n "(cached) " >&6
4716 else
4717   case $LDCONFIG in
4718   [\\/]* | ?:[\\/]*)
4719   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4720   ;;
4721   *)
4722   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4724 do
4725   IFS=$as_save_IFS
4726   test -z "$as_dir" && as_dir=.
4727     for ac_exec_ext in '' $ac_executable_extensions; do
4728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731     break 2
4732   fi
4733 done
4734   done
4735 IFS=$as_save_IFS
4736
4737   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738   ;;
4739 esac
4740 fi
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4748 fi
4749
4750
4751 # Find a good install program.  We prefer a C program (faster),
4752 # so one script is as good as another.  But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769   $as_echo_n "(cached) " >&6
4770 else
4771   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4773 do
4774   IFS=$as_save_IFS
4775   test -z "$as_dir" && as_dir=.
4776     # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778   ./ | .// | /[cC]/* | \
4779   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781   /usr/ucb/* ) ;;
4782   *)
4783     # OSF1 and SCO ODT 3.0 have their own names for install.
4784     # Don't use installbsd from OSF since it installs stuff as root
4785     # by default.
4786     for ac_prog in ginstall scoinst install; do
4787       for ac_exec_ext in '' $ac_executable_extensions; do
4788         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789           if test $ac_prog = install &&
4790             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791             # AIX install.  It has an incompatible calling convention.
4792             :
4793           elif test $ac_prog = install &&
4794             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795             # program-specific install script used by HP pwplus--don't use.
4796             :
4797           else
4798             rm -rf conftest.one conftest.two conftest.dir
4799             echo one > conftest.one
4800             echo two > conftest.two
4801             mkdir conftest.dir
4802             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803               test -s conftest.one && test -s conftest.two &&
4804               test -s conftest.dir/conftest.one &&
4805               test -s conftest.dir/conftest.two
4806             then
4807               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808               break 3
4809             fi
4810           fi
4811         fi
4812       done
4813     done
4814     ;;
4815 esac
4816
4817   done
4818 IFS=$as_save_IFS
4819
4820 rm -rf conftest.one conftest.two conftest.dir
4821
4822 fi
4823   if test "${ac_cv_path_install+set}" = set; then
4824     INSTALL=$ac_cv_path_install
4825   else
4826     # As a last resort, use the slow shell script.  Don't cache a
4827     # value for INSTALL within a source directory, because that will
4828     # break other packages using the cache if that directory is
4829     # removed, or if the value is a relative name.
4830     INSTALL=$ac_install_sh
4831   fi
4832 fi
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4835
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843
4844 case "$INSTALL" in
4845   [\\/$]* | ?:[\\/]* ) ;;
4846   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4848
4849 for ac_prog in lclint lint
4850 do
4851   # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856   $as_echo_n "(cached) " >&6
4857 else
4858   if test -n "$LINT"; then
4859   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4863 do
4864   IFS=$as_save_IFS
4865   test -z "$as_dir" && as_dir=.
4866     for ac_exec_ext in '' $ac_executable_extensions; do
4867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868     ac_cv_prog_LINT="$ac_prog"
4869     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870     break 2
4871   fi
4872 done
4873   done
4874 IFS=$as_save_IFS
4875
4876 fi
4877 fi
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4885 fi
4886
4887
4888   test -n "$LINT" && break
4889 done
4890
4891 if test "$LINT" = "lint"
4892 then
4893   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894   fi
4895
4896
4897
4898 for ac_prog in fontforge
4899 do
4900   # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905   $as_echo_n "(cached) " >&6
4906 else
4907   if test -n "$FONTFORGE"; then
4908   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4912 do
4913   IFS=$as_save_IFS
4914   test -z "$as_dir" && as_dir=.
4915     for ac_exec_ext in '' $ac_executable_extensions; do
4916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917     ac_cv_prog_FONTFORGE="$ac_prog"
4918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919     break 2
4920   fi
4921 done
4922   done
4923 IFS=$as_save_IFS
4924
4925 fi
4926 fi
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4934 fi
4935
4936
4937   test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4940
4941 for ac_prog in pkg-config
4942 do
4943   # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948   $as_echo_n "(cached) " >&6
4949 else
4950   if test -n "$PKG_CONFIG"; then
4951   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4955 do
4956   IFS=$as_save_IFS
4957   test -z "$as_dir" && as_dir=.
4958     for ac_exec_ext in '' $ac_executable_extensions; do
4959   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960     ac_cv_prog_PKG_CONFIG="$ac_prog"
4961     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962     break 2
4963   fi
4964 done
4965   done
4966 IFS=$as_save_IFS
4967
4968 fi
4969 fi
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4977 fi
4978
4979
4980   test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983
4984 for ac_prog in rsvg
4985 do
4986   # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991   $as_echo_n "(cached) " >&6
4992 else
4993   if test -n "$RSVG"; then
4994   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001     for ac_exec_ext in '' $ac_executable_extensions; do
5002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003     ac_cv_prog_RSVG="$ac_prog"
5004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005     break 2
5006   fi
5007 done
5008   done
5009 IFS=$as_save_IFS
5010
5011 fi
5012 fi
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5020 fi
5021
5022
5023   test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5026
5027 for ac_prog in icotool
5028 do
5029   # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5034   $as_echo_n "(cached) " >&6
5035 else
5036   if test -n "$ICOTOOL"; then
5037   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5041 do
5042   IFS=$as_save_IFS
5043   test -z "$as_dir" && as_dir=.
5044     for ac_exec_ext in '' $ac_executable_extensions; do
5045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046     ac_cv_prog_ICOTOOL="$ac_prog"
5047     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048     break 2
5049   fi
5050 done
5051   done
5052 IFS=$as_save_IFS
5053
5054 fi
5055 fi
5056 ICOTOOL=$ac_cv_prog_ICOTOOL
5057 if test -n "$ICOTOOL"; then
5058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5059 $as_echo "$ICOTOOL" >&6; }
5060 else
5061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064
5065
5066   test -n "$ICOTOOL" && break
5067 done
5068 test -n "$ICOTOOL" || ICOTOOL="false"
5069
5070
5071 if test "${enable_maintainer_mode+set}" = set
5072 then
5073   if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5074   if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5075   if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5076 fi
5077
5078 case $host_cpu in
5079   *i[3456789]86*)
5080     # Extract the first word of "prelink", so it can be a program name with args.
5081 set dummy prelink; ac_word=$2
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5083 $as_echo_n "checking for $ac_word... " >&6; }
5084 if test "${ac_cv_path_PRELINK+set}" = set; then :
5085   $as_echo_n "(cached) " >&6
5086 else
5087   case $PRELINK in
5088   [\\/]* | ?:[\\/]*)
5089   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5090   ;;
5091   *)
5092   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in /sbin /usr/sbin $PATH
5094 do
5095   IFS=$as_save_IFS
5096   test -z "$as_dir" && as_dir=.
5097     for ac_exec_ext in '' $ac_executable_extensions; do
5098   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5100     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101     break 2
5102   fi
5103 done
5104   done
5105 IFS=$as_save_IFS
5106
5107   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5108   ;;
5109 esac
5110 fi
5111 PRELINK=$ac_cv_path_PRELINK
5112 if test -n "$PRELINK"; then
5113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5114 $as_echo "$PRELINK" >&6; }
5115 else
5116   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5118 fi
5119
5120
5121     ;;
5122 esac
5123
5124
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5126 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5127 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5128   $as_echo_n "(cached) " >&6
5129 else
5130   ac_check_lib_save_LIBS=$LIBS
5131 LIBS="-li386  $LIBS"
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h.  */
5134
5135 /* Override any GCC internal prototype to avoid an error.
5136    Use char because int might match the return type of a GCC
5137    builtin and then its argument prototype would still apply.  */
5138 #ifdef __cplusplus
5139 extern "C"
5140 #endif
5141 char i386_set_ldt ();
5142 int
5143 main ()
5144 {
5145 return i386_set_ldt ();
5146   ;
5147   return 0;
5148 }
5149 _ACEOF
5150 if ac_fn_c_try_link "$LINENO"; then :
5151   ac_cv_lib_i386_i386_set_ldt=yes
5152 else
5153   ac_cv_lib_i386_i386_set_ldt=no
5154 fi
5155 rm -f core conftest.err conftest.$ac_objext \
5156     conftest$ac_exeext conftest.$ac_ext
5157 LIBS=$ac_check_lib_save_LIBS
5158 fi
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5160 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5161 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5162   cat >>confdefs.h <<_ACEOF
5163 #define HAVE_LIBI386 1
5164 _ACEOF
5165
5166   LIBS="-li386 $LIBS"
5167
5168 fi
5169
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5171 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5172 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5173   $as_echo_n "(cached) " >&6
5174 else
5175   ac_check_lib_save_LIBS=$LIBS
5176 LIBS="-lossaudio  $LIBS"
5177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h.  */
5179
5180 /* Override any GCC internal prototype to avoid an error.
5181    Use char because int might match the return type of a GCC
5182    builtin and then its argument prototype would still apply.  */
5183 #ifdef __cplusplus
5184 extern "C"
5185 #endif
5186 char _oss_ioctl ();
5187 int
5188 main ()
5189 {
5190 return _oss_ioctl ();
5191   ;
5192   return 0;
5193 }
5194 _ACEOF
5195 if ac_fn_c_try_link "$LINENO"; then :
5196   ac_cv_lib_ossaudio__oss_ioctl=yes
5197 else
5198   ac_cv_lib_ossaudio__oss_ioctl=no
5199 fi
5200 rm -f core conftest.err conftest.$ac_objext \
5201     conftest$ac_exeext conftest.$ac_ext
5202 LIBS=$ac_check_lib_save_LIBS
5203 fi
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5205 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5206 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5207   cat >>confdefs.h <<_ACEOF
5208 #define HAVE_LIBOSSAUDIO 1
5209 _ACEOF
5210
5211   LIBS="-lossaudio $LIBS"
5212
5213 fi
5214
5215
5216 XLIB=""
5217
5218 OPENGL_LIBS=""
5219
5220
5221
5222 # Check whether --enable-largefile was given.
5223 if test "${enable_largefile+set}" = set; then :
5224   enableval=$enable_largefile;
5225 fi
5226
5227 if test "$enable_largefile" != no; then
5228
5229   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5230 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5231 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5232   $as_echo_n "(cached) " >&6
5233 else
5234   ac_cv_sys_largefile_CC=no
5235      if test "$GCC" != yes; then
5236        ac_save_CC=$CC
5237        while :; do
5238          # IRIX 6.2 and later do not support large files by default,
5239          # so use the C compiler's -n32 option if that helps.
5240          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5241 /* end confdefs.h.  */
5242 #include <sys/types.h>
5243  /* Check that off_t can represent 2**63 - 1 correctly.
5244     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5245     since some C++ compilers masquerading as C compilers
5246     incorrectly reject 9223372036854775807.  */
5247 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5248   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5249                        && LARGE_OFF_T % 2147483647 == 1)
5250                       ? 1 : -1];
5251 int
5252 main ()
5253 {
5254
5255   ;
5256   return 0;
5257 }
5258 _ACEOF
5259          if ac_fn_c_try_compile "$LINENO"; then :
5260   break
5261 fi
5262 rm -f core conftest.err conftest.$ac_objext
5263          CC="$CC -n32"
5264          if ac_fn_c_try_compile "$LINENO"; then :
5265   ac_cv_sys_largefile_CC=' -n32'; break
5266 fi
5267 rm -f core conftest.err conftest.$ac_objext
5268          break
5269        done
5270        CC=$ac_save_CC
5271        rm -f conftest.$ac_ext
5272     fi
5273 fi
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5275 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5276   if test "$ac_cv_sys_largefile_CC" != no; then
5277     CC=$CC$ac_cv_sys_largefile_CC
5278   fi
5279
5280   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5281 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5282 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5283   $as_echo_n "(cached) " >&6
5284 else
5285   while :; do
5286   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287 /* end confdefs.h.  */
5288 #include <sys/types.h>
5289  /* Check that off_t can represent 2**63 - 1 correctly.
5290     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5291     since some C++ compilers masquerading as C compilers
5292     incorrectly reject 9223372036854775807.  */
5293 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5294   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5295                        && LARGE_OFF_T % 2147483647 == 1)
5296                       ? 1 : -1];
5297 int
5298 main ()
5299 {
5300
5301   ;
5302   return 0;
5303 }
5304 _ACEOF
5305 if ac_fn_c_try_compile "$LINENO"; then :
5306   ac_cv_sys_file_offset_bits=no; break
5307 fi
5308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5309   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5310 /* end confdefs.h.  */
5311 #define _FILE_OFFSET_BITS 64
5312 #include <sys/types.h>
5313  /* Check that off_t can represent 2**63 - 1 correctly.
5314     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5315     since some C++ compilers masquerading as C compilers
5316     incorrectly reject 9223372036854775807.  */
5317 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5318   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5319                        && LARGE_OFF_T % 2147483647 == 1)
5320                       ? 1 : -1];
5321 int
5322 main ()
5323 {
5324
5325   ;
5326   return 0;
5327 }
5328 _ACEOF
5329 if ac_fn_c_try_compile "$LINENO"; then :
5330   ac_cv_sys_file_offset_bits=64; break
5331 fi
5332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5333   ac_cv_sys_file_offset_bits=unknown
5334   break
5335 done
5336 fi
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5338 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5339 case $ac_cv_sys_file_offset_bits in #(
5340   no | unknown) ;;
5341   *)
5342 cat >>confdefs.h <<_ACEOF
5343 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5344 _ACEOF
5345 ;;
5346 esac
5347 rm -rf conftest*
5348   if test $ac_cv_sys_file_offset_bits = unknown; then
5349     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5350 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5351 if test "${ac_cv_sys_large_files+set}" = set; then :
5352   $as_echo_n "(cached) " >&6
5353 else
5354   while :; do
5355   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5356 /* end confdefs.h.  */
5357 #include <sys/types.h>
5358  /* Check that off_t can represent 2**63 - 1 correctly.
5359     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5360     since some C++ compilers masquerading as C compilers
5361     incorrectly reject 9223372036854775807.  */
5362 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5363   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5364                        && LARGE_OFF_T % 2147483647 == 1)
5365                       ? 1 : -1];
5366 int
5367 main ()
5368 {
5369
5370   ;
5371   return 0;
5372 }
5373 _ACEOF
5374 if ac_fn_c_try_compile "$LINENO"; then :
5375   ac_cv_sys_large_files=no; break
5376 fi
5377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5378   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5379 /* end confdefs.h.  */
5380 #define _LARGE_FILES 1
5381 #include <sys/types.h>
5382  /* Check that off_t can represent 2**63 - 1 correctly.
5383     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5384     since some C++ compilers masquerading as C compilers
5385     incorrectly reject 9223372036854775807.  */
5386 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5387   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5388                        && LARGE_OFF_T % 2147483647 == 1)
5389                       ? 1 : -1];
5390 int
5391 main ()
5392 {
5393
5394   ;
5395   return 0;
5396 }
5397 _ACEOF
5398 if ac_fn_c_try_compile "$LINENO"; then :
5399   ac_cv_sys_large_files=1; break
5400 fi
5401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5402   ac_cv_sys_large_files=unknown
5403   break
5404 done
5405 fi
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5407 $as_echo "$ac_cv_sys_large_files" >&6; }
5408 case $ac_cv_sys_large_files in #(
5409   no | unknown) ;;
5410   *)
5411 cat >>confdefs.h <<_ACEOF
5412 #define _LARGE_FILES $ac_cv_sys_large_files
5413 _ACEOF
5414 ;;
5415 esac
5416 rm -rf conftest*
5417   fi
5418 fi
5419
5420
5421 ac_ext=c
5422 ac_cpp='$CPP $CPPFLAGS'
5423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5424 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5427 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5428 # On Suns, sometimes $CPP names a directory.
5429 if test -n "$CPP" && test -d "$CPP"; then
5430   CPP=
5431 fi
5432 if test -z "$CPP"; then
5433   if test "${ac_cv_prog_CPP+set}" = set; then :
5434   $as_echo_n "(cached) " >&6
5435 else
5436       # Double quotes because CPP needs to be expanded
5437     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5438     do
5439       ac_preproc_ok=false
5440 for ac_c_preproc_warn_flag in '' yes
5441 do
5442   # Use a header file that comes with gcc, so configuring glibc
5443   # with a fresh cross-compiler works.
5444   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5445   # <limits.h> exists even on freestanding compilers.
5446   # On the NeXT, cc -E runs the code through the compiler's parser,
5447   # not just through cpp. "Syntax error" is here to catch this case.
5448   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h.  */
5450 #ifdef __STDC__
5451 # include <limits.h>
5452 #else
5453 # include <assert.h>
5454 #endif
5455                      Syntax error
5456 _ACEOF
5457 if ac_fn_c_try_cpp "$LINENO"; then :
5458
5459 else
5460   # Broken: fails on valid input.
5461 continue
5462 fi
5463 rm -f conftest.err conftest.$ac_ext
5464
5465   # OK, works on sane cases.  Now check whether nonexistent headers
5466   # can be detected and how.
5467   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468 /* end confdefs.h.  */
5469 #include <ac_nonexistent.h>
5470 _ACEOF
5471 if ac_fn_c_try_cpp "$LINENO"; then :
5472   # Broken: success on invalid input.
5473 continue
5474 else
5475   # Passes both tests.
5476 ac_preproc_ok=:
5477 break
5478 fi
5479 rm -f conftest.err conftest.$ac_ext
5480
5481 done
5482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5483 rm -f conftest.err conftest.$ac_ext
5484 if $ac_preproc_ok; then :
5485   break
5486 fi
5487
5488     done
5489     ac_cv_prog_CPP=$CPP
5490
5491 fi
5492   CPP=$ac_cv_prog_CPP
5493 else
5494   ac_cv_prog_CPP=$CPP
5495 fi
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5497 $as_echo "$CPP" >&6; }
5498 ac_preproc_ok=false
5499 for ac_c_preproc_warn_flag in '' yes
5500 do
5501   # Use a header file that comes with gcc, so configuring glibc
5502   # with a fresh cross-compiler works.
5503   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5504   # <limits.h> exists even on freestanding compilers.
5505   # On the NeXT, cc -E runs the code through the compiler's parser,
5506   # not just through cpp. "Syntax error" is here to catch this case.
5507   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5508 /* end confdefs.h.  */
5509 #ifdef __STDC__
5510 # include <limits.h>
5511 #else
5512 # include <assert.h>
5513 #endif
5514                      Syntax error
5515 _ACEOF
5516 if ac_fn_c_try_cpp "$LINENO"; then :
5517
5518 else
5519   # Broken: fails on valid input.
5520 continue
5521 fi
5522 rm -f conftest.err conftest.$ac_ext
5523
5524   # OK, works on sane cases.  Now check whether nonexistent headers
5525   # can be detected and how.
5526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527 /* end confdefs.h.  */
5528 #include <ac_nonexistent.h>
5529 _ACEOF
5530 if ac_fn_c_try_cpp "$LINENO"; then :
5531   # Broken: success on invalid input.
5532 continue
5533 else
5534   # Passes both tests.
5535 ac_preproc_ok=:
5536 break
5537 fi
5538 rm -f conftest.err conftest.$ac_ext
5539
5540 done
5541 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5542 rm -f conftest.err conftest.$ac_ext
5543 if $ac_preproc_ok; then :
5544
5545 else
5546   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5548 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5549 See \`config.log' for more details." "$LINENO" 5; }
5550 fi
5551
5552 ac_ext=c
5553 ac_cpp='$CPP $CPPFLAGS'
5554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5557
5558
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5560 $as_echo_n "checking for ANSI C header files... " >&6; }
5561 if test "${ac_cv_header_stdc+set}" = set; then :
5562   $as_echo_n "(cached) " >&6
5563 else
5564   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5565 /* end confdefs.h.  */
5566 #include <stdlib.h>
5567 #include <stdarg.h>
5568 #include <string.h>
5569 #include <float.h>
5570
5571 int
5572 main ()
5573 {
5574
5575   ;
5576   return 0;
5577 }
5578 _ACEOF
5579 if ac_fn_c_try_compile "$LINENO"; then :
5580   ac_cv_header_stdc=yes
5581 else
5582   ac_cv_header_stdc=no
5583 fi
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585
5586 if test $ac_cv_header_stdc = yes; then
5587   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5588   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5589 /* end confdefs.h.  */
5590 #include <string.h>
5591
5592 _ACEOF
5593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5594   $EGREP "memchr" >/dev/null 2>&1; then :
5595
5596 else
5597   ac_cv_header_stdc=no
5598 fi
5599 rm -f conftest*
5600
5601 fi
5602
5603 if test $ac_cv_header_stdc = yes; then
5604   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5605   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5606 /* end confdefs.h.  */
5607 #include <stdlib.h>
5608
5609 _ACEOF
5610 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5611   $EGREP "free" >/dev/null 2>&1; then :
5612
5613 else
5614   ac_cv_header_stdc=no
5615 fi
5616 rm -f conftest*
5617
5618 fi
5619
5620 if test $ac_cv_header_stdc = yes; then
5621   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5622   if test "$cross_compiling" = yes; then :
5623   :
5624 else
5625   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5626 /* end confdefs.h.  */
5627 #include <ctype.h>
5628 #include <stdlib.h>
5629 #if ((' ' & 0x0FF) == 0x020)
5630 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5631 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5632 #else
5633 # define ISLOWER(c) \
5634                    (('a' <= (c) && (c) <= 'i') \
5635                      || ('j' <= (c) && (c) <= 'r') \
5636                      || ('s' <= (c) && (c) <= 'z'))
5637 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5638 #endif
5639
5640 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5641 int
5642 main ()
5643 {
5644   int i;
5645   for (i = 0; i < 256; i++)
5646     if (XOR (islower (i), ISLOWER (i))
5647         || toupper (i) != TOUPPER (i))
5648       return 2;
5649   return 0;
5650 }
5651 _ACEOF
5652 if ac_fn_c_try_run "$LINENO"; then :
5653
5654 else
5655   ac_cv_header_stdc=no
5656 fi
5657 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5658   conftest.$ac_objext conftest.beam conftest.$ac_ext
5659 fi
5660
5661 fi
5662 fi
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5664 $as_echo "$ac_cv_header_stdc" >&6; }
5665 if test $ac_cv_header_stdc = yes; then
5666
5667 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5668
5669 fi
5670
5671 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5672 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5673                   inttypes.h stdint.h unistd.h
5674 do :
5675   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5676 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5677 "
5678 eval as_val=\$$as_ac_Header
5679    if test "x$as_val" = x""yes; then :
5680   cat >>confdefs.h <<_ACEOF
5681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5682 _ACEOF
5683
5684 fi
5685
5686 done
5687
5688
5689 for ac_header in \
5690         AL/al.h \
5691         AudioUnit/AudioUnit.h \
5692         Carbon/Carbon.h \
5693         CoreAudio/CoreAudio.h \
5694         DiskArbitration/DiskArbitration.h \
5695         IOKit/IOKitLib.h \
5696         IOKit/hid/IOHIDLib.h \
5697         OpenAL/al.h \
5698         alias.h \
5699         alsa/asoundlib.h \
5700         arpa/inet.h \
5701         arpa/nameser.h \
5702         asm/types.h \
5703         capi20.h \
5704         curses.h \
5705         direct.h \
5706         dirent.h \
5707         dlfcn.h \
5708         elf.h \
5709         float.h \
5710         fnmatch.h \
5711         fontconfig/fontconfig.h \
5712         getopt.h \
5713         grp.h \
5714         gsm.h \
5715         gsm/gsm.h \
5716         ieeefp.h \
5717         inet/mib2.h \
5718         io.h \
5719         jack/jack.h \
5720         jpeglib.h \
5721         kstat.h \
5722         lber.h \
5723         lcms.h \
5724         lcms/lcms.h \
5725         ldap.h \
5726         libaudioio.h \
5727         link.h \
5728         linux/cdrom.h \
5729         linux/compiler.h \
5730         linux/hdreg.h \
5731         linux/input.h \
5732         linux/ioctl.h \
5733         linux/joystick.h \
5734         linux/major.h \
5735         linux/param.h \
5736         linux/serial.h \
5737         linux/types.h \
5738         linux/ucdrom.h \
5739         mach-o/nlist.h \
5740         mach/mach.h \
5741         mach/machine.h \
5742         machine/cpu.h \
5743         machine/limits.h \
5744         machine/soundcard.h \
5745         mntent.h \
5746         mpg123.h \
5747         ncurses.h \
5748         netdb.h \
5749         netinet/in.h \
5750         netinet/in_systm.h \
5751         netinet/tcp.h \
5752         netinet/tcp_fsm.h \
5753         openssl/err.h \
5754         openssl/ssl.h \
5755         png.h \
5756         poll.h \
5757         port.h \
5758         process.h \
5759         pthread.h \
5760         pwd.h \
5761         regex.h \
5762         sched.h \
5763         scsi/scsi.h \
5764         scsi/scsi_ioctl.h \
5765         scsi/sg.h \
5766         soundcard.h \
5767         stdbool.h \
5768         stdint.h \
5769         strings.h \
5770         stropts.h \
5771         sys/asoundlib.h \
5772         sys/cdio.h \
5773         sys/elf32.h \
5774         sys/epoll.h \
5775         sys/errno.h \
5776         sys/event.h \
5777         sys/exec_elf.h \
5778         sys/filio.h \
5779         sys/inotify.h \
5780         sys/ioctl.h \
5781         sys/ipc.h \
5782         sys/limits.h \
5783         sys/link.h \
5784         sys/mman.h \
5785         sys/modem.h \
5786         sys/msg.h \
5787         sys/mtio.h \
5788         sys/param.h \
5789         sys/poll.h \
5790         sys/prctl.h \
5791         sys/protosw.h \
5792         sys/ptrace.h \
5793         sys/resource.h \
5794         sys/scsiio.h \
5795         sys/shm.h \
5796         sys/signal.h \
5797         sys/socket.h \
5798         sys/socketvar.h \
5799         sys/sockio.h \
5800         sys/soundcard.h \
5801         sys/statvfs.h \
5802         sys/strtio.h \
5803         sys/syscall.h \
5804         sys/tihdr.h \
5805         sys/time.h \
5806         sys/timeout.h \
5807         sys/times.h \
5808         sys/uio.h \
5809         sys/un.h \
5810         sys/utsname.h \
5811         sys/vm86.h \
5812         sys/wait.h \
5813         syscall.h \
5814         termios.h \
5815         unistd.h \
5816         utime.h \
5817         valgrind/memcheck.h \
5818         valgrind/valgrind.h \
5819         zlib.h
5820
5821 do :
5822   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5823 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5824 eval as_val=\$$as_ac_Header
5825    if test "x$as_val" = x""yes; then :
5826   cat >>confdefs.h <<_ACEOF
5827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5828 _ACEOF
5829
5830 fi
5831
5832 done
5833
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5835 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5836 if test "${ac_cv_header_stat_broken+set}" = set; then :
5837   $as_echo_n "(cached) " >&6
5838 else
5839   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h.  */
5841 #include <sys/types.h>
5842 #include <sys/stat.h>
5843
5844 #if defined S_ISBLK && defined S_IFDIR
5845 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5846 #endif
5847
5848 #if defined S_ISBLK && defined S_IFCHR
5849 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5850 #endif
5851
5852 #if defined S_ISLNK && defined S_IFREG
5853 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5854 #endif
5855
5856 #if defined S_ISSOCK && defined S_IFREG
5857 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5858 #endif
5859
5860 _ACEOF
5861 if ac_fn_c_try_compile "$LINENO"; then :
5862   ac_cv_header_stat_broken=no
5863 else
5864   ac_cv_header_stat_broken=yes
5865 fi
5866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5867 fi
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5869 $as_echo "$ac_cv_header_stat_broken" >&6; }
5870 if test $ac_cv_header_stat_broken = yes; then
5871
5872 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5873
5874 fi
5875
5876
5877
5878 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5879 do :
5880   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5881 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5882      #ifdef HAVE_SYS_PARAM_H
5883      # include <sys/param.h>
5884      #endif
5885 "
5886 eval as_val=\$$as_ac_Header
5887    if test "x$as_val" = x""yes; then :
5888   cat >>confdefs.h <<_ACEOF
5889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5890 _ACEOF
5891
5892 fi
5893
5894 done
5895
5896
5897 for ac_header in \
5898         netinet/ip.h \
5899         net/if.h \
5900         net/if_arp.h \
5901         net/if_dl.h \
5902         net/if_types.h \
5903         net/route.h \
5904         netinet/if_ether.h \
5905         netinet/if_inarp.h \
5906         netinet/in_pcb.h \
5907         netinet/ip_icmp.h \
5908         netinet/ip_var.h \
5909         netinet/udp.h \
5910         netipx/ipx.h \
5911
5912 do :
5913   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5914 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5915      #ifdef HAVE_SYS_SOCKET_H
5916      # include <sys/socket.h>
5917      #endif
5918      #ifdef HAVE_SYS_SOCKETVAR_H
5919      # include <sys/socketvar.h>
5920      #endif
5921      #ifdef HAVE_NET_ROUTE_H
5922      # include <net/route.h>
5923      #endif
5924      #ifdef HAVE_NETINET_IN_H
5925      # include <netinet/in.h>
5926      #endif
5927      #ifdef HAVE_NETINET_IN_SYSTM_H
5928      # include <netinet/in_systm.h>
5929      #endif
5930      #ifdef HAVE_NET_IF_H
5931      # include <net/if.h>
5932      #endif
5933      #ifdef HAVE_NETINET_IP_H
5934      # include <netinet/ip.h>
5935      #endif
5936 "
5937 eval as_val=\$$as_ac_Header
5938    if test "x$as_val" = x""yes; then :
5939   cat >>confdefs.h <<_ACEOF
5940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5941 _ACEOF
5942
5943 fi
5944
5945 done
5946
5947
5948 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5949 do :
5950   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5952      #ifdef HAVE_ALIAS_H
5953      # include <alias.h>
5954      #endif
5955      #ifdef HAVE_SYS_SOCKET_H
5956      # include <sys/socket.h>
5957      #endif
5958      #ifdef HAVE_SYS_SOCKETVAR_H
5959      # include <sys/socketvar.h>
5960      #endif
5961      #ifdef HAVE_SYS_TIMEOUT_H
5962      # include <sys/timeout.h>
5963      #endif
5964      #ifdef HAVE_NETINET_IN_H
5965      # include <netinet/in.h>
5966      #endif
5967      #ifdef HAVE_NETINET_IN_SYSTM_H
5968      # include <netinet/in_systm.h>
5969      #endif
5970      #ifdef HAVE_NETINET_IP_H
5971      # include <netinet/ip.h>
5972      #endif
5973      #ifdef HAVE_NETINET_IP_VAR_H
5974      # include <netinet/ip_var.h>
5975      #endif
5976      #ifdef HAVE_NETINET_IP_ICMP_H
5977      # include <netinet/ip_icmp.h>
5978      #endif
5979      #ifdef HAVE_NETINET_UDP_H
5980      # include <netinet/udp.h>
5981      #endif
5982      #ifdef HAVE_NETINET_TCP_H
5983      # include <netinet/tcp.h>
5984      #endif
5985      #ifdef HAVE_NETINET_TCP_TIMER_H
5986      #include <netinet/tcp_timer.h>
5987      #endif
5988 "
5989 eval as_val=\$$as_ac_Header
5990    if test "x$as_val" = x""yes; then :
5991   cat >>confdefs.h <<_ACEOF
5992 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5993 _ACEOF
5994
5995 fi
5996
5997 done
5998
5999
6000 for ac_header in linux/ipx.h linux/irda.h
6001 do :
6002   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6003 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6004      #ifdef HAVE_ASM_TYPES_H
6005      # include <asm/types.h>
6006      #endif
6007      #ifdef HAVE_SYS_SOCKET_H
6008      # include <sys/socket.h>
6009      #endif
6010      #ifdef HAVE_LINUX_TYPES_H
6011      # include <linux/types.h>
6012      #endif
6013 "
6014 eval as_val=\$$as_ac_Header
6015    if test "x$as_val" = x""yes; then :
6016   cat >>confdefs.h <<_ACEOF
6017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6018 _ACEOF
6019
6020 fi
6021
6022 done
6023
6024
6025 for ac_header in mach-o/dyld_images.h
6026 do :
6027   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6028      # include <stdbool.h>
6029      #endif
6030      #ifdef HAVE_STDINT_H
6031      # include <stdint.h>
6032      #endif
6033 "
6034 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6035   cat >>confdefs.h <<_ACEOF
6036 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6037 _ACEOF
6038
6039 fi
6040
6041 done
6042
6043
6044 for ac_header in resolv.h
6045 do :
6046   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6047      #ifdef HAVE_SYS_SOCKET_H
6048      # include <sys/socket.h>
6049      #endif
6050      #ifdef HAVE_NETINET_IN_H
6051      # include <netinet/in.h>
6052      #endif
6053      #ifdef HAVE_ARPA_NAMESER_H
6054      # include <arpa/nameser.h>
6055      #endif
6056 "
6057 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6058   cat >>confdefs.h <<_ACEOF
6059 #define HAVE_RESOLV_H 1
6060 _ACEOF
6061
6062 fi
6063
6064 done
6065
6066
6067 for ac_header in ucontext.h
6068 do :
6069   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6070 "
6071 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6072   cat >>confdefs.h <<_ACEOF
6073 #define HAVE_UCONTEXT_H 1
6074 _ACEOF
6075
6076 fi
6077
6078 done
6079
6080
6081 for ac_header in sys/thr.h
6082 do :
6083   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6084 #ifdef HAVE_UCONTEXT_H
6085 #include <ucontext.h>
6086 #endif
6087 "
6088 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6089   cat >>confdefs.h <<_ACEOF
6090 #define HAVE_SYS_THR_H 1
6091 _ACEOF
6092
6093 fi
6094
6095 done
6096
6097
6098 for ac_header in pthread_np.h
6099 do :
6100   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6101 #include <pthread.h>
6102 #endif
6103 "
6104 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6105   cat >>confdefs.h <<_ACEOF
6106 #define HAVE_PTHREAD_NP_H 1
6107 _ACEOF
6108
6109 fi
6110
6111 done
6112
6113
6114 for ac_header in linux/videodev.h
6115 do :
6116   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6117 #include <sys/time.h>
6118 #endif
6119 #include <sys/types.h>
6120 #ifdef HAVE_ASM_TYPES_H
6121 #include <asm/types.h>
6122 #endif
6123 "
6124 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6125   cat >>confdefs.h <<_ACEOF
6126 #define HAVE_LINUX_VIDEODEV_H 1
6127 _ACEOF
6128
6129 fi
6130
6131 done
6132
6133
6134 for ac_header in linux/capi.h
6135 do :
6136   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6137 "
6138 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6139   cat >>confdefs.h <<_ACEOF
6140 #define HAVE_LINUX_CAPI_H 1
6141 _ACEOF
6142
6143 fi
6144
6145 done
6146
6147
6148
6149 DLLEXT=""
6150
6151 DLLFLAGS="-D_REENTRANT"
6152
6153 LDSHARED=""
6154
6155 LDDLLFLAGS=""
6156
6157 LIBEXT="so"
6158
6159 IMPLIBEXT="def"
6160
6161 LDRPATH_INSTALL=""
6162
6163 LDRPATH_LOCAL=""
6164
6165 STATIC_IMPLIBEXT="def.a"
6166 # Extract the first word of "ldd", so it can be a program name with args.
6167 set dummy ldd; ac_word=$2
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6169 $as_echo_n "checking for $ac_word... " >&6; }
6170 if test "${ac_cv_path_LDD+set}" = set; then :
6171   $as_echo_n "(cached) " >&6
6172 else
6173   case $LDD in
6174   [\\/]* | ?:[\\/]*)
6175   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6176   ;;
6177   *)
6178   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6179 as_dummy="/sbin:/usr/sbin:$PATH"
6180 for as_dir in $as_dummy
6181 do
6182   IFS=$as_save_IFS
6183   test -z "$as_dir" && as_dir=.
6184     for ac_exec_ext in '' $ac_executable_extensions; do
6185   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6186     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6187     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6188     break 2
6189   fi
6190 done
6191   done
6192 IFS=$as_save_IFS
6193
6194   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6195   ;;
6196 esac
6197 fi
6198 LDD=$ac_cv_path_LDD
6199 if test -n "$LDD"; then
6200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6201 $as_echo "$LDD" >&6; }
6202 else
6203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6204 $as_echo "no" >&6; }
6205 fi
6206
6207
6208
6209 case $host_os in
6210   cygwin*|mingw32*)
6211     if test -n "$ac_tool_prefix"; then
6212   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6213 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6215 $as_echo_n "checking for $ac_word... " >&6; }
6216 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6217   $as_echo_n "(cached) " >&6
6218 else
6219   if test -n "$DLLTOOL"; then
6220   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6221 else
6222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6223 for as_dir in $PATH
6224 do
6225   IFS=$as_save_IFS
6226   test -z "$as_dir" && as_dir=.
6227     for ac_exec_ext in '' $ac_executable_extensions; do
6228   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6229     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6230     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6231     break 2
6232   fi
6233 done
6234   done
6235 IFS=$as_save_IFS
6236
6237 fi
6238 fi
6239 DLLTOOL=$ac_cv_prog_DLLTOOL
6240 if test -n "$DLLTOOL"; then
6241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6242 $as_echo "$DLLTOOL" >&6; }
6243 else
6244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6245 $as_echo "no" >&6; }
6246 fi
6247
6248
6249 fi
6250 if test -z "$ac_cv_prog_DLLTOOL"; then
6251   ac_ct_DLLTOOL=$DLLTOOL
6252   # Extract the first word of "dlltool", so it can be a program name with args.
6253 set dummy dlltool; ac_word=$2
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6255 $as_echo_n "checking for $ac_word... " >&6; }
6256 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6257   $as_echo_n "(cached) " >&6
6258 else
6259   if test -n "$ac_ct_DLLTOOL"; then
6260   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6261 else
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in $PATH
6264 do
6265   IFS=$as_save_IFS
6266   test -z "$as_dir" && as_dir=.
6267     for ac_exec_ext in '' $ac_executable_extensions; do
6268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6270     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6271     break 2
6272   fi
6273 done
6274   done
6275 IFS=$as_save_IFS
6276
6277 fi
6278 fi
6279 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6280 if test -n "$ac_ct_DLLTOOL"; then
6281   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6282 $as_echo "$ac_ct_DLLTOOL" >&6; }
6283 else
6284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6285 $as_echo "no" >&6; }
6286 fi
6287
6288   if test "x$ac_ct_DLLTOOL" = x; then
6289     DLLTOOL="false"
6290   else
6291     case $cross_compiling:$ac_tool_warned in
6292 yes:)
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6295 ac_tool_warned=yes ;;
6296 esac
6297     DLLTOOL=$ac_ct_DLLTOOL
6298   fi
6299 else
6300   DLLTOOL="$ac_cv_prog_DLLTOOL"
6301 fi
6302
6303     if test -n "$ac_tool_prefix"; then
6304   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6305 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6307 $as_echo_n "checking for $ac_word... " >&6; }
6308 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6309   $as_echo_n "(cached) " >&6
6310 else
6311   if test -n "$DLLWRAP"; then
6312   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6313 else
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH
6316 do
6317   IFS=$as_save_IFS
6318   test -z "$as_dir" && as_dir=.
6319     for ac_exec_ext in '' $ac_executable_extensions; do
6320   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6321     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6322     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6323     break 2
6324   fi
6325 done
6326   done
6327 IFS=$as_save_IFS
6328
6329 fi
6330 fi
6331 DLLWRAP=$ac_cv_prog_DLLWRAP
6332 if test -n "$DLLWRAP"; then
6333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6334 $as_echo "$DLLWRAP" >&6; }
6335 else
6336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6337 $as_echo "no" >&6; }
6338 fi
6339
6340
6341 fi
6342 if test -z "$ac_cv_prog_DLLWRAP"; then
6343   ac_ct_DLLWRAP=$DLLWRAP
6344   # Extract the first word of "dllwrap", so it can be a program name with args.
6345 set dummy dllwrap; ac_word=$2
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6347 $as_echo_n "checking for $ac_word... " >&6; }
6348 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6349   $as_echo_n "(cached) " >&6
6350 else
6351   if test -n "$ac_ct_DLLWRAP"; then
6352   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6353 else
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6356 do
6357   IFS=$as_save_IFS
6358   test -z "$as_dir" && as_dir=.
6359     for ac_exec_ext in '' $ac_executable_extensions; do
6360   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6361     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6362     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6363     break 2
6364   fi
6365 done
6366   done
6367 IFS=$as_save_IFS
6368
6369 fi
6370 fi
6371 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6372 if test -n "$ac_ct_DLLWRAP"; then
6373   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6374 $as_echo "$ac_ct_DLLWRAP" >&6; }
6375 else
6376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6377 $as_echo "no" >&6; }
6378 fi
6379
6380   if test "x$ac_ct_DLLWRAP" = x; then
6381     DLLWRAP="false"
6382   else
6383     case $cross_compiling:$ac_tool_warned in
6384 yes:)
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6387 ac_tool_warned=yes ;;
6388 esac
6389     DLLWRAP=$ac_ct_DLLWRAP
6390   fi
6391 else
6392   DLLWRAP="$ac_cv_prog_DLLWRAP"
6393 fi
6394
6395     if test "$DLLWRAP" = "false"; then
6396       LIBEXT="a"
6397     else
6398             LIBEXT="dll"
6399     fi
6400     IMPLIBEXT="a"
6401     STATIC_IMPLIBEXT="a"
6402         enable_iphlpapi=${enable_iphlpapi:-no}
6403     enable_kernel32=${enable_kernel32:-no}
6404     enable_msvcrt=${enable_msvcrt:-no}
6405     enable_ntdll=${enable_ntdll:-no}
6406     enable_ws2_32=${enable_ws2_32:-no}
6407     enable_loader=${enable_loader:-no}
6408     enable_server=${enable_server:-no}
6409         with_x=${with_x:-no}
6410     with_pthread=${with_pthread:-no}
6411     ;;
6412   darwin*|macosx*)
6413     DLLEXT=".so"
6414     LIBEXT="dylib"
6415     DLLFLAGS="$DLLFLAGS -fPIC"
6416     LDDLLFLAGS="-bundle -multiply_defined suppress"
6417     LIBWINE_LDFLAGS="-multiply_defined suppress"
6418     LDSHARED="\$(CC) -dynamiclib"
6419     STRIP="$STRIP -x"
6420     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6421         SECURITYLIB="-framework Security -framework CoreFoundation"
6422
6423     COREFOUNDATIONLIB="-framework CoreFoundation"
6424
6425     IOKITLIB="-framework IOKit -framework CoreFoundation"
6426
6427     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6428
6429     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6430     then
6431                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6432
6433     fi
6434     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6435     then
6436                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6437
6438     fi
6439     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6440     then
6441         LIBOPENAL="-framework OpenAL"
6442
6443         ac_cv_lib_openal_alGetSource3i=yes
6444     fi
6445     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6446     then
6447         ac_save_LIBS="$LIBS"
6448         LIBS="$LIBS $IOKITLIB"
6449         for ac_func in IOHIDManagerCreate
6450 do :
6451   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6452 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6453   cat >>confdefs.h <<_ACEOF
6454 #define HAVE_IOHIDMANAGERCREATE 1
6455 _ACEOF
6456
6457 fi
6458 done
6459
6460         LIBS="$ac_save_LIBS"
6461     fi
6462     case $host_cpu in
6463       *powerpc*)
6464         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6465     esac
6466         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6467     then
6468         CARBONLIB="-framework Carbon"
6469
6470         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6471     fi
6472         if test "x$enable_win16" = "xyes"
6473     then
6474         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6475 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6476         if test "$cross_compiling" = yes; then :
6477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6478 $as_echo "cross-compiling, assuming yes" >&6; }
6479 else
6480   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6481 /* end confdefs.h.  */
6482 asm(".text\n"
6483                                             "bad:\tnop;nop\n"
6484                                             "good:\tnop;nop\n\t"
6485                                             ".globl _testfunc\n"
6486                                             "_testfunc:\tcallw good");
6487                                         extern void testfunc();
6488 int
6489 main ()
6490 {
6491 unsigned short *p = (unsigned short *)testfunc;
6492                                         return p[0] != 0xe866 || p[1] != 0xfffa
6493   ;
6494   return 0;
6495 }
6496 _ACEOF
6497 if ac_fn_c_try_run "$LINENO"; then :
6498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6499 $as_echo "yes" >&6; }
6500 else
6501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6502 $as_echo "no" >&6; }
6503                                        as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6504 fi
6505 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6506   conftest.$ac_objext conftest.beam conftest.$ac_ext
6507 fi
6508
6509     fi
6510     ;;
6511   *)
6512     DLLFLAGS="$DLLFLAGS -fPIC"
6513     DLLEXT=".so"
6514     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6515 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6516 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6517   $as_echo_n "(cached) " >&6
6518 else
6519   ac_wine_try_cflags_saved=$CFLAGS
6520 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6522 /* end confdefs.h.  */
6523 void myfunc() {}
6524 _ACEOF
6525 if ac_fn_c_try_link "$LINENO"; then :
6526   ac_cv_c_dll_gnuelf="yes"
6527 else
6528   ac_cv_c_dll_gnuelf="no"
6529 fi
6530 rm -f core conftest.err conftest.$ac_objext \
6531     conftest$ac_exeext conftest.$ac_ext
6532 CFLAGS=$ac_wine_try_cflags_saved
6533 fi
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6535 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6536     if test "$ac_cv_c_dll_gnuelf" = "yes"
6537     then
6538       LDSHARED="\$(CC) -shared"
6539       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6540       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6541 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6542 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6543   $as_echo_n "(cached) " >&6
6544 else
6545   ac_wine_try_cflags_saved=$CFLAGS
6546 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6548 /* end confdefs.h.  */
6549 int main(int argc, char **argv) { return 0; }
6550 _ACEOF
6551 if ac_fn_c_try_link "$LINENO"; then :
6552   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6553 else
6554   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6555 fi
6556 rm -f core conftest.err conftest.$ac_objext \
6557     conftest$ac_exeext conftest.$ac_ext
6558 CFLAGS=$ac_wine_try_cflags_saved
6559 fi
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6561 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6562 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6563   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6564 else
6565   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6566 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6567 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6568   $as_echo_n "(cached) " >&6
6569 else
6570   ac_wine_try_cflags_saved=$CFLAGS
6571 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h.  */
6574 int main(int argc, char **argv) { return 0; }
6575 _ACEOF
6576 if ac_fn_c_try_link "$LINENO"; then :
6577   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6578 else
6579   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6580 fi
6581 rm -f core conftest.err conftest.$ac_objext \
6582     conftest$ac_exeext conftest.$ac_ext
6583 CFLAGS=$ac_wine_try_cflags_saved
6584 fi
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6586 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6587 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6588   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6589 fi
6590 fi
6591
6592       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6593 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6594 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6595   $as_echo_n "(cached) " >&6
6596 else
6597   ac_wine_try_cflags_saved=$CFLAGS
6598 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6600 /* end confdefs.h.  */
6601 int main(int argc, char **argv) { return 0; }
6602 _ACEOF
6603 if ac_fn_c_try_link "$LINENO"; then :
6604   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6605 else
6606   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6607 fi
6608 rm -f core conftest.err conftest.$ac_objext \
6609     conftest$ac_exeext conftest.$ac_ext
6610 CFLAGS=$ac_wine_try_cflags_saved
6611 fi
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6613 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6614 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6615   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6616 fi
6617
6618       { $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
6619 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6620 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6621   $as_echo_n "(cached) " >&6
6622 else
6623   ac_wine_try_cflags_saved=$CFLAGS
6624 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626 /* end confdefs.h.  */
6627 int main(int argc, char **argv) { return 0; }
6628 _ACEOF
6629 if ac_fn_c_try_link "$LINENO"; then :
6630   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6631 else
6632   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6633 fi
6634 rm -f core conftest.err conftest.$ac_objext \
6635     conftest$ac_exeext conftest.$ac_ext
6636 CFLAGS=$ac_wine_try_cflags_saved
6637 fi
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6639 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6640 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6641   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6642 fi
6643
6644       echo '{ global: *; };' >conftest.map
6645       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6646 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6647 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6648   $as_echo_n "(cached) " >&6
6649 else
6650   ac_wine_try_cflags_saved=$CFLAGS
6651 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6653 /* end confdefs.h.  */
6654 int main(int argc, char **argv) { return 0; }
6655 _ACEOF
6656 if ac_fn_c_try_link "$LINENO"; then :
6657   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6658 else
6659   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6660 fi
6661 rm -f core conftest.err conftest.$ac_objext \
6662     conftest$ac_exeext conftest.$ac_ext
6663 CFLAGS=$ac_wine_try_cflags_saved
6664 fi
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6666 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6667 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6668   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6669 fi
6670       rm -f conftest.map
6671
6672       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6673 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6674 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6675   $as_echo_n "(cached) " >&6
6676 else
6677   ac_wine_try_cflags_saved=$CFLAGS
6678 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6680 /* end confdefs.h.  */
6681 int main(int argc, char **argv) { return 0; }
6682 _ACEOF
6683 if ac_fn_c_try_link "$LINENO"; then :
6684   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6685 else
6686   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6687 fi
6688 rm -f core conftest.err conftest.$ac_objext \
6689     conftest$ac_exeext conftest.$ac_ext
6690 CFLAGS=$ac_wine_try_cflags_saved
6691 fi
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6693 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6694 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6695   LDEXECFLAGS="-Wl,--export-dynamic"
6696
6697 fi
6698
6699       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6701 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6702 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6703   $as_echo_n "(cached) " >&6
6704 else
6705   ac_wine_try_cflags_saved=$CFLAGS
6706 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6708 /* end confdefs.h.  */
6709 int main(int argc, char **argv) { return 0; }
6710 _ACEOF
6711 if ac_fn_c_try_link "$LINENO"; then :
6712   eval "$as_ac_var=yes"
6713 else
6714   eval "$as_ac_var=no"
6715 fi
6716 rm -f core conftest.err conftest.$ac_objext \
6717     conftest$ac_exeext conftest.$ac_ext
6718 CFLAGS=$ac_wine_try_cflags_saved
6719 fi
6720 eval ac_res=\$$as_ac_var
6721                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6722 $as_echo "$ac_res" >&6; }
6723 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6724   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6725                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6726 else
6727   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6729 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6730 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6731   $as_echo_n "(cached) " >&6
6732 else
6733   ac_wine_try_cflags_saved=$CFLAGS
6734 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6736 /* end confdefs.h.  */
6737 int main(int argc, char **argv) { return 0; }
6738 _ACEOF
6739 if ac_fn_c_try_link "$LINENO"; then :
6740   eval "$as_ac_var=yes"
6741 else
6742   eval "$as_ac_var=no"
6743 fi
6744 rm -f core conftest.err conftest.$ac_objext \
6745     conftest$ac_exeext conftest.$ac_ext
6746 CFLAGS=$ac_wine_try_cflags_saved
6747 fi
6748 eval ac_res=\$$as_ac_var
6749                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6750 $as_echo "$ac_res" >&6; }
6751 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6752   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6753                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6754 fi
6755 fi
6756
6757       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6758 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6759 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6760   $as_echo_n "(cached) " >&6
6761 else
6762   ac_wine_try_cflags_saved=$CFLAGS
6763 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6765 /* end confdefs.h.  */
6766 int main(int argc, char **argv) { return 0; }
6767 _ACEOF
6768 if ac_fn_c_try_link "$LINENO"; then :
6769   ac_cv_cflags__Wl___enable_new_dtags=yes
6770 else
6771   ac_cv_cflags__Wl___enable_new_dtags=no
6772 fi
6773 rm -f core conftest.err conftest.$ac_objext \
6774     conftest$ac_exeext conftest.$ac_ext
6775 CFLAGS=$ac_wine_try_cflags_saved
6776 fi
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6778 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6779 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6780   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6781 fi
6782
6783       case $host_cpu in
6784         *i[3456789]86* | x86_64)
6785           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6786 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6787 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6788   $as_echo_n "(cached) " >&6
6789 else
6790   ac_wine_try_cflags_saved=$CFLAGS
6791 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6793 /* end confdefs.h.  */
6794 int main(int argc, char **argv) { return 0; }
6795 _ACEOF
6796 if ac_fn_c_try_link "$LINENO"; then :
6797   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6798 else
6799   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6800 fi
6801 rm -f core conftest.err conftest.$ac_objext \
6802     conftest$ac_exeext conftest.$ac_ext
6803 CFLAGS=$ac_wine_try_cflags_saved
6804 fi
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6806 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6807 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6808   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6809 fi
6810           ;;
6811       esac
6812
6813     else
6814       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6815 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6816 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6817   $as_echo_n "(cached) " >&6
6818 else
6819   ac_wine_try_cflags_saved=$CFLAGS
6820 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6822 /* end confdefs.h.  */
6823 void myfunc() {}
6824 _ACEOF
6825 if ac_fn_c_try_link "$LINENO"; then :
6826   ac_cv_c_dll_unixware="yes"
6827 else
6828   ac_cv_c_dll_unixware="no"
6829 fi
6830 rm -f core conftest.err conftest.$ac_objext \
6831     conftest$ac_exeext conftest.$ac_ext
6832 CFLAGS=$ac_wine_try_cflags_saved
6833 fi
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6835 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6836       if test "$ac_cv_c_dll_unixware" = "yes"
6837       then
6838         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6839         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6840
6841       else
6842         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6843 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6844 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6845   $as_echo_n "(cached) " >&6
6846 else
6847   ac_wine_try_cflags_saved=$CFLAGS
6848 CFLAGS="$CFLAGS -shared"
6849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6850 /* end confdefs.h.  */
6851 void myfunc() {}
6852 _ACEOF
6853 if ac_fn_c_try_link "$LINENO"; then :
6854   ac_cv_c_dll_hpux="yes"
6855 else
6856   ac_cv_c_dll_hpux="no"
6857 fi
6858 rm -f core conftest.err conftest.$ac_objext \
6859     conftest$ac_exeext conftest.$ac_ext
6860 CFLAGS=$ac_wine_try_cflags_saved
6861 fi
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6863 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6864         if test "$ac_cv_c_dll_hpux" = "yes"
6865         then
6866           LIBEXT="sl"
6867           DLLEXT=".sl"
6868           LDDLLFLAGS="-shared -fPIC"
6869           LDSHARED="\$(CC) -shared"
6870         fi
6871       fi
6872     fi
6873     ;;
6874 esac
6875
6876 enable_winequartz_drv=${enable_winequartz_drv:-no}
6877
6878 if test "$LIBEXT" = "a"; then
6879   as_fn_error "could not find a way to build shared libraries.
6880 It is currently not possible to build Wine without shared library
6881 (.so) support to allow transparent switch between .so and .dll files.
6882 If you are using Linux, you will need a newer binutils.
6883 " "$LINENO" 5
6884 fi
6885
6886 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6887 then
6888     case "$host_cpu" in
6889   i[3456789]86*)
6890     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 " ;;
6891   x86_64)
6892     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6893   *)
6894     ac_prefix_list="" ;;
6895 esac
6896 for ac_prog in $ac_prefix_list
6897 do
6898   # Extract the first word of "$ac_prog", so it can be a program name with args.
6899 set dummy $ac_prog; ac_word=$2
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6901 $as_echo_n "checking for $ac_word... " >&6; }
6902 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6903   $as_echo_n "(cached) " >&6
6904 else
6905   if test -n "$CROSSCC"; then
6906   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6907 else
6908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6909 for as_dir in $PATH
6910 do
6911   IFS=$as_save_IFS
6912   test -z "$as_dir" && as_dir=.
6913     for ac_exec_ext in '' $ac_executable_extensions; do
6914   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6915     ac_cv_prog_CROSSCC="$ac_prog"
6916     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6917     break 2
6918   fi
6919 done
6920   done
6921 IFS=$as_save_IFS
6922
6923 fi
6924 fi
6925 CROSSCC=$ac_cv_prog_CROSSCC
6926 if test -n "$CROSSCC"; then
6927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6928 $as_echo "$CROSSCC" >&6; }
6929 else
6930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6931 $as_echo "no" >&6; }
6932 fi
6933
6934
6935   test -n "$CROSSCC" && break
6936 done
6937 test -n "$CROSSCC" || CROSSCC="false"
6938
6939     if test "$CROSSCC" != "false"
6940     then
6941         CROSSTEST="\$(CROSSTEST)"
6942
6943         set x $CROSSCC
6944         shift
6945         target=""
6946         while test $# -ge 1
6947         do
6948             case "$1" in
6949               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6950             esac
6951             shift
6952         done
6953         if test -n "$target"
6954         then
6955             CROSSTARGET="$target"
6956
6957         fi
6958     fi
6959 fi
6960
6961
6962 if test "$ac_cv_header_pthread_h" = "yes"
6963 then
6964     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6965 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6966 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6967   $as_echo_n "(cached) " >&6
6968 else
6969   ac_check_lib_save_LIBS=$LIBS
6970 LIBS="-lpthread  $LIBS"
6971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6972 /* end confdefs.h.  */
6973
6974 /* Override any GCC internal prototype to avoid an error.
6975    Use char because int might match the return type of a GCC
6976    builtin and then its argument prototype would still apply.  */
6977 #ifdef __cplusplus
6978 extern "C"
6979 #endif
6980 char pthread_create ();
6981 int
6982 main ()
6983 {
6984 return pthread_create ();
6985   ;
6986   return 0;
6987 }
6988 _ACEOF
6989 if ac_fn_c_try_link "$LINENO"; then :
6990   ac_cv_lib_pthread_pthread_create=yes
6991 else
6992   ac_cv_lib_pthread_pthread_create=no
6993 fi
6994 rm -f core conftest.err conftest.$ac_objext \
6995     conftest$ac_exeext conftest.$ac_ext
6996 LIBS=$ac_check_lib_save_LIBS
6997 fi
6998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6999 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7000 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7001   LIBPTHREAD="-lpthread"
7002
7003 fi
7004
7005 fi
7006 if test "x$LIBPTHREAD" = "x"; then :
7007   case "x$with_pthread" in
7008   xno) ;;
7009   *)   as_fn_error "pthread ${notice_platform}development files not found.
7010 Wine cannot support threads without libpthread.
7011 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7012 esac
7013 fi
7014
7015
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7017 $as_echo_n "checking for X... " >&6; }
7018
7019
7020 # Check whether --with-x was given.
7021 if test "${with_x+set}" = set; then :
7022   withval=$with_x;
7023 fi
7024
7025 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7026 if test "x$with_x" = xno; then
7027   # The user explicitly disabled X.
7028   have_x=disabled
7029 else
7030   case $x_includes,$x_libraries in #(
7031     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7032     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7033   $as_echo_n "(cached) " >&6
7034 else
7035   # One or both of the vars are not set, and there is no cached value.
7036 ac_x_includes=no ac_x_libraries=no
7037 rm -f -r conftest.dir
7038 if mkdir conftest.dir; then
7039   cd conftest.dir
7040   cat >Imakefile <<'_ACEOF'
7041 incroot:
7042         @echo incroot='${INCROOT}'
7043 usrlibdir:
7044         @echo usrlibdir='${USRLIBDIR}'
7045 libdir:
7046         @echo libdir='${LIBDIR}'
7047 _ACEOF
7048   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7049     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7050     for ac_var in incroot usrlibdir libdir; do
7051       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7052     done
7053     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7054     for ac_extension in a so sl dylib la dll; do
7055       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7056          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7057         ac_im_usrlibdir=$ac_im_libdir; break
7058       fi
7059     done
7060     # Screen out bogus values from the imake configuration.  They are
7061     # bogus both because they are the default anyway, and because
7062     # using them would break gcc on systems where it needs fixed includes.
7063     case $ac_im_incroot in
7064         /usr/include) ac_x_includes= ;;
7065         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7066     esac
7067     case $ac_im_usrlibdir in
7068         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7069         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7070     esac
7071   fi
7072   cd ..
7073   rm -f -r conftest.dir
7074 fi
7075
7076 # Standard set of common directories for X headers.
7077 # Check X11 before X11Rn because it is often a symlink to the current release.
7078 ac_x_header_dirs='
7079 /usr/X11/include
7080 /usr/X11R7/include
7081 /usr/X11R6/include
7082 /usr/X11R5/include
7083 /usr/X11R4/include
7084
7085 /usr/include/X11
7086 /usr/include/X11R7
7087 /usr/include/X11R6
7088 /usr/include/X11R5
7089 /usr/include/X11R4
7090
7091 /usr/local/X11/include
7092 /usr/local/X11R7/include
7093 /usr/local/X11R6/include
7094 /usr/local/X11R5/include
7095 /usr/local/X11R4/include
7096
7097 /usr/local/include/X11
7098 /usr/local/include/X11R7
7099 /usr/local/include/X11R6
7100 /usr/local/include/X11R5
7101 /usr/local/include/X11R4
7102
7103 /usr/X386/include
7104 /usr/x386/include
7105 /usr/XFree86/include/X11
7106
7107 /usr/include
7108 /usr/local/include
7109 /usr/unsupported/include
7110 /usr/athena/include
7111 /usr/local/x11r5/include
7112 /usr/lpp/Xamples/include
7113
7114 /usr/openwin/include
7115 /usr/openwin/share/include'
7116
7117 if test "$ac_x_includes" = no; then
7118   # Guess where to find include files, by looking for Xlib.h.
7119   # First, try using that file with no special directory specified.
7120   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7121 /* end confdefs.h.  */
7122 #include <X11/Xlib.h>
7123 _ACEOF
7124 if ac_fn_c_try_cpp "$LINENO"; then :
7125   # We can compile using X headers with no special include directory.
7126 ac_x_includes=
7127 else
7128   for ac_dir in $ac_x_header_dirs; do
7129   if test -r "$ac_dir/X11/Xlib.h"; then
7130     ac_x_includes=$ac_dir
7131     break
7132   fi
7133 done
7134 fi
7135 rm -f conftest.err conftest.$ac_ext
7136 fi # $ac_x_includes = no
7137
7138 if test "$ac_x_libraries" = no; then
7139   # Check for the libraries.
7140   # See if we find them without any special options.
7141   # Don't add to $LIBS permanently.
7142   ac_save_LIBS=$LIBS
7143   LIBS="-lX11 $LIBS"
7144   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7145 /* end confdefs.h.  */
7146 #include <X11/Xlib.h>
7147 int
7148 main ()
7149 {
7150 XrmInitialize ()
7151   ;
7152   return 0;
7153 }
7154 _ACEOF
7155 if ac_fn_c_try_link "$LINENO"; then :
7156   LIBS=$ac_save_LIBS
7157 # We can link X programs with no special library path.
7158 ac_x_libraries=
7159 else
7160   LIBS=$ac_save_LIBS
7161 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7162 do
7163   # Don't even attempt the hair of trying to link an X program!
7164   for ac_extension in a so sl dylib la dll; do
7165     if test -r "$ac_dir/libX11.$ac_extension"; then
7166       ac_x_libraries=$ac_dir
7167       break 2
7168     fi
7169   done
7170 done
7171 fi
7172 rm -f core conftest.err conftest.$ac_objext \
7173     conftest$ac_exeext conftest.$ac_ext
7174 fi # $ac_x_libraries = no
7175
7176 case $ac_x_includes,$ac_x_libraries in #(
7177   no,* | *,no | *\'*)
7178     # Didn't find X, or a directory has "'" in its name.
7179     ac_cv_have_x="have_x=no";; #(
7180   *)
7181     # Record where we found X for the cache.
7182     ac_cv_have_x="have_x=yes\
7183         ac_x_includes='$ac_x_includes'\
7184         ac_x_libraries='$ac_x_libraries'"
7185 esac
7186 fi
7187 ;; #(
7188     *) have_x=yes;;
7189   esac
7190   eval "$ac_cv_have_x"
7191 fi # $with_x != no
7192
7193 if test "$have_x" != yes; then
7194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7195 $as_echo "$have_x" >&6; }
7196   no_x=yes
7197 else
7198   # If each of the values was on the command line, it overrides each guess.
7199   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7200   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7201   # Update the cache value to reflect the command line values.
7202   ac_cv_have_x="have_x=yes\
7203         ac_x_includes='$x_includes'\
7204         ac_x_libraries='$x_libraries'"
7205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7206 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7207 fi
7208
7209 if test "$no_x" = yes; then
7210   # Not all programs may use this symbol, but it does not hurt to define it.
7211
7212 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7213
7214   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7215 else
7216   if test -n "$x_includes"; then
7217     X_CFLAGS="$X_CFLAGS -I$x_includes"
7218   fi
7219
7220   # It would also be nice to do this for all -L options, not just this one.
7221   if test -n "$x_libraries"; then
7222     X_LIBS="$X_LIBS -L$x_libraries"
7223     # For Solaris; some versions of Sun CC require a space after -R and
7224     # others require no space.  Words are not sufficient . . . .
7225     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7226 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7227     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7228     ac_xsave_c_werror_flag=$ac_c_werror_flag
7229     ac_c_werror_flag=yes
7230     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231 /* end confdefs.h.  */
7232
7233 int
7234 main ()
7235 {
7236
7237   ;
7238   return 0;
7239 }
7240 _ACEOF
7241 if ac_fn_c_try_link "$LINENO"; then :
7242   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7244        X_LIBS="$X_LIBS -R$x_libraries"
7245 else
7246   LIBS="$ac_xsave_LIBS -R $x_libraries"
7247        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7248 /* end confdefs.h.  */
7249
7250 int
7251 main ()
7252 {
7253
7254   ;
7255   return 0;
7256 }
7257 _ACEOF
7258 if ac_fn_c_try_link "$LINENO"; then :
7259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7260 $as_echo "yes" >&6; }
7261           X_LIBS="$X_LIBS -R $x_libraries"
7262 else
7263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7264 $as_echo "neither works" >&6; }
7265 fi
7266 rm -f core conftest.err conftest.$ac_objext \
7267     conftest$ac_exeext conftest.$ac_ext
7268 fi
7269 rm -f core conftest.err conftest.$ac_objext \
7270     conftest$ac_exeext conftest.$ac_ext
7271     ac_c_werror_flag=$ac_xsave_c_werror_flag
7272     LIBS=$ac_xsave_LIBS
7273   fi
7274
7275   # Check for system-dependent libraries X programs must link with.
7276   # Do this before checking for the system-independent R6 libraries
7277   # (-lICE), since we may need -lsocket or whatever for X linking.
7278
7279   if test "$ISC" = yes; then
7280     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7281   else
7282     # Martyn Johnson says this is needed for Ultrix, if the X
7283     # libraries were built with DECnet support.  And Karl Berry says
7284     # the Alpha needs dnet_stub (dnet does not exist).
7285     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7286     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7287 /* end confdefs.h.  */
7288
7289 /* Override any GCC internal prototype to avoid an error.
7290    Use char because int might match the return type of a GCC
7291    builtin and then its argument prototype would still apply.  */
7292 #ifdef __cplusplus
7293 extern "C"
7294 #endif
7295 char XOpenDisplay ();
7296 int
7297 main ()
7298 {
7299 return XOpenDisplay ();
7300   ;
7301   return 0;
7302 }
7303 _ACEOF
7304 if ac_fn_c_try_link "$LINENO"; then :
7305
7306 else
7307   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7308 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7309 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7310   $as_echo_n "(cached) " >&6
7311 else
7312   ac_check_lib_save_LIBS=$LIBS
7313 LIBS="-ldnet  $LIBS"
7314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7315 /* end confdefs.h.  */
7316
7317 /* Override any GCC internal prototype to avoid an error.
7318    Use char because int might match the return type of a GCC
7319    builtin and then its argument prototype would still apply.  */
7320 #ifdef __cplusplus
7321 extern "C"
7322 #endif
7323 char dnet_ntoa ();
7324 int
7325 main ()
7326 {
7327 return dnet_ntoa ();
7328   ;
7329   return 0;
7330 }
7331 _ACEOF
7332 if ac_fn_c_try_link "$LINENO"; then :
7333   ac_cv_lib_dnet_dnet_ntoa=yes
7334 else
7335   ac_cv_lib_dnet_dnet_ntoa=no
7336 fi
7337 rm -f core conftest.err conftest.$ac_objext \
7338     conftest$ac_exeext conftest.$ac_ext
7339 LIBS=$ac_check_lib_save_LIBS
7340 fi
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7342 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7343 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7344   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7345 fi
7346
7347     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7348       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7349 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7350 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7351   $as_echo_n "(cached) " >&6
7352 else
7353   ac_check_lib_save_LIBS=$LIBS
7354 LIBS="-ldnet_stub  $LIBS"
7355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7356 /* end confdefs.h.  */
7357
7358 /* Override any GCC internal prototype to avoid an error.
7359    Use char because int might match the return type of a GCC
7360    builtin and then its argument prototype would still apply.  */
7361 #ifdef __cplusplus
7362 extern "C"
7363 #endif
7364 char dnet_ntoa ();
7365 int
7366 main ()
7367 {
7368 return dnet_ntoa ();
7369   ;
7370   return 0;
7371 }
7372 _ACEOF
7373 if ac_fn_c_try_link "$LINENO"; then :
7374   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7375 else
7376   ac_cv_lib_dnet_stub_dnet_ntoa=no
7377 fi
7378 rm -f core conftest.err conftest.$ac_objext \
7379     conftest$ac_exeext conftest.$ac_ext
7380 LIBS=$ac_check_lib_save_LIBS
7381 fi
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7383 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7384 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7385   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7386 fi
7387
7388     fi
7389 fi
7390 rm -f core conftest.err conftest.$ac_objext \
7391     conftest$ac_exeext conftest.$ac_ext
7392     LIBS="$ac_xsave_LIBS"
7393
7394     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7395     # to get the SysV transport functions.
7396     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7397     # needs -lnsl.
7398     # The nsl library prevents programs from opening the X display
7399     # on Irix 5.2, according to T.E. Dickey.
7400     # The functions gethostbyname, getservbyname, and inet_addr are
7401     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7402     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7403 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7404
7405 fi
7406
7407     if test $ac_cv_func_gethostbyname = no; then
7408       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7409 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7410 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7411   $as_echo_n "(cached) " >&6
7412 else
7413   ac_check_lib_save_LIBS=$LIBS
7414 LIBS="-lnsl  $LIBS"
7415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7416 /* end confdefs.h.  */
7417
7418 /* Override any GCC internal prototype to avoid an error.
7419    Use char because int might match the return type of a GCC
7420    builtin and then its argument prototype would still apply.  */
7421 #ifdef __cplusplus
7422 extern "C"
7423 #endif
7424 char gethostbyname ();
7425 int
7426 main ()
7427 {
7428 return gethostbyname ();
7429   ;
7430   return 0;
7431 }
7432 _ACEOF
7433 if ac_fn_c_try_link "$LINENO"; then :
7434   ac_cv_lib_nsl_gethostbyname=yes
7435 else
7436   ac_cv_lib_nsl_gethostbyname=no
7437 fi
7438 rm -f core conftest.err conftest.$ac_objext \
7439     conftest$ac_exeext conftest.$ac_ext
7440 LIBS=$ac_check_lib_save_LIBS
7441 fi
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7443 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7444 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7445   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7446 fi
7447
7448       if test $ac_cv_lib_nsl_gethostbyname = no; then
7449         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7450 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7451 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7452   $as_echo_n "(cached) " >&6
7453 else
7454   ac_check_lib_save_LIBS=$LIBS
7455 LIBS="-lbsd  $LIBS"
7456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7457 /* end confdefs.h.  */
7458
7459 /* Override any GCC internal prototype to avoid an error.
7460    Use char because int might match the return type of a GCC
7461    builtin and then its argument prototype would still apply.  */
7462 #ifdef __cplusplus
7463 extern "C"
7464 #endif
7465 char gethostbyname ();
7466 int
7467 main ()
7468 {
7469 return gethostbyname ();
7470   ;
7471   return 0;
7472 }
7473 _ACEOF
7474 if ac_fn_c_try_link "$LINENO"; then :
7475   ac_cv_lib_bsd_gethostbyname=yes
7476 else
7477   ac_cv_lib_bsd_gethostbyname=no
7478 fi
7479 rm -f core conftest.err conftest.$ac_objext \
7480     conftest$ac_exeext conftest.$ac_ext
7481 LIBS=$ac_check_lib_save_LIBS
7482 fi
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7484 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7485 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7486   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7487 fi
7488
7489       fi
7490     fi
7491
7492     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7493     # socket/setsockopt and other routines are undefined under SCO ODT
7494     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7495     # on later versions), says Simon Leinen: it contains gethostby*
7496     # variants that don't use the name server (or something).  -lsocket
7497     # must be given before -lnsl if both are needed.  We assume that
7498     # if connect needs -lnsl, so does gethostbyname.
7499     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7500 if test "x$ac_cv_func_connect" = x""yes; then :
7501
7502 fi
7503
7504     if test $ac_cv_func_connect = no; then
7505       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7506 $as_echo_n "checking for connect in -lsocket... " >&6; }
7507 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7508   $as_echo_n "(cached) " >&6
7509 else
7510   ac_check_lib_save_LIBS=$LIBS
7511 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7513 /* end confdefs.h.  */
7514
7515 /* Override any GCC internal prototype to avoid an error.
7516    Use char because int might match the return type of a GCC
7517    builtin and then its argument prototype would still apply.  */
7518 #ifdef __cplusplus
7519 extern "C"
7520 #endif
7521 char connect ();
7522 int
7523 main ()
7524 {
7525 return connect ();
7526   ;
7527   return 0;
7528 }
7529 _ACEOF
7530 if ac_fn_c_try_link "$LINENO"; then :
7531   ac_cv_lib_socket_connect=yes
7532 else
7533   ac_cv_lib_socket_connect=no
7534 fi
7535 rm -f core conftest.err conftest.$ac_objext \
7536     conftest$ac_exeext conftest.$ac_ext
7537 LIBS=$ac_check_lib_save_LIBS
7538 fi
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7540 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7541 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7542   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7543 fi
7544
7545     fi
7546
7547     # Guillermo Gomez says -lposix is necessary on A/UX.
7548     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7549 if test "x$ac_cv_func_remove" = x""yes; then :
7550
7551 fi
7552
7553     if test $ac_cv_func_remove = no; then
7554       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7555 $as_echo_n "checking for remove in -lposix... " >&6; }
7556 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7557   $as_echo_n "(cached) " >&6
7558 else
7559   ac_check_lib_save_LIBS=$LIBS
7560 LIBS="-lposix  $LIBS"
7561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7562 /* end confdefs.h.  */
7563
7564 /* Override any GCC internal prototype to avoid an error.
7565    Use char because int might match the return type of a GCC
7566    builtin and then its argument prototype would still apply.  */
7567 #ifdef __cplusplus
7568 extern "C"
7569 #endif
7570 char remove ();
7571 int
7572 main ()
7573 {
7574 return remove ();
7575   ;
7576   return 0;
7577 }
7578 _ACEOF
7579 if ac_fn_c_try_link "$LINENO"; then :
7580   ac_cv_lib_posix_remove=yes
7581 else
7582   ac_cv_lib_posix_remove=no
7583 fi
7584 rm -f core conftest.err conftest.$ac_objext \
7585     conftest$ac_exeext conftest.$ac_ext
7586 LIBS=$ac_check_lib_save_LIBS
7587 fi
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7589 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7590 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7591   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7592 fi
7593
7594     fi
7595
7596     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7597     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7598 if test "x$ac_cv_func_shmat" = x""yes; then :
7599
7600 fi
7601
7602     if test $ac_cv_func_shmat = no; then
7603       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7604 $as_echo_n "checking for shmat in -lipc... " >&6; }
7605 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7606   $as_echo_n "(cached) " >&6
7607 else
7608   ac_check_lib_save_LIBS=$LIBS
7609 LIBS="-lipc  $LIBS"
7610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7611 /* end confdefs.h.  */
7612
7613 /* Override any GCC internal prototype to avoid an error.
7614    Use char because int might match the return type of a GCC
7615    builtin and then its argument prototype would still apply.  */
7616 #ifdef __cplusplus
7617 extern "C"
7618 #endif
7619 char shmat ();
7620 int
7621 main ()
7622 {
7623 return shmat ();
7624   ;
7625   return 0;
7626 }
7627 _ACEOF
7628 if ac_fn_c_try_link "$LINENO"; then :
7629   ac_cv_lib_ipc_shmat=yes
7630 else
7631   ac_cv_lib_ipc_shmat=no
7632 fi
7633 rm -f core conftest.err conftest.$ac_objext \
7634     conftest$ac_exeext conftest.$ac_ext
7635 LIBS=$ac_check_lib_save_LIBS
7636 fi
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7638 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7639 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7640   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7641 fi
7642
7643     fi
7644   fi
7645
7646   # Check for libraries that X11R6 Xt/Xaw programs need.
7647   ac_save_LDFLAGS=$LDFLAGS
7648   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7649   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7650   # check for ICE first), but we must link in the order -lSM -lICE or
7651   # we get undefined symbols.  So assume we have SM if we have ICE.
7652   # These have to be linked with before -lX11, unlike the other
7653   # libraries we check for below, so use a different variable.
7654   # John Interrante, Karl Berry
7655   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7656 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7657 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7658   $as_echo_n "(cached) " >&6
7659 else
7660   ac_check_lib_save_LIBS=$LIBS
7661 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7663 /* end confdefs.h.  */
7664
7665 /* Override any GCC internal prototype to avoid an error.
7666    Use char because int might match the return type of a GCC
7667    builtin and then its argument prototype would still apply.  */
7668 #ifdef __cplusplus
7669 extern "C"
7670 #endif
7671 char IceConnectionNumber ();
7672 int
7673 main ()
7674 {
7675 return IceConnectionNumber ();
7676   ;
7677   return 0;
7678 }
7679 _ACEOF
7680 if ac_fn_c_try_link "$LINENO"; then :
7681   ac_cv_lib_ICE_IceConnectionNumber=yes
7682 else
7683   ac_cv_lib_ICE_IceConnectionNumber=no
7684 fi
7685 rm -f core conftest.err conftest.$ac_objext \
7686     conftest$ac_exeext conftest.$ac_ext
7687 LIBS=$ac_check_lib_save_LIBS
7688 fi
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7690 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7691 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7692   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7693 fi
7694
7695   LDFLAGS=$ac_save_LDFLAGS
7696
7697 fi
7698
7699
7700 if test "$have_x" = "yes"
7701 then
7702     XLIB="-lX11"
7703     ac_save_CPPFLAGS="$CPPFLAGS"
7704     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7705
7706     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7707 $as_echo_n "checking for -lX11... " >&6; }
7708 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7709   $as_echo_n "(cached) " >&6
7710 else
7711   ac_check_soname_save_LIBS=$LIBS
7712 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7713   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7714 /* end confdefs.h.  */
7715
7716 /* Override any GCC internal prototype to avoid an error.
7717    Use char because int might match the return type of a GCC
7718    builtin and then its argument prototype would still apply.  */
7719 #ifdef __cplusplus
7720 extern "C"
7721 #endif
7722 char XCreateWindow ();
7723 int
7724 main ()
7725 {
7726 return XCreateWindow ();
7727   ;
7728   return 0;
7729 }
7730 _ACEOF
7731 if ac_fn_c_try_link "$LINENO"; then :
7732   case "$LIBEXT" in
7733     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7734     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'` ;;
7735     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7736   esac
7737 fi
7738 rm -f core conftest.err conftest.$ac_objext \
7739     conftest$ac_exeext conftest.$ac_ext
7740   LIBS=$ac_check_soname_save_LIBS
7741 fi
7742 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7744 $as_echo "not found" >&6; }
7745
7746 else
7747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7748 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7749
7750 cat >>confdefs.h <<_ACEOF
7751 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7752 _ACEOF
7753
7754
7755 fi
7756     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7757 $as_echo_n "checking for -lXext... " >&6; }
7758 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7759   $as_echo_n "(cached) " >&6
7760 else
7761   ac_check_soname_save_LIBS=$LIBS
7762 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7763   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7764 /* end confdefs.h.  */
7765
7766 /* Override any GCC internal prototype to avoid an error.
7767    Use char because int might match the return type of a GCC
7768    builtin and then its argument prototype would still apply.  */
7769 #ifdef __cplusplus
7770 extern "C"
7771 #endif
7772 char XextCreateExtension ();
7773 int
7774 main ()
7775 {
7776 return XextCreateExtension ();
7777   ;
7778   return 0;
7779 }
7780 _ACEOF
7781 if ac_fn_c_try_link "$LINENO"; then :
7782   case "$LIBEXT" in
7783     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7784     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'` ;;
7785     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7786   esac
7787 fi
7788 rm -f core conftest.err conftest.$ac_objext \
7789     conftest$ac_exeext conftest.$ac_ext
7790   LIBS=$ac_check_soname_save_LIBS
7791 fi
7792 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7793   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7794 $as_echo "not found" >&6; }
7795
7796 else
7797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7798 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7799
7800 cat >>confdefs.h <<_ACEOF
7801 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7802 _ACEOF
7803
7804        XLIB="-lXext $XLIB"
7805 fi
7806
7807         for ac_header in X11/Xlib.h \
7808                       X11/XKBlib.h \
7809                       X11/Xutil.h \
7810                       X11/Xcursor/Xcursor.h \
7811                       X11/extensions/shape.h \
7812                       X11/extensions/XInput.h \
7813                       X11/extensions/XShm.h \
7814                       X11/extensions/Xcomposite.h \
7815                       X11/extensions/Xinerama.h \
7816                       X11/extensions/Xrandr.h \
7817                       X11/extensions/Xrender.h \
7818                       X11/extensions/xf86vmode.h \
7819                       X11/extensions/xf86vmproto.h
7820 do :
7821   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7822 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7823 # include <X11/Xlib.h>
7824 #endif
7825 #ifdef HAVE_X11_XUTIL_H
7826 # include <X11/Xutil.h>
7827 #endif
7828 "
7829 eval as_val=\$$as_ac_Header
7830    if test "x$as_val" = x""yes; then :
7831   cat >>confdefs.h <<_ACEOF
7832 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7833 _ACEOF
7834
7835 fi
7836
7837 done
7838
7839
7840                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7841         then
7842               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7843 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7844 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7845   $as_echo_n "(cached) " >&6
7846 else
7847   ac_check_lib_save_LIBS=$LIBS
7848 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7850 /* end confdefs.h.  */
7851
7852 /* Override any GCC internal prototype to avoid an error.
7853    Use char because int might match the return type of a GCC
7854    builtin and then its argument prototype would still apply.  */
7855 #ifdef __cplusplus
7856 extern "C"
7857 #endif
7858 char XkbQueryExtension ();
7859 int
7860 main ()
7861 {
7862 return XkbQueryExtension ();
7863   ;
7864   return 0;
7865 }
7866 _ACEOF
7867 if ac_fn_c_try_link "$LINENO"; then :
7868   ac_cv_lib_X11_XkbQueryExtension=yes
7869 else
7870   ac_cv_lib_X11_XkbQueryExtension=no
7871 fi
7872 rm -f core conftest.err conftest.$ac_objext \
7873     conftest$ac_exeext conftest.$ac_ext
7874 LIBS=$ac_check_lib_save_LIBS
7875 fi
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7877 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7878 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7879
7880 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7881
7882 fi
7883
7884         fi
7885
7886                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7887         then
7888             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7889 $as_echo_n "checking for -lXcursor... " >&6; }
7890 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7891   $as_echo_n "(cached) " >&6
7892 else
7893   ac_check_soname_save_LIBS=$LIBS
7894 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7895   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7896 /* end confdefs.h.  */
7897
7898 /* Override any GCC internal prototype to avoid an error.
7899    Use char because int might match the return type of a GCC
7900    builtin and then its argument prototype would still apply.  */
7901 #ifdef __cplusplus
7902 extern "C"
7903 #endif
7904 char XcursorImageLoadCursor ();
7905 int
7906 main ()
7907 {
7908 return XcursorImageLoadCursor ();
7909   ;
7910   return 0;
7911 }
7912 _ACEOF
7913 if ac_fn_c_try_link "$LINENO"; then :
7914   case "$LIBEXT" in
7915     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7916     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'` ;;
7917     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7918   esac
7919 fi
7920 rm -f core conftest.err conftest.$ac_objext \
7921     conftest$ac_exeext conftest.$ac_ext
7922   LIBS=$ac_check_soname_save_LIBS
7923 fi
7924 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7926 $as_echo "not found" >&6; }
7927
7928 else
7929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7930 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7931
7932 cat >>confdefs.h <<_ACEOF
7933 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7934 _ACEOF
7935
7936
7937 fi
7938         fi
7939         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7940   case "x$with_xcursor" in
7941   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7942   xno) ;;
7943   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7944 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7945 esac
7946 fi
7947
7948                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7949         then
7950             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7951 $as_echo_n "checking for -lXi... " >&6; }
7952 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7953   $as_echo_n "(cached) " >&6
7954 else
7955   ac_check_soname_save_LIBS=$LIBS
7956 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7957   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7958 /* end confdefs.h.  */
7959
7960 /* Override any GCC internal prototype to avoid an error.
7961    Use char because int might match the return type of a GCC
7962    builtin and then its argument prototype would still apply.  */
7963 #ifdef __cplusplus
7964 extern "C"
7965 #endif
7966 char XOpenDevice ();
7967 int
7968 main ()
7969 {
7970 return XOpenDevice ();
7971   ;
7972   return 0;
7973 }
7974 _ACEOF
7975 if ac_fn_c_try_link "$LINENO"; then :
7976   case "$LIBEXT" in
7977     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7978     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'` ;;
7979     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
7980   esac
7981 fi
7982 rm -f core conftest.err conftest.$ac_objext \
7983     conftest$ac_exeext conftest.$ac_ext
7984   LIBS=$ac_check_soname_save_LIBS
7985 fi
7986 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7988 $as_echo "not found" >&6; }
7989
7990 else
7991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7992 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7993
7994 cat >>confdefs.h <<_ACEOF
7995 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7996 _ACEOF
7997
7998
7999 fi
8000         fi
8001         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8002   case "x$with_xinput" in
8003   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8004   xno) ;;
8005   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8006 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8007 esac
8008 fi
8009
8010                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8011         then
8012               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8013 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8014 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8015   $as_echo_n "(cached) " >&6
8016 else
8017   ac_check_lib_save_LIBS=$LIBS
8018 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8020 /* end confdefs.h.  */
8021
8022 /* Override any GCC internal prototype to avoid an error.
8023    Use char because int might match the return type of a GCC
8024    builtin and then its argument prototype would still apply.  */
8025 #ifdef __cplusplus
8026 extern "C"
8027 #endif
8028 char XShmQueryExtension ();
8029 int
8030 main ()
8031 {
8032 return XShmQueryExtension ();
8033   ;
8034   return 0;
8035 }
8036 _ACEOF
8037 if ac_fn_c_try_link "$LINENO"; then :
8038   ac_cv_lib_Xext_XShmQueryExtension=yes
8039 else
8040   ac_cv_lib_Xext_XShmQueryExtension=no
8041 fi
8042 rm -f core conftest.err conftest.$ac_objext \
8043     conftest$ac_exeext conftest.$ac_ext
8044 LIBS=$ac_check_lib_save_LIBS
8045 fi
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8047 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8048 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8049
8050 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8051
8052 fi
8053
8054         fi
8055         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8056   case "x$with_xshm" in
8057   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8058   xno) ;;
8059   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8060 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8061 esac
8062 fi
8063
8064                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8065         then
8066               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8067 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8068 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8069   $as_echo_n "(cached) " >&6
8070 else
8071   ac_check_lib_save_LIBS=$LIBS
8072 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8074 /* end confdefs.h.  */
8075
8076 /* Override any GCC internal prototype to avoid an error.
8077    Use char because int might match the return type of a GCC
8078    builtin and then its argument prototype would still apply.  */
8079 #ifdef __cplusplus
8080 extern "C"
8081 #endif
8082 char XShapeQueryExtension ();
8083 int
8084 main ()
8085 {
8086 return XShapeQueryExtension ();
8087   ;
8088   return 0;
8089 }
8090 _ACEOF
8091 if ac_fn_c_try_link "$LINENO"; then :
8092   ac_cv_lib_Xext_XShapeQueryExtension=yes
8093 else
8094   ac_cv_lib_Xext_XShapeQueryExtension=no
8095 fi
8096 rm -f core conftest.err conftest.$ac_objext \
8097     conftest$ac_exeext conftest.$ac_ext
8098 LIBS=$ac_check_lib_save_LIBS
8099 fi
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8101 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8102 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8103
8104 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8105
8106 fi
8107
8108         fi
8109         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8110   case "x$with_xshape" in
8111   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8112   xno) ;;
8113   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8114 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8115 esac
8116 fi
8117
8118                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8119         then
8120             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8121 $as_echo_n "checking for -lXxf86vm... " >&6; }
8122 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8123   $as_echo_n "(cached) " >&6
8124 else
8125   ac_check_soname_save_LIBS=$LIBS
8126 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8127   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8128 /* end confdefs.h.  */
8129
8130 /* Override any GCC internal prototype to avoid an error.
8131    Use char because int might match the return type of a GCC
8132    builtin and then its argument prototype would still apply.  */
8133 #ifdef __cplusplus
8134 extern "C"
8135 #endif
8136 char XF86VidModeQueryExtension ();
8137 int
8138 main ()
8139 {
8140 return XF86VidModeQueryExtension ();
8141   ;
8142   return 0;
8143 }
8144 _ACEOF
8145 if ac_fn_c_try_link "$LINENO"; then :
8146   case "$LIBEXT" in
8147     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8148     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'` ;;
8149     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8150   esac
8151 fi
8152 rm -f core conftest.err conftest.$ac_objext \
8153     conftest$ac_exeext conftest.$ac_ext
8154   LIBS=$ac_check_soname_save_LIBS
8155 fi
8156 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8158 $as_echo "not found" >&6; }
8159
8160 else
8161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8162 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8163
8164 cat >>confdefs.h <<_ACEOF
8165 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8166 _ACEOF
8167
8168
8169 fi
8170         fi
8171         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8172   case "x$with_xxf86vm" in
8173   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8174   xno) ;;
8175   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8176 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8177 esac
8178 fi
8179
8180                 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"
8181         then
8182             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8183 $as_echo_n "checking for -lXrender... " >&6; }
8184 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8185   $as_echo_n "(cached) " >&6
8186 else
8187   ac_check_soname_save_LIBS=$LIBS
8188 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8189   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h.  */
8191
8192 /* Override any GCC internal prototype to avoid an error.
8193    Use char because int might match the return type of a GCC
8194    builtin and then its argument prototype would still apply.  */
8195 #ifdef __cplusplus
8196 extern "C"
8197 #endif
8198 char XRenderQueryExtension ();
8199 int
8200 main ()
8201 {
8202 return XRenderQueryExtension ();
8203   ;
8204   return 0;
8205 }
8206 _ACEOF
8207 if ac_fn_c_try_link "$LINENO"; then :
8208   case "$LIBEXT" in
8209     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8210     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'` ;;
8211     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8212   esac
8213 fi
8214 rm -f core conftest.err conftest.$ac_objext \
8215     conftest$ac_exeext conftest.$ac_ext
8216   LIBS=$ac_check_soname_save_LIBS
8217 fi
8218 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8220 $as_echo "not found" >&6; }
8221
8222 else
8223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8224 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8225
8226 cat >>confdefs.h <<_ACEOF
8227 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8228 _ACEOF
8229
8230        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8231 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8232 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8233   $as_echo_n "(cached) " >&6
8234 else
8235   ac_check_lib_save_LIBS=$LIBS
8236 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8238 /* end confdefs.h.  */
8239
8240 /* Override any GCC internal prototype to avoid an error.
8241    Use char because int might match the return type of a GCC
8242    builtin and then its argument prototype would still apply.  */
8243 #ifdef __cplusplus
8244 extern "C"
8245 #endif
8246 char XRenderSetPictureTransform ();
8247 int
8248 main ()
8249 {
8250 return XRenderSetPictureTransform ();
8251   ;
8252   return 0;
8253 }
8254 _ACEOF
8255 if ac_fn_c_try_link "$LINENO"; then :
8256   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8257 else
8258   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8259 fi
8260 rm -f core conftest.err conftest.$ac_objext \
8261     conftest$ac_exeext conftest.$ac_ext
8262 LIBS=$ac_check_lib_save_LIBS
8263 fi
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8265 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8266 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8267
8268 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8269
8270 fi
8271
8272 fi
8273
8274         fi
8275         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8276   case "x$with_xrender" in
8277   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8278   xno) ;;
8279   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8280 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8281 esac
8282 fi
8283
8284                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8285         then
8286                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8287 /* end confdefs.h.  */
8288 #include <X11/Xlib.h>
8289 #include <X11/extensions/Xrandr.h>
8290 int
8291 main ()
8292 {
8293 static typeof(XRRSetScreenConfigAndRate) * func;
8294   ;
8295   return 0;
8296 }
8297 _ACEOF
8298 if ac_fn_c_try_compile "$LINENO"; then :
8299   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8300 $as_echo_n "checking for -lXrandr... " >&6; }
8301 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8302   $as_echo_n "(cached) " >&6
8303 else
8304   ac_check_soname_save_LIBS=$LIBS
8305 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8306   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307 /* end confdefs.h.  */
8308
8309 /* Override any GCC internal prototype to avoid an error.
8310    Use char because int might match the return type of a GCC
8311    builtin and then its argument prototype would still apply.  */
8312 #ifdef __cplusplus
8313 extern "C"
8314 #endif
8315 char XRRQueryExtension ();
8316 int
8317 main ()
8318 {
8319 return XRRQueryExtension ();
8320   ;
8321   return 0;
8322 }
8323 _ACEOF
8324 if ac_fn_c_try_link "$LINENO"; then :
8325   case "$LIBEXT" in
8326     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8327     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'` ;;
8328     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8329   esac
8330 fi
8331 rm -f core conftest.err conftest.$ac_objext \
8332     conftest$ac_exeext conftest.$ac_ext
8333   LIBS=$ac_check_soname_save_LIBS
8334 fi
8335 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8337 $as_echo "not found" >&6; }
8338
8339 else
8340   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8341 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8342
8343 cat >>confdefs.h <<_ACEOF
8344 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8345 _ACEOF
8346
8347
8348 fi
8349 fi
8350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8351         fi
8352         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8353   case "x$with_xrandr" in
8354   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8355   xno) ;;
8356   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8357 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8358 esac
8359 fi
8360
8361                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8362         then
8363                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8364 /* end confdefs.h.  */
8365 #include <X11/Xlib.h>
8366 #include <X11/extensions/Xinerama.h>
8367 int
8368 main ()
8369 {
8370 static typeof(XineramaQueryScreens) * func;
8371   ;
8372   return 0;
8373 }
8374 _ACEOF
8375 if ac_fn_c_try_compile "$LINENO"; then :
8376   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8377 $as_echo_n "checking for -lXinerama... " >&6; }
8378 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8379   $as_echo_n "(cached) " >&6
8380 else
8381   ac_check_soname_save_LIBS=$LIBS
8382 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8383   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8384 /* end confdefs.h.  */
8385
8386 /* Override any GCC internal prototype to avoid an error.
8387    Use char because int might match the return type of a GCC
8388    builtin and then its argument prototype would still apply.  */
8389 #ifdef __cplusplus
8390 extern "C"
8391 #endif
8392 char XineramaQueryScreens ();
8393 int
8394 main ()
8395 {
8396 return XineramaQueryScreens ();
8397   ;
8398   return 0;
8399 }
8400 _ACEOF
8401 if ac_fn_c_try_link "$LINENO"; then :
8402   case "$LIBEXT" in
8403     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8404     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'` ;;
8405     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8406   esac
8407 fi
8408 rm -f core conftest.err conftest.$ac_objext \
8409     conftest$ac_exeext conftest.$ac_ext
8410   LIBS=$ac_check_soname_save_LIBS
8411 fi
8412 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8414 $as_echo "not found" >&6; }
8415
8416 else
8417   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8418 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8419
8420 cat >>confdefs.h <<_ACEOF
8421 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8422 _ACEOF
8423
8424
8425 fi
8426 fi
8427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8428         fi
8429         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8430   case "x$with_xinerama" in
8431   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8432   xno) ;;
8433   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8434 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8435 esac
8436 fi
8437
8438                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8439         then
8440             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8441 $as_echo_n "checking for -lXcomposite... " >&6; }
8442 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8443   $as_echo_n "(cached) " >&6
8444 else
8445   ac_check_soname_save_LIBS=$LIBS
8446 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8448 /* end confdefs.h.  */
8449
8450 /* Override any GCC internal prototype to avoid an error.
8451    Use char because int might match the return type of a GCC
8452    builtin and then its argument prototype would still apply.  */
8453 #ifdef __cplusplus
8454 extern "C"
8455 #endif
8456 char XCompositeRedirectWindow ();
8457 int
8458 main ()
8459 {
8460 return XCompositeRedirectWindow ();
8461   ;
8462   return 0;
8463 }
8464 _ACEOF
8465 if ac_fn_c_try_link "$LINENO"; then :
8466   case "$LIBEXT" in
8467     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8468     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'` ;;
8469     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8470   esac
8471 fi
8472 rm -f core conftest.err conftest.$ac_objext \
8473     conftest$ac_exeext conftest.$ac_ext
8474   LIBS=$ac_check_soname_save_LIBS
8475 fi
8476 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8478 $as_echo "not found" >&6; }
8479
8480 else
8481   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8482 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8483
8484 cat >>confdefs.h <<_ACEOF
8485 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8486 _ACEOF
8487
8488
8489 fi
8490         fi
8491         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8492   case "x$with_xcomposite" in
8493   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8494   xno) ;;
8495   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8496 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8497 esac
8498 fi
8499
8500                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8501 #include <X11/Xlib.h>
8502 #endif
8503 "
8504 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8505
8506 cat >>confdefs.h <<_ACEOF
8507 #define HAVE_XICCALLBACK_CALLBACK 1
8508 _ACEOF
8509
8510
8511 fi
8512
8513
8514
8515         opengl_msg=""
8516     if test "x$with_opengl" != "xno"
8517     then
8518         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8519 do :
8520   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8521 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8522 # include <GL/glx.h>
8523 #endif
8524 "
8525 eval as_val=\$$as_ac_Header
8526    if test "x$as_val" = x""yes; then :
8527   cat >>confdefs.h <<_ACEOF
8528 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8529 _ACEOF
8530
8531 fi
8532
8533 done
8534
8535         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8536         then
8537                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8538 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8539 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8540   $as_echo_n "(cached) " >&6
8541 else
8542   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8543 /* end confdefs.h.  */
8544 #include <GL/gl.h>
8545 int
8546 main ()
8547 {
8548 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8549   ;
8550   return 0;
8551 }
8552 _ACEOF
8553 if ac_fn_c_try_compile "$LINENO"; then :
8554   wine_cv_opengl_header_version_OK="yes"
8555 else
8556   wine_cv_opengl_header_version_OK="no"
8557 fi
8558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8559 fi
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8561 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8562
8563             if test "$wine_cv_opengl_header_version_OK" = "yes"
8564             then
8565                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8566 $as_echo_n "checking for -lGL... " >&6; }
8567 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8568   $as_echo_n "(cached) " >&6
8569 else
8570   ac_check_soname_save_LIBS=$LIBS
8571 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8572   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8573 /* end confdefs.h.  */
8574
8575 /* Override any GCC internal prototype to avoid an error.
8576    Use char because int might match the return type of a GCC
8577    builtin and then its argument prototype would still apply.  */
8578 #ifdef __cplusplus
8579 extern "C"
8580 #endif
8581 char glXCreateContext ();
8582 int
8583 main ()
8584 {
8585 return glXCreateContext ();
8586   ;
8587   return 0;
8588 }
8589 _ACEOF
8590 if ac_fn_c_try_link "$LINENO"; then :
8591   case "$LIBEXT" in
8592     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8593     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'` ;;
8594     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8595   esac
8596 fi
8597 rm -f core conftest.err conftest.$ac_objext \
8598     conftest$ac_exeext conftest.$ac_ext
8599   LIBS=$ac_check_soname_save_LIBS
8600 fi
8601 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8603 $as_echo "not found" >&6; }
8604        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8605 $as_echo_n "checking for -lGL... " >&6; }
8606 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8607   $as_echo_n "(cached) " >&6
8608 else
8609   ac_check_soname_save_LIBS=$LIBS
8610 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"
8611   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8612 /* end confdefs.h.  */
8613
8614 /* Override any GCC internal prototype to avoid an error.
8615    Use char because int might match the return type of a GCC
8616    builtin and then its argument prototype would still apply.  */
8617 #ifdef __cplusplus
8618 extern "C"
8619 #endif
8620 char glXCreateContext ();
8621 int
8622 main ()
8623 {
8624 return glXCreateContext ();
8625   ;
8626   return 0;
8627 }
8628 _ACEOF
8629 if ac_fn_c_try_link "$LINENO"; then :
8630   case "$LIBEXT" in
8631     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8632     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'` ;;
8633     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8634   esac
8635 fi
8636 rm -f core conftest.err conftest.$ac_objext \
8637     conftest$ac_exeext conftest.$ac_ext
8638   LIBS=$ac_check_soname_save_LIBS
8639 fi
8640 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8642 $as_echo "not found" >&6; }
8643        if test -f /usr/X11R6/lib/libGL.a
8644                                     then
8645                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8646 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8647                                     else
8648                                         opengl_msg="No OpenGL library found on this system."
8649                                     fi
8650 else
8651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8652 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8653
8654 cat >>confdefs.h <<_ACEOF
8655 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8656 _ACEOF
8657
8658        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8659
8660 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8661
8662 fi
8663 else
8664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8665 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8666
8667 cat >>confdefs.h <<_ACEOF
8668 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8669 _ACEOF
8670
8671        OPENGL_LIBS="-lGL"
8672
8673 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8674
8675 fi
8676                  if test "$ac_cv_header_GL_glu_h" = "yes"
8677                  then
8678                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8679 $as_echo_n "checking for -lGLU... " >&6; }
8680 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8681   $as_echo_n "(cached) " >&6
8682 else
8683   ac_check_soname_save_LIBS=$LIBS
8684 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8685   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8686 /* end confdefs.h.  */
8687
8688 /* Override any GCC internal prototype to avoid an error.
8689    Use char because int might match the return type of a GCC
8690    builtin and then its argument prototype would still apply.  */
8691 #ifdef __cplusplus
8692 extern "C"
8693 #endif
8694 char gluLookAt ();
8695 int
8696 main ()
8697 {
8698 return gluLookAt ();
8699   ;
8700   return 0;
8701 }
8702 _ACEOF
8703 if ac_fn_c_try_link "$LINENO"; then :
8704   case "$LIBEXT" in
8705     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8706     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'` ;;
8707     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8708   esac
8709 fi
8710 rm -f core conftest.err conftest.$ac_objext \
8711     conftest$ac_exeext conftest.$ac_ext
8712   LIBS=$ac_check_soname_save_LIBS
8713 fi
8714 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8716 $as_echo "not found" >&6; }
8717
8718 else
8719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8720 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8721
8722 cat >>confdefs.h <<_ACEOF
8723 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8724 _ACEOF
8725
8726
8727 fi
8728                  fi
8729                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8730   case "x$with_glu" in
8731   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8732   xno) ;;
8733   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8734 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8735 esac
8736 fi
8737              else
8738                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8739              fi
8740          else
8741              opengl_msg="OpenGL development headers not found."
8742          fi
8743          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8744          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8745     else
8746          enable_opengl32=${enable_opengl32:-no}
8747          enable_glu32=${enable_glu32:-no}
8748     fi
8749     if test -n "$opengl_msg"; then :
8750   case "x$with_opengl" in
8751   x)   as_fn_append wine_warnings "|$opengl_msg
8752 OpenGL and Direct3D won't be supported." ;;
8753   xno) ;;
8754   *)   as_fn_error "$opengl_msg
8755 OpenGL and Direct3D won't be supported.
8756 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8757 esac
8758 fi
8759
8760         NASLIBS=""
8761
8762     for ac_header in audio/audiolib.h
8763 do :
8764   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8765 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8766   cat >>confdefs.h <<_ACEOF
8767 #define HAVE_AUDIO_AUDIOLIB_H 1
8768 _ACEOF
8769  for ac_header in audio/soundlib.h
8770 do :
8771   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8772 "
8773 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8774   cat >>confdefs.h <<_ACEOF
8775 #define HAVE_AUDIO_SOUNDLIB_H 1
8776 _ACEOF
8777
8778 fi
8779
8780 done
8781
8782           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8783 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8784 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8785   $as_echo_n "(cached) " >&6
8786 else
8787   ac_check_lib_save_LIBS=$LIBS
8788 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8790 /* end confdefs.h.  */
8791
8792 /* Override any GCC internal prototype to avoid an error.
8793    Use char because int might match the return type of a GCC
8794    builtin and then its argument prototype would still apply.  */
8795 #ifdef __cplusplus
8796 extern "C"
8797 #endif
8798 char AuCreateFlow ();
8799 int
8800 main ()
8801 {
8802 return AuCreateFlow ();
8803   ;
8804   return 0;
8805 }
8806 _ACEOF
8807 if ac_fn_c_try_link "$LINENO"; then :
8808   ac_cv_lib_audio_AuCreateFlow=yes
8809 else
8810   ac_cv_lib_audio_AuCreateFlow=no
8811 fi
8812 rm -f core conftest.err conftest.$ac_objext \
8813     conftest$ac_exeext conftest.$ac_ext
8814 LIBS=$ac_check_lib_save_LIBS
8815 fi
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8817 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8818 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8819
8820 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8821
8822                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8823 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8824 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8825   $as_echo_n "(cached) " >&6
8826 else
8827   ac_check_lib_save_LIBS=$LIBS
8828 LIBS="-lXau $X_LIBS $LIBS"
8829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8830 /* end confdefs.h.  */
8831
8832 /* Override any GCC internal prototype to avoid an error.
8833    Use char because int might match the return type of a GCC
8834    builtin and then its argument prototype would still apply.  */
8835 #ifdef __cplusplus
8836 extern "C"
8837 #endif
8838 char XauGetBestAuthByAddr ();
8839 int
8840 main ()
8841 {
8842 return XauGetBestAuthByAddr ();
8843   ;
8844   return 0;
8845 }
8846 _ACEOF
8847 if ac_fn_c_try_link "$LINENO"; then :
8848   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8849 else
8850   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8851 fi
8852 rm -f core conftest.err conftest.$ac_objext \
8853     conftest$ac_exeext conftest.$ac_ext
8854 LIBS=$ac_check_lib_save_LIBS
8855 fi
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8857 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8858 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8859   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8860 else
8861   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8862 fi
8863
8864
8865 fi
8866
8867 fi
8868
8869 done
8870
8871
8872     CPPFLAGS="$ac_save_CPPFLAGS"
8873 else
8874     XLIB=""
8875     X_CFLAGS=""
8876     X_LIBS=""
8877     enable_winex11_drv=${enable_winex11_drv:-no}
8878     enable_opengl32=${enable_opengl32:-no}
8879     enable_glu32=${enable_glu32:-no}
8880 fi
8881 if test "x$XLIB" = "x"; then :
8882   case "x$with_x" in
8883   xno) ;;
8884   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8885 without X support, which probably isn't what you want. You will need to install
8886 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8887 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8888 esac
8889 fi
8890
8891
8892 XML2LIBS=""
8893
8894 XML2INCL=""
8895
8896 XSLTINCL=""
8897
8898 if test "x$with_xml" != "xno"
8899 then
8900     ac_save_CPPFLAGS="$CPPFLAGS"
8901     if test "$PKG_CONFIG" != "false"
8902     then
8903         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8904         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8905     else
8906         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8907         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8908     fi
8909     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8910     for ac_header in libxml/parser.h
8911 do :
8912   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8913 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8914   cat >>confdefs.h <<_ACEOF
8915 #define HAVE_LIBXML_PARSER_H 1
8916 _ACEOF
8917  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8918 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8919 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8920   $as_echo_n "(cached) " >&6
8921 else
8922   ac_check_lib_save_LIBS=$LIBS
8923 LIBS="-lxml2 $ac_xml_libs $LIBS"
8924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8925 /* end confdefs.h.  */
8926
8927 /* Override any GCC internal prototype to avoid an error.
8928    Use char because int might match the return type of a GCC
8929    builtin and then its argument prototype would still apply.  */
8930 #ifdef __cplusplus
8931 extern "C"
8932 #endif
8933 char xmlParseMemory ();
8934 int
8935 main ()
8936 {
8937 return xmlParseMemory ();
8938   ;
8939   return 0;
8940 }
8941 _ACEOF
8942 if ac_fn_c_try_link "$LINENO"; then :
8943   ac_cv_lib_xml2_xmlParseMemory=yes
8944 else
8945   ac_cv_lib_xml2_xmlParseMemory=no
8946 fi
8947 rm -f core conftest.err conftest.$ac_objext \
8948     conftest$ac_exeext conftest.$ac_ext
8949 LIBS=$ac_check_lib_save_LIBS
8950 fi
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8952 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8953 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8954
8955 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8956
8957                  XML2LIBS="$ac_xml_libs"
8958                  XML2INCL="$ac_xml_cflags"
8959 fi
8960
8961              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8962 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8963 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8964   $as_echo_n "(cached) " >&6
8965 else
8966   ac_check_lib_save_LIBS=$LIBS
8967 LIBS="-lxml2 $ac_xml_libs $LIBS"
8968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8969 /* end confdefs.h.  */
8970
8971 /* Override any GCC internal prototype to avoid an error.
8972    Use char because int might match the return type of a GCC
8973    builtin and then its argument prototype would still apply.  */
8974 #ifdef __cplusplus
8975 extern "C"
8976 #endif
8977 char xmlReadMemory ();
8978 int
8979 main ()
8980 {
8981 return xmlReadMemory ();
8982   ;
8983   return 0;
8984 }
8985 _ACEOF
8986 if ac_fn_c_try_link "$LINENO"; then :
8987   ac_cv_lib_xml2_xmlReadMemory=yes
8988 else
8989   ac_cv_lib_xml2_xmlReadMemory=no
8990 fi
8991 rm -f core conftest.err conftest.$ac_objext \
8992     conftest$ac_exeext conftest.$ac_ext
8993 LIBS=$ac_check_lib_save_LIBS
8994 fi
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8996 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8997 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8998
8999 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9000
9001 fi
9002
9003              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9004 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9005 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9006   $as_echo_n "(cached) " >&6
9007 else
9008   ac_check_lib_save_LIBS=$LIBS
9009 LIBS="-lxml2 $ac_xml_libs $LIBS"
9010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9011 /* end confdefs.h.  */
9012
9013 /* Override any GCC internal prototype to avoid an error.
9014    Use char because int might match the return type of a GCC
9015    builtin and then its argument prototype would still apply.  */
9016 #ifdef __cplusplus
9017 extern "C"
9018 #endif
9019 char xmlNewDocPI ();
9020 int
9021 main ()
9022 {
9023 return xmlNewDocPI ();
9024   ;
9025   return 0;
9026 }
9027 _ACEOF
9028 if ac_fn_c_try_link "$LINENO"; then :
9029   ac_cv_lib_xml2_xmlNewDocPI=yes
9030 else
9031   ac_cv_lib_xml2_xmlNewDocPI=no
9032 fi
9033 rm -f core conftest.err conftest.$ac_objext \
9034     conftest$ac_exeext conftest.$ac_ext
9035 LIBS=$ac_check_lib_save_LIBS
9036 fi
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9038 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9039 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9040
9041 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9042
9043 fi
9044
9045
9046 fi
9047
9048 done
9049
9050     CPPFLAGS="$ac_save_CPPFLAGS"
9051 fi
9052 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9053   case "x$with_xml" in
9054   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9055   xno) ;;
9056   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9057 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9058 esac
9059 fi
9060
9061 if test "x$with_xslt" != "xno"
9062 then
9063     if test "$PKG_CONFIG" != "false"
9064     then
9065         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9066         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9067     else
9068         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9069         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9070     fi
9071     ac_save_CPPFLAGS="$CPPFLAGS"
9072     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9073     for ac_header in libxslt/pattern.h libxslt/transform.h
9074 do :
9075   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9076 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9077 # include <libxslt/pattern.h>
9078 #endif
9079 "
9080 eval as_val=\$$as_ac_Header
9081    if test "x$as_val" = x""yes; then :
9082   cat >>confdefs.h <<_ACEOF
9083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9084 _ACEOF
9085
9086 fi
9087
9088 done
9089
9090     CPPFLAGS="$ac_save_CPPFLAGS"
9091     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9092     then
9093         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9094 $as_echo_n "checking for -lxslt... " >&6; }
9095 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9096   $as_echo_n "(cached) " >&6
9097 else
9098   ac_check_soname_save_LIBS=$LIBS
9099 LIBS="-lxslt $ac_xslt_libs $LIBS"
9100   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9101 /* end confdefs.h.  */
9102
9103 /* Override any GCC internal prototype to avoid an error.
9104    Use char because int might match the return type of a GCC
9105    builtin and then its argument prototype would still apply.  */
9106 #ifdef __cplusplus
9107 extern "C"
9108 #endif
9109 char xsltCompilePattern ();
9110 int
9111 main ()
9112 {
9113 return xsltCompilePattern ();
9114   ;
9115   return 0;
9116 }
9117 _ACEOF
9118 if ac_fn_c_try_link "$LINENO"; then :
9119   case "$LIBEXT" in
9120     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9121     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'` ;;
9122     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9123   esac
9124 fi
9125 rm -f core conftest.err conftest.$ac_objext \
9126     conftest$ac_exeext conftest.$ac_ext
9127   LIBS=$ac_check_soname_save_LIBS
9128 fi
9129 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9131 $as_echo "not found" >&6; }
9132
9133 else
9134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9135 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9136
9137 cat >>confdefs.h <<_ACEOF
9138 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9139 _ACEOF
9140
9141        XSLTINCL="$ac_xslt_cflags"
9142 fi
9143     fi
9144 fi
9145 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9146   case "x$with_xslt" in
9147   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9148   xno) ;;
9149   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9150 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9151 esac
9152 fi
9153
9154 HALINCL=""
9155
9156 if test "x$with_hal" != "xno"
9157 then
9158     ac_save_CPPFLAGS="$CPPFLAGS"
9159     if test "$PKG_CONFIG" != "false"
9160     then
9161         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9162         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9163         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9164     fi
9165     for ac_header in dbus/dbus.h hal/libhal.h
9166 do :
9167   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9168 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9169 eval as_val=\$$as_ac_Header
9170    if test "x$as_val" = x""yes; then :
9171   cat >>confdefs.h <<_ACEOF
9172 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9173 _ACEOF
9174
9175 fi
9176
9177 done
9178
9179     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9180     then
9181         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9182 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9183 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9184   $as_echo_n "(cached) " >&6
9185 else
9186   ac_check_lib_save_LIBS=$LIBS
9187 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9189 /* end confdefs.h.  */
9190
9191 /* Override any GCC internal prototype to avoid an error.
9192    Use char because int might match the return type of a GCC
9193    builtin and then its argument prototype would still apply.  */
9194 #ifdef __cplusplus
9195 extern "C"
9196 #endif
9197 char dbus_connection_close ();
9198 int
9199 main ()
9200 {
9201 return dbus_connection_close ();
9202   ;
9203   return 0;
9204 }
9205 _ACEOF
9206 if ac_fn_c_try_link "$LINENO"; then :
9207   ac_cv_lib_dbus_1_dbus_connection_close=yes
9208 else
9209   ac_cv_lib_dbus_1_dbus_connection_close=no
9210 fi
9211 rm -f core conftest.err conftest.$ac_objext \
9212     conftest$ac_exeext conftest.$ac_ext
9213 LIBS=$ac_check_lib_save_LIBS
9214 fi
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9216 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9217 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9218   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9219 $as_echo_n "checking for -lhal... " >&6; }
9220 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9221   $as_echo_n "(cached) " >&6
9222 else
9223   ac_check_soname_save_LIBS=$LIBS
9224 LIBS="-lhal $ac_hal_libs $LIBS"
9225   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9226 /* end confdefs.h.  */
9227
9228 /* Override any GCC internal prototype to avoid an error.
9229    Use char because int might match the return type of a GCC
9230    builtin and then its argument prototype would still apply.  */
9231 #ifdef __cplusplus
9232 extern "C"
9233 #endif
9234 char libhal_ctx_new ();
9235 int
9236 main ()
9237 {
9238 return libhal_ctx_new ();
9239   ;
9240   return 0;
9241 }
9242 _ACEOF
9243 if ac_fn_c_try_link "$LINENO"; then :
9244   case "$LIBEXT" in
9245     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9246     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'` ;;
9247     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9248   esac
9249 fi
9250 rm -f core conftest.err conftest.$ac_objext \
9251     conftest$ac_exeext conftest.$ac_ext
9252   LIBS=$ac_check_soname_save_LIBS
9253 fi
9254 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9256 $as_echo "not found" >&6; }
9257
9258 else
9259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9260 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9261
9262 cat >>confdefs.h <<_ACEOF
9263 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9264 _ACEOF
9265
9266        HALINCL="$ac_hal_cflags"
9267 fi
9268 fi
9269
9270     fi
9271     CPPFLAGS="$ac_save_CPPFLAGS"
9272 fi
9273 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9274   case "x$with_hal" in
9275   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9276   xno) ;;
9277   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9278 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9279 esac
9280 fi
9281
9282 if test "x$with_gnutls" != "xno"
9283 then
9284     ac_save_CPPFLAGS="$CPPFLAGS"
9285     if test "$PKG_CONFIG" != "false"
9286     then
9287         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9288         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9289         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9290     fi
9291     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9292 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9293   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9294 /* end confdefs.h.  */
9295 #include <gnutls/gnutls.h>
9296 int
9297 main ()
9298 {
9299 typeof(gnutls_mac_get_key_size) *pfunc;
9300   ;
9301   return 0;
9302 }
9303 _ACEOF
9304 if ac_fn_c_try_compile "$LINENO"; then :
9305   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9306 $as_echo_n "checking for -lgnutls... " >&6; }
9307 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9308   $as_echo_n "(cached) " >&6
9309 else
9310   ac_check_soname_save_LIBS=$LIBS
9311 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9312   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h.  */
9314
9315 /* Override any GCC internal prototype to avoid an error.
9316    Use char because int might match the return type of a GCC
9317    builtin and then its argument prototype would still apply.  */
9318 #ifdef __cplusplus
9319 extern "C"
9320 #endif
9321 char gnutls_global_init ();
9322 int
9323 main ()
9324 {
9325 return gnutls_global_init ();
9326   ;
9327   return 0;
9328 }
9329 _ACEOF
9330 if ac_fn_c_try_link "$LINENO"; then :
9331   case "$LIBEXT" in
9332     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9333     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'` ;;
9334     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9335   esac
9336 fi
9337 rm -f core conftest.err conftest.$ac_objext \
9338     conftest$ac_exeext conftest.$ac_ext
9339   LIBS=$ac_check_soname_save_LIBS
9340 fi
9341 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9343 $as_echo "not found" >&6; }
9344
9345 else
9346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9347 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9348
9349 cat >>confdefs.h <<_ACEOF
9350 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9351 _ACEOF
9352
9353        GNUTLSINCL="$ac_gnutls_cflags"
9354
9355 fi
9356 fi
9357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9358 fi
9359
9360
9361     CPPFLAGS="$ac_save_CPPFLAGS"
9362 fi
9363 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9364   case "x$with_gnutls" in
9365   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9366   xno) ;;
9367   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9368 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9369 esac
9370 fi
9371
9372 CURSESLIBS=""
9373 if test "$ac_cv_header_ncurses_h" = "yes"
9374 then
9375     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9376 $as_echo_n "checking for -lncurses... " >&6; }
9377 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9378   $as_echo_n "(cached) " >&6
9379 else
9380   ac_check_soname_save_LIBS=$LIBS
9381 LIBS="-lncurses  $LIBS"
9382   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9383 /* end confdefs.h.  */
9384
9385 /* Override any GCC internal prototype to avoid an error.
9386    Use char because int might match the return type of a GCC
9387    builtin and then its argument prototype would still apply.  */
9388 #ifdef __cplusplus
9389 extern "C"
9390 #endif
9391 char waddch ();
9392 int
9393 main ()
9394 {
9395 return waddch ();
9396   ;
9397   return 0;
9398 }
9399 _ACEOF
9400 if ac_fn_c_try_link "$LINENO"; then :
9401   case "$LIBEXT" in
9402     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9403     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'` ;;
9404     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9405   esac
9406 fi
9407 rm -f core conftest.err conftest.$ac_objext \
9408     conftest$ac_exeext conftest.$ac_ext
9409   LIBS=$ac_check_soname_save_LIBS
9410 fi
9411 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9412   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9413 $as_echo "not found" >&6; }
9414
9415 else
9416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9417 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9418
9419 cat >>confdefs.h <<_ACEOF
9420 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9421 _ACEOF
9422
9423        CURSESLIBS="-lncurses"
9424 fi
9425 elif test "$ac_cv_header_curses_h" = "yes"
9426 then
9427     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9428 $as_echo_n "checking for -lcurses... " >&6; }
9429 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9430   $as_echo_n "(cached) " >&6
9431 else
9432   ac_check_soname_save_LIBS=$LIBS
9433 LIBS="-lcurses  $LIBS"
9434   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9435 /* end confdefs.h.  */
9436
9437 /* Override any GCC internal prototype to avoid an error.
9438    Use char because int might match the return type of a GCC
9439    builtin and then its argument prototype would still apply.  */
9440 #ifdef __cplusplus
9441 extern "C"
9442 #endif
9443 char waddch ();
9444 int
9445 main ()
9446 {
9447 return waddch ();
9448   ;
9449   return 0;
9450 }
9451 _ACEOF
9452 if ac_fn_c_try_link "$LINENO"; then :
9453   case "$LIBEXT" in
9454     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9455     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'` ;;
9456     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9457   esac
9458 fi
9459 rm -f core conftest.err conftest.$ac_objext \
9460     conftest$ac_exeext conftest.$ac_ext
9461   LIBS=$ac_check_soname_save_LIBS
9462 fi
9463 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9465 $as_echo "not found" >&6; }
9466
9467 else
9468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9469 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9470
9471 cat >>confdefs.h <<_ACEOF
9472 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9473 _ACEOF
9474
9475        CURSESLIBS="-lcurses"
9476 fi
9477 fi
9478 ac_save_LIBS="$LIBS"
9479 LIBS="$LIBS $CURSESLIBS"
9480 for ac_func in mousemask
9481 do :
9482   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9483 if test "x$ac_cv_func_mousemask" = x""yes; then :
9484   cat >>confdefs.h <<_ACEOF
9485 #define HAVE_MOUSEMASK 1
9486 _ACEOF
9487
9488 fi
9489 done
9490
9491 LIBS="$ac_save_LIBS"
9492 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9493   case "x$with_curses" in
9494   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9495   xno) ;;
9496   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9497 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9498 esac
9499 fi
9500
9501 if test "x$with_sane" != "xno"
9502 then
9503     ac_save_CPPFLAGS="$CPPFLAGS"
9504     # Extract the first word of "sane-config", so it can be a program name with args.
9505 set dummy sane-config; ac_word=$2
9506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9507 $as_echo_n "checking for $ac_word... " >&6; }
9508 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9509   $as_echo_n "(cached) " >&6
9510 else
9511   if test -n "$sane_devel"; then
9512   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9513 else
9514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9515 for as_dir in $PATH
9516 do
9517   IFS=$as_save_IFS
9518   test -z "$as_dir" && as_dir=.
9519     for ac_exec_ext in '' $ac_executable_extensions; do
9520   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9521     ac_cv_prog_sane_devel="sane-config"
9522     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9523     break 2
9524   fi
9525 done
9526   done
9527 IFS=$as_save_IFS
9528
9529   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9530 fi
9531 fi
9532 sane_devel=$ac_cv_prog_sane_devel
9533 if test -n "$sane_devel"; then
9534   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9535 $as_echo "$sane_devel" >&6; }
9536 else
9537   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9538 $as_echo "no" >&6; }
9539 fi
9540
9541
9542     if test "$sane_devel" != "no"
9543     then
9544         ac_sane_incl="`$sane_devel --cflags`"
9545         ac_sane_libs="`$sane_devel --ldflags`"
9546         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9547     fi
9548     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9549 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9550   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9551 $as_echo_n "checking for -lsane... " >&6; }
9552 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9553   $as_echo_n "(cached) " >&6
9554 else
9555   ac_check_soname_save_LIBS=$LIBS
9556 LIBS="-lsane $ac_sane_libs $LIBS"
9557   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h.  */
9559
9560 /* Override any GCC internal prototype to avoid an error.
9561    Use char because int might match the return type of a GCC
9562    builtin and then its argument prototype would still apply.  */
9563 #ifdef __cplusplus
9564 extern "C"
9565 #endif
9566 char sane_init ();
9567 int
9568 main ()
9569 {
9570 return sane_init ();
9571   ;
9572   return 0;
9573 }
9574 _ACEOF
9575 if ac_fn_c_try_link "$LINENO"; then :
9576   case "$LIBEXT" in
9577     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9578     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'` ;;
9579     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9580   esac
9581 fi
9582 rm -f core conftest.err conftest.$ac_objext \
9583     conftest$ac_exeext conftest.$ac_ext
9584   LIBS=$ac_check_soname_save_LIBS
9585 fi
9586 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9587   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9588 $as_echo "not found" >&6; }
9589
9590 else
9591   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9592 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9593
9594 cat >>confdefs.h <<_ACEOF
9595 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9596 _ACEOF
9597
9598        SANEINCL="$ac_sane_incl"
9599
9600 fi
9601 fi
9602
9603
9604     CPPFLAGS="$ac_save_CPPFLAGS"
9605 fi
9606 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9607   case "x$with_sane" in
9608   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9609   xno) ;;
9610   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9611 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9612 esac
9613 fi
9614
9615 if test "x$with_v4l" != "xno"
9616 then
9617     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9618 $as_echo_n "checking for -lv4l1... " >&6; }
9619 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9620   $as_echo_n "(cached) " >&6
9621 else
9622   ac_check_soname_save_LIBS=$LIBS
9623 LIBS="-lv4l1  $LIBS"
9624   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9625 /* end confdefs.h.  */
9626
9627 /* Override any GCC internal prototype to avoid an error.
9628    Use char because int might match the return type of a GCC
9629    builtin and then its argument prototype would still apply.  */
9630 #ifdef __cplusplus
9631 extern "C"
9632 #endif
9633 char v4l1_open ();
9634 int
9635 main ()
9636 {
9637 return v4l1_open ();
9638   ;
9639   return 0;
9640 }
9641 _ACEOF
9642 if ac_fn_c_try_link "$LINENO"; then :
9643   case "$LIBEXT" in
9644     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9645     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'` ;;
9646     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9647   esac
9648 fi
9649 rm -f core conftest.err conftest.$ac_objext \
9650     conftest$ac_exeext conftest.$ac_ext
9651   LIBS=$ac_check_soname_save_LIBS
9652 fi
9653 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9655 $as_echo "not found" >&6; }
9656
9657 else
9658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9659 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9660
9661 cat >>confdefs.h <<_ACEOF
9662 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9663 _ACEOF
9664
9665
9666 fi
9667 fi
9668 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9669   case "x$with_v4l" in
9670   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9671   xno) ;;
9672   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9673 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9674 esac
9675 fi
9676
9677 if test "x$with_gphoto" != "xno"
9678 then
9679     ac_save_CPPFLAGS="$CPPFLAGS"
9680     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9681 set dummy gphoto2-config; ac_word=$2
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9683 $as_echo_n "checking for $ac_word... " >&6; }
9684 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9685   $as_echo_n "(cached) " >&6
9686 else
9687   if test -n "$gphoto2_devel"; then
9688   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9689 else
9690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9691 for as_dir in $PATH
9692 do
9693   IFS=$as_save_IFS
9694   test -z "$as_dir" && as_dir=.
9695     for ac_exec_ext in '' $ac_executable_extensions; do
9696   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9697     ac_cv_prog_gphoto2_devel="gphoto2-config"
9698     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9699     break 2
9700   fi
9701 done
9702   done
9703 IFS=$as_save_IFS
9704
9705   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9706 fi
9707 fi
9708 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9709 if test -n "$gphoto2_devel"; then
9710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9711 $as_echo "$gphoto2_devel" >&6; }
9712 else
9713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9714 $as_echo "no" >&6; }
9715 fi
9716
9717
9718     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9719 set dummy gphoto2-port-config; ac_word=$2
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9721 $as_echo_n "checking for $ac_word... " >&6; }
9722 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9723   $as_echo_n "(cached) " >&6
9724 else
9725   if test -n "$gphoto2port_devel"; then
9726   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9727 else
9728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9729 for as_dir in $PATH
9730 do
9731   IFS=$as_save_IFS
9732   test -z "$as_dir" && as_dir=.
9733     for ac_exec_ext in '' $ac_executable_extensions; do
9734   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9735     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9736     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9737     break 2
9738   fi
9739 done
9740   done
9741 IFS=$as_save_IFS
9742
9743   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9744 fi
9745 fi
9746 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9747 if test -n "$gphoto2port_devel"; then
9748   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9749 $as_echo "$gphoto2port_devel" >&6; }
9750 else
9751   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9752 $as_echo "no" >&6; }
9753 fi
9754
9755
9756     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9757     then
9758         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9759         ac_gphoto2_libs=""
9760         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9761         do
9762             case "$i" in
9763             -L/usr/lib|-L/usr/lib64) ;;
9764             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9765             esac
9766         done
9767         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9768     fi
9769     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9770     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9771 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9772   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9773 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9774 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9775   $as_echo_n "(cached) " >&6
9776 else
9777   ac_check_lib_save_LIBS=$LIBS
9778 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9780 /* end confdefs.h.  */
9781
9782 /* Override any GCC internal prototype to avoid an error.
9783    Use char because int might match the return type of a GCC
9784    builtin and then its argument prototype would still apply.  */
9785 #ifdef __cplusplus
9786 extern "C"
9787 #endif
9788 char gp_camera_new ();
9789 int
9790 main ()
9791 {
9792 return gp_camera_new ();
9793   ;
9794   return 0;
9795 }
9796 _ACEOF
9797 if ac_fn_c_try_link "$LINENO"; then :
9798   ac_cv_lib_gphoto2_gp_camera_new=yes
9799 else
9800   ac_cv_lib_gphoto2_gp_camera_new=no
9801 fi
9802 rm -f core conftest.err conftest.$ac_objext \
9803     conftest$ac_exeext conftest.$ac_ext
9804 LIBS=$ac_check_lib_save_LIBS
9805 fi
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9807 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9808 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9809
9810 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9811
9812                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9813
9814                                    GPHOTO2INCL="$ac_gphoto2_incl"
9815
9816 fi
9817
9818 fi
9819
9820
9821     CPPFLAGS="$ac_save_CPPFLAGS"
9822 fi
9823 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9824   case "x$with_gphoto" in
9825   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9826   xno) ;;
9827   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9828 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9829 esac
9830 fi
9831
9832
9833 RESOLVLIBS=""
9834
9835 if test "$ac_cv_header_resolv_h" = "yes"
9836 then
9837     ac_save_LIBS="$LIBS"
9838     LIBS="$LIBS -lresolv"
9839     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9840 /* end confdefs.h.  */
9841 #ifdef HAVE_NETINET_IN_H
9842 #include <netinet/in.h>
9843 #endif
9844 #include <resolv.h>
9845 int
9846 main ()
9847 {
9848 res_init();
9849   ;
9850   return 0;
9851 }
9852 _ACEOF
9853 if ac_fn_c_try_link "$LINENO"; then :
9854
9855 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9856
9857          RESOLVLIBS="-lresolv"
9858 fi
9859 rm -f core conftest.err conftest.$ac_objext \
9860     conftest$ac_exeext conftest.$ac_ext
9861     LIBS="$ac_save_LIBS"
9862 fi
9863
9864 LCMSLIBS=""
9865
9866 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9867 then
9868     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9869 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9870 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9871   $as_echo_n "(cached) " >&6
9872 else
9873   ac_check_lib_save_LIBS=$LIBS
9874 LIBS="-llcms  $LIBS"
9875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9876 /* end confdefs.h.  */
9877
9878 /* Override any GCC internal prototype to avoid an error.
9879    Use char because int might match the return type of a GCC
9880    builtin and then its argument prototype would still apply.  */
9881 #ifdef __cplusplus
9882 extern "C"
9883 #endif
9884 char cmsOpenProfileFromFile ();
9885 int
9886 main ()
9887 {
9888 return cmsOpenProfileFromFile ();
9889   ;
9890   return 0;
9891 }
9892 _ACEOF
9893 if ac_fn_c_try_link "$LINENO"; then :
9894   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9895 else
9896   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9897 fi
9898 rm -f core conftest.err conftest.$ac_objext \
9899     conftest$ac_exeext conftest.$ac_ext
9900 LIBS=$ac_check_lib_save_LIBS
9901 fi
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9903 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9904 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9905
9906 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9907
9908          LCMSLIBS="-llcms"
9909 fi
9910
9911 fi
9912 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9913   case "x$with_cms" in
9914   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9915   xno) ;;
9916   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9917 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9918 esac
9919 fi
9920
9921 if test "x$with_freetype" != "xno"
9922 then
9923     for ac_prog in freetype-config freetype2-config
9924 do
9925   # Extract the first word of "$ac_prog", so it can be a program name with args.
9926 set dummy $ac_prog; ac_word=$2
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9928 $as_echo_n "checking for $ac_word... " >&6; }
9929 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9930   $as_echo_n "(cached) " >&6
9931 else
9932   if test -n "$ft_devel"; then
9933   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9934 else
9935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9936 for as_dir in $PATH
9937 do
9938   IFS=$as_save_IFS
9939   test -z "$as_dir" && as_dir=.
9940     for ac_exec_ext in '' $ac_executable_extensions; do
9941   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9942     ac_cv_prog_ft_devel="$ac_prog"
9943     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9944     break 2
9945   fi
9946 done
9947   done
9948 IFS=$as_save_IFS
9949
9950 fi
9951 fi
9952 ft_devel=$ac_cv_prog_ft_devel
9953 if test -n "$ft_devel"; then
9954   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9955 $as_echo "$ft_devel" >&6; }
9956 else
9957   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9958 $as_echo "no" >&6; }
9959 fi
9960
9961
9962   test -n "$ft_devel" && break
9963 done
9964 test -n "$ft_devel" || ft_devel="no"
9965
9966     if test "$ft_devel" != "no"
9967     then
9968         ac_freetype_incl=`$ft_devel --cflags`
9969         ac_freetype_libs=`$ft_devel --libs`
9970     fi
9971     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9972     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9973 $as_echo_n "checking for -lfreetype... " >&6; }
9974 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9975   $as_echo_n "(cached) " >&6
9976 else
9977   ac_check_soname_save_LIBS=$LIBS
9978 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9979   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9980 /* end confdefs.h.  */
9981
9982 /* Override any GCC internal prototype to avoid an error.
9983    Use char because int might match the return type of a GCC
9984    builtin and then its argument prototype would still apply.  */
9985 #ifdef __cplusplus
9986 extern "C"
9987 #endif
9988 char FT_Init_FreeType ();
9989 int
9990 main ()
9991 {
9992 return FT_Init_FreeType ();
9993   ;
9994   return 0;
9995 }
9996 _ACEOF
9997 if ac_fn_c_try_link "$LINENO"; then :
9998   case "$LIBEXT" in
9999     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10000     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'` ;;
10001     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10002   esac
10003 fi
10004 rm -f core conftest.err conftest.$ac_objext \
10005     conftest$ac_exeext conftest.$ac_ext
10006   LIBS=$ac_check_soname_save_LIBS
10007 fi
10008 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10009   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10010 $as_echo "not found" >&6; }
10011        ft_lib=no
10012 else
10013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10014 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10015
10016 cat >>confdefs.h <<_ACEOF
10017 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10018 _ACEOF
10019
10020        ft_lib=yes
10021 fi
10022     if test "$ft_lib" = "yes"
10023     then
10024         ac_save_CPPFLAGS="$CPPFLAGS"
10025         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10026         for ac_header in ft2build.h \
10027                          freetype/freetype.h \
10028                          freetype/ftglyph.h \
10029                          freetype/fttypes.h \
10030                          freetype/tttables.h \
10031                          freetype/ftsnames.h \
10032                          freetype/ttnameid.h \
10033                          freetype/ftoutln.h \
10034                          freetype/ftwinfnt.h \
10035                          freetype/ftmodapi.h \
10036                          freetype/ftlcdfil.h \
10037                          freetype/internal/sfnt.h
10038 do :
10039   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10040 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10041                           # include <ft2build.h>
10042                           #endif
10043 "
10044 eval as_val=\$$as_ac_Header
10045    if test "x$as_val" = x""yes; then :
10046   cat >>confdefs.h <<_ACEOF
10047 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10048 _ACEOF
10049
10050 fi
10051
10052 done
10053
10054         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10055 /* end confdefs.h.  */
10056 #include <ft2build.h>
10057                     #include <freetype/fttrigon.h>
10058 _ACEOF
10059 if ac_fn_c_try_cpp "$LINENO"; then :
10060
10061 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10062
10063                     wine_cv_fttrigon=yes
10064 else
10065   wine_cv_fttrigon=no
10066 fi
10067 rm -f conftest.err conftest.$ac_ext
10068         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10069 "
10070 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10071
10072 cat >>confdefs.h <<_ACEOF
10073 #define HAVE_FT_TRUETYPEENGINETYPE 1
10074 _ACEOF
10075
10076
10077 fi
10078
10079         ac_save_CFLAGS="$CFLAGS"
10080         CFLAGS="$CFLAGS $ac_freetype_libs"
10081         for ac_func in FT_Load_Sfnt_Table
10082 do :
10083   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10084 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10085   cat >>confdefs.h <<_ACEOF
10086 #define HAVE_FT_LOAD_SFNT_TABLE 1
10087 _ACEOF
10088
10089 fi
10090 done
10091
10092         CFLAGS="$ac_save_CFLAGS"
10093         CPPFLAGS="$ac_save_CPPFLAGS"
10094                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10095         then
10096
10097 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10098
10099             FREETYPELIBS="$ac_freetype_libs"
10100
10101             FREETYPEINCL="$ac_freetype_incl"
10102
10103         fi
10104     fi
10105 fi
10106 if test "x$FREETYPELIBS" = "x"; then :
10107   case "x$with_freetype" in
10108   xno) ;;
10109   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10110 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10111 esac
10112 fi
10113 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10114
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10116 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10117 if test "${ac_cv_c_ppdev+set}" = set; then :
10118   $as_echo_n "(cached) " >&6
10119 else
10120   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10121 /* end confdefs.h.  */
10122 #include <linux/ppdev.h>
10123 int
10124 main ()
10125 {
10126 ioctl (1,PPCLAIM,0)
10127   ;
10128   return 0;
10129 }
10130 _ACEOF
10131 if ac_fn_c_try_compile "$LINENO"; then :
10132   ac_cv_c_ppdev="yes"
10133 else
10134   ac_cv_c_ppdev="no"
10135 fi
10136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10137 fi
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10139 $as_echo "$ac_cv_c_ppdev" >&6; }
10140 if test "$ac_cv_c_ppdev" = "yes"
10141 then
10142
10143 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10144
10145 fi
10146
10147 ac_wine_check_funcs_save_LIBS="$LIBS"
10148 LIBS="$LIBS $LIBPTHREAD"
10149 for ac_func in \
10150         pthread_attr_get_np \
10151         pthread_getattr_np \
10152         pthread_get_stackaddr_np \
10153         pthread_get_stacksize_np
10154 do :
10155   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10156 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10157 eval as_val=\$$as_ac_var
10158    if test "x$as_val" = x""yes; then :
10159   cat >>confdefs.h <<_ACEOF
10160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10161 _ACEOF
10162
10163 fi
10164 done
10165
10166 LIBS="$ac_wine_check_funcs_save_LIBS"
10167
10168 if test "$ac_cv_header_zlib_h" = "yes"
10169 then
10170     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10171 $as_echo_n "checking for inflate in -lz... " >&6; }
10172 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10173   $as_echo_n "(cached) " >&6
10174 else
10175   ac_check_lib_save_LIBS=$LIBS
10176 LIBS="-lz  $LIBS"
10177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10178 /* end confdefs.h.  */
10179
10180 /* Override any GCC internal prototype to avoid an error.
10181    Use char because int might match the return type of a GCC
10182    builtin and then its argument prototype would still apply.  */
10183 #ifdef __cplusplus
10184 extern "C"
10185 #endif
10186 char inflate ();
10187 int
10188 main ()
10189 {
10190 return inflate ();
10191   ;
10192   return 0;
10193 }
10194 _ACEOF
10195 if ac_fn_c_try_link "$LINENO"; then :
10196   ac_cv_lib_z_inflate=yes
10197 else
10198   ac_cv_lib_z_inflate=no
10199 fi
10200 rm -f core conftest.err conftest.$ac_objext \
10201     conftest$ac_exeext conftest.$ac_ext
10202 LIBS=$ac_check_lib_save_LIBS
10203 fi
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10205 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10206 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10207
10208 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10209
10210                             ZLIB="-lz"
10211
10212 fi
10213
10214 fi
10215
10216 if test "x$with_esd" != xno
10217 then
10218     save_CFLAGS="$CFLAGS"
10219     # Extract the first word of "esd-config", so it can be a program name with args.
10220 set dummy esd-config; ac_word=$2
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10222 $as_echo_n "checking for $ac_word... " >&6; }
10223 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10224   $as_echo_n "(cached) " >&6
10225 else
10226   case $ESDCONFIG in
10227   [\\/]* | ?:[\\/]*)
10228   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10229   ;;
10230   *)
10231   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10232 for as_dir in $PATH
10233 do
10234   IFS=$as_save_IFS
10235   test -z "$as_dir" && as_dir=.
10236     for ac_exec_ext in '' $ac_executable_extensions; do
10237   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10238     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10239     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10240     break 2
10241   fi
10242 done
10243   done
10244 IFS=$as_save_IFS
10245
10246   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10247   ;;
10248 esac
10249 fi
10250 ESDCONFIG=$ac_cv_path_ESDCONFIG
10251 if test -n "$ESDCONFIG"; then
10252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10253 $as_echo "$ESDCONFIG" >&6; }
10254 else
10255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10256 $as_echo "no" >&6; }
10257 fi
10258
10259
10260     if test "x$ESDCONFIG" != "xno"
10261     then
10262         ac_esd_incl=""
10263         for i in `$ESDCONFIG --cflags`
10264         do
10265             case "$i" in
10266                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10267             esac
10268         done
10269         ac_esd_libs=`$ESDCONFIG --libs`
10270         CFLAGS="$CFLAGS $ac_esd_incl"
10271     fi
10272     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10273     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10274 if test "x$ac_cv_header_esd_h" = x""yes; then :
10275   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10276 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10277 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10278   $as_echo_n "(cached) " >&6
10279 else
10280   ac_check_lib_save_LIBS=$LIBS
10281 LIBS="-lesd $ac_esd_libs $LIBS"
10282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10283 /* end confdefs.h.  */
10284
10285 /* Override any GCC internal prototype to avoid an error.
10286    Use char because int might match the return type of a GCC
10287    builtin and then its argument prototype would still apply.  */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char esd_open_sound ();
10292 int
10293 main ()
10294 {
10295 return esd_open_sound ();
10296   ;
10297   return 0;
10298 }
10299 _ACEOF
10300 if ac_fn_c_try_link "$LINENO"; then :
10301   ac_cv_lib_esd_esd_open_sound=yes
10302 else
10303   ac_cv_lib_esd_esd_open_sound=no
10304 fi
10305 rm -f core conftest.err conftest.$ac_objext \
10306     conftest$ac_exeext conftest.$ac_ext
10307 LIBS=$ac_check_lib_save_LIBS
10308 fi
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10310 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10311 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10312   ESDINCL="$ac_esd_incl"
10313
10314              ESDLIBS="$ac_esd_libs"
10315
10316
10317 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10318
10319 fi
10320
10321 fi
10322
10323
10324     CFLAGS="$save_CFLAGS"
10325 fi
10326
10327 ALSALIBS=""
10328
10329 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10330 then
10331     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10332 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10333 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10334   $as_echo_n "(cached) " >&6
10335 else
10336   ac_check_lib_save_LIBS=$LIBS
10337 LIBS="-lasound  $LIBS"
10338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10339 /* end confdefs.h.  */
10340
10341 /* Override any GCC internal prototype to avoid an error.
10342    Use char because int might match the return type of a GCC
10343    builtin and then its argument prototype would still apply.  */
10344 #ifdef __cplusplus
10345 extern "C"
10346 #endif
10347 char snd_pcm_hw_params_get_access ();
10348 int
10349 main ()
10350 {
10351 return snd_pcm_hw_params_get_access ();
10352   ;
10353   return 0;
10354 }
10355 _ACEOF
10356 if ac_fn_c_try_link "$LINENO"; then :
10357   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10358 else
10359   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10360 fi
10361 rm -f core conftest.err conftest.$ac_objext \
10362     conftest$ac_exeext conftest.$ac_ext
10363 LIBS=$ac_check_lib_save_LIBS
10364 fi
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10366 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10367 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10368   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10369 /* end confdefs.h.  */
10370 #ifdef HAVE_ALSA_ASOUNDLIB_H
10371 #include <alsa/asoundlib.h>
10372 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10373 #include <sys/asoundlib.h>
10374 #endif
10375 int
10376 main ()
10377 {
10378 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10379   ;
10380   return 0;
10381 }
10382 _ACEOF
10383 if ac_fn_c_try_compile "$LINENO"; then :
10384
10385 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10386
10387                          ALSALIBS="-lasound"
10388 fi
10389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10390 fi
10391
10392 fi
10393
10394 AUDIOIOLIBS=""
10395
10396 if test "$ac_cv_header_libaudioio_h" = "yes"
10397 then
10398     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10399 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10400 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10401   $as_echo_n "(cached) " >&6
10402 else
10403   ac_check_lib_save_LIBS=$LIBS
10404 LIBS="-laudioio  $LIBS"
10405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h.  */
10407
10408 /* Override any GCC internal prototype to avoid an error.
10409    Use char because int might match the return type of a GCC
10410    builtin and then its argument prototype would still apply.  */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char AudioIOGetVersion ();
10415 int
10416 main ()
10417 {
10418 return AudioIOGetVersion ();
10419   ;
10420   return 0;
10421 }
10422 _ACEOF
10423 if ac_fn_c_try_link "$LINENO"; then :
10424   ac_cv_lib_audioio_AudioIOGetVersion=yes
10425 else
10426   ac_cv_lib_audioio_AudioIOGetVersion=no
10427 fi
10428 rm -f core conftest.err conftest.$ac_objext \
10429     conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_lib_save_LIBS
10431 fi
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10433 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10434 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10435   AUDIOIOLIBS="-laudioio"
10436
10437 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10438
10439 fi
10440
10441 fi
10442
10443
10444 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10445 then
10446     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10447 $as_echo_n "checking for -lcapi20... " >&6; }
10448 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10449   $as_echo_n "(cached) " >&6
10450 else
10451   ac_check_soname_save_LIBS=$LIBS
10452 LIBS="-lcapi20  $LIBS"
10453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10454 /* end confdefs.h.  */
10455
10456 /* Override any GCC internal prototype to avoid an error.
10457    Use char because int might match the return type of a GCC
10458    builtin and then its argument prototype would still apply.  */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char capi20_register ();
10463 int
10464 main ()
10465 {
10466 return capi20_register ();
10467   ;
10468   return 0;
10469 }
10470 _ACEOF
10471 if ac_fn_c_try_link "$LINENO"; then :
10472   case "$LIBEXT" in
10473     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10474     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'` ;;
10475     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10476   esac
10477 fi
10478 rm -f core conftest.err conftest.$ac_objext \
10479     conftest$ac_exeext conftest.$ac_ext
10480   LIBS=$ac_check_soname_save_LIBS
10481 fi
10482 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10483   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10484 $as_echo "not found" >&6; }
10485
10486 else
10487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10488 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10489
10490 cat >>confdefs.h <<_ACEOF
10491 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10492 _ACEOF
10493
10494
10495 fi
10496 fi
10497 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10498   case "x$with_capi" in
10499   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10500   xno) ;;
10501   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10502 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10503 esac
10504 fi
10505
10506 CUPSINCL=""
10507
10508 if test "x$with_cups" != "xno"
10509 then
10510     ac_save_CPPFLAGS="$CPPFLAGS"
10511     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10512     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10513     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10514     for ac_header in cups/cups.h
10515 do :
10516   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10517 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10518   cat >>confdefs.h <<_ACEOF
10519 #define HAVE_CUPS_CUPS_H 1
10520 _ACEOF
10521  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10522 $as_echo_n "checking for -lcups... " >&6; }
10523 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10524   $as_echo_n "(cached) " >&6
10525 else
10526   ac_check_soname_save_LIBS=$LIBS
10527 LIBS="-lcups $ac_cups_libs $LIBS"
10528   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10529 /* end confdefs.h.  */
10530
10531 /* Override any GCC internal prototype to avoid an error.
10532    Use char because int might match the return type of a GCC
10533    builtin and then its argument prototype would still apply.  */
10534 #ifdef __cplusplus
10535 extern "C"
10536 #endif
10537 char cupsGetDefault ();
10538 int
10539 main ()
10540 {
10541 return cupsGetDefault ();
10542   ;
10543   return 0;
10544 }
10545 _ACEOF
10546 if ac_fn_c_try_link "$LINENO"; then :
10547   case "$LIBEXT" in
10548     dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10549     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'` ;;
10550     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10551   esac
10552 fi
10553 rm -f core conftest.err conftest.$ac_objext \
10554     conftest$ac_exeext conftest.$ac_ext
10555   LIBS=$ac_check_soname_save_LIBS
10556 fi
10557 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10559 $as_echo "not found" >&6; }
10560
10561 else
10562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10563 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10564
10565 cat >>confdefs.h <<_ACEOF
10566 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10567 _ACEOF
10568
10569        CUPSINCL="$ac_cups_cflags"
10570 fi
10571 fi
10572
10573 done
10574
10575     CPPFLAGS="$ac_save_CPPFLAGS"
10576 fi
10577 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10578   case "x$with_cups" in
10579   x)   as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10580   xno) ;;
10581   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10582 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10583 esac
10584 fi
10585
10586 if test "$ac_cv_header_jack_jack_h" = "yes"
10587 then
10588     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10589 $as_echo_n "checking for -ljack... " >&6; }
10590 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10591   $as_echo_n "(cached) " >&6
10592 else
10593   ac_check_soname_save_LIBS=$LIBS
10594 LIBS="-ljack  $LIBS"
10595   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10596 /* end confdefs.h.  */
10597
10598 /* Override any GCC internal prototype to avoid an error.
10599    Use char because int might match the return type of a GCC
10600    builtin and then its argument prototype would still apply.  */
10601 #ifdef __cplusplus
10602 extern "C"
10603 #endif
10604 char jack_client_new ();
10605 int
10606 main ()
10607 {
10608 return jack_client_new ();
10609   ;
10610   return 0;
10611 }
10612 _ACEOF
10613 if ac_fn_c_try_link "$LINENO"; then :
10614   case "$LIBEXT" in
10615     dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10616     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'` ;;
10617     *) 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'` ;;
10618   esac
10619 fi
10620 rm -f core conftest.err conftest.$ac_objext \
10621     conftest$ac_exeext conftest.$ac_ext
10622   LIBS=$ac_check_soname_save_LIBS
10623 fi
10624 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10626 $as_echo "not found" >&6; }
10627
10628 else
10629   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10630 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10631
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10634 _ACEOF
10635
10636
10637 fi
10638 fi
10639
10640 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10641 then
10642     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10643 $as_echo_n "checking for -lfontconfig... " >&6; }
10644 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10645   $as_echo_n "(cached) " >&6
10646 else
10647   ac_check_soname_save_LIBS=$LIBS
10648 LIBS="-lfontconfig  $LIBS"
10649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10650 /* end confdefs.h.  */
10651
10652 /* Override any GCC internal prototype to avoid an error.
10653    Use char because int might match the return type of a GCC
10654    builtin and then its argument prototype would still apply.  */
10655 #ifdef __cplusplus
10656 extern "C"
10657 #endif
10658 char FcInit ();
10659 int
10660 main ()
10661 {
10662 return FcInit ();
10663   ;
10664   return 0;
10665 }
10666 _ACEOF
10667 if ac_fn_c_try_link "$LINENO"; then :
10668   case "$LIBEXT" in
10669     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10670     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'` ;;
10671     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10672   esac
10673 fi
10674 rm -f core conftest.err conftest.$ac_objext \
10675     conftest$ac_exeext conftest.$ac_ext
10676   LIBS=$ac_check_soname_save_LIBS
10677 fi
10678 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10679   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10680 $as_echo "not found" >&6; }
10681
10682 else
10683   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10684 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10685
10686 cat >>confdefs.h <<_ACEOF
10687 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10688 _ACEOF
10689
10690
10691 fi
10692 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10693 then
10694         ac_save_CPPFLAGS="$CPPFLAGS"
10695     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10696     $as_unset ac_cv_header_fontconfig_fontconfig_h
10697     for ac_header in fontconfig/fontconfig.h
10698 do :
10699   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10700 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10701   cat >>confdefs.h <<_ACEOF
10702 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10703 _ACEOF
10704
10705 fi
10706
10707 done
10708
10709     CPPFLAGS="$ac_save_CPPFLAGS"
10710     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10711     then
10712         FONTCONFIGINCL="$X_CFLAGS"
10713
10714         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10715 $as_echo_n "checking for -lfontconfig... " >&6; }
10716 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10717   $as_echo_n "(cached) " >&6
10718 else
10719   ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lfontconfig $X_LIBS $LIBS"
10721   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10722 /* end confdefs.h.  */
10723
10724 /* Override any GCC internal prototype to avoid an error.
10725    Use char because int might match the return type of a GCC
10726    builtin and then its argument prototype would still apply.  */
10727 #ifdef __cplusplus
10728 extern "C"
10729 #endif
10730 char FcInit ();
10731 int
10732 main ()
10733 {
10734 return FcInit ();
10735   ;
10736   return 0;
10737 }
10738 _ACEOF
10739 if ac_fn_c_try_link "$LINENO"; then :
10740   case "$LIBEXT" in
10741     dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10742     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'` ;;
10743     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10744   esac
10745 fi
10746 rm -f core conftest.err conftest.$ac_objext \
10747     conftest$ac_exeext conftest.$ac_ext
10748   LIBS=$ac_check_soname_save_LIBS
10749 fi
10750 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10751   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10752 $as_echo "not found" >&6; }
10753
10754 else
10755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10756 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10757
10758 cat >>confdefs.h <<_ACEOF
10759 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10760 _ACEOF
10761
10762
10763 fi
10764     fi
10765 fi
10766 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10767   case "x$with_fontconfig" in
10768   x)   as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10769   xno) ;;
10770   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10771 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10772 esac
10773 fi
10774
10775 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10776 then
10777     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10778 $as_echo_n "checking for -lssl... " >&6; }
10779 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10780   $as_echo_n "(cached) " >&6
10781 else
10782   ac_check_soname_save_LIBS=$LIBS
10783 LIBS="-lssl  $LIBS"
10784   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h.  */
10786
10787 /* Override any GCC internal prototype to avoid an error.
10788    Use char because int might match the return type of a GCC
10789    builtin and then its argument prototype would still apply.  */
10790 #ifdef __cplusplus
10791 extern "C"
10792 #endif
10793 char SSL_library_init ();
10794 int
10795 main ()
10796 {
10797 return SSL_library_init ();
10798   ;
10799   return 0;
10800 }
10801 _ACEOF
10802 if ac_fn_c_try_link "$LINENO"; then :
10803   case "$LIBEXT" in
10804     dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10805     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'` ;;
10806     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10807   esac
10808 fi
10809 rm -f core conftest.err conftest.$ac_objext \
10810     conftest$ac_exeext conftest.$ac_ext
10811   LIBS=$ac_check_soname_save_LIBS
10812 fi
10813 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10814   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10815 $as_echo "not found" >&6; }
10816
10817 else
10818   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10819 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10820
10821 cat >>confdefs.h <<_ACEOF
10822 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10823 _ACEOF
10824
10825
10826 fi
10827     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10828 $as_echo_n "checking for -lcrypto... " >&6; }
10829 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10830   $as_echo_n "(cached) " >&6
10831 else
10832   ac_check_soname_save_LIBS=$LIBS
10833 LIBS="-lcrypto  $LIBS"
10834   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10835 /* end confdefs.h.  */
10836
10837 /* Override any GCC internal prototype to avoid an error.
10838    Use char because int might match the return type of a GCC
10839    builtin and then its argument prototype would still apply.  */
10840 #ifdef __cplusplus
10841 extern "C"
10842 #endif
10843 char BIO_new_socket ();
10844 int
10845 main ()
10846 {
10847 return BIO_new_socket ();
10848   ;
10849   return 0;
10850 }
10851 _ACEOF
10852 if ac_fn_c_try_link "$LINENO"; then :
10853   case "$LIBEXT" in
10854     dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10855     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'` ;;
10856     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10857   esac
10858 fi
10859 rm -f core conftest.err conftest.$ac_objext \
10860     conftest$ac_exeext conftest.$ac_ext
10861   LIBS=$ac_check_soname_save_LIBS
10862 fi
10863 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10864   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10865 $as_echo "not found" >&6; }
10866
10867 else
10868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10869 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10870
10871 cat >>confdefs.h <<_ACEOF
10872 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10873 _ACEOF
10874
10875
10876 fi
10877 fi
10878 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10879   case "x$with_openssl" in
10880   x)   as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10881   xno) ;;
10882   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10883 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10884 esac
10885 fi
10886
10887 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10888 then
10889     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10890 $as_echo_n "checking for -lgsm... " >&6; }
10891 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10892   $as_echo_n "(cached) " >&6
10893 else
10894   ac_check_soname_save_LIBS=$LIBS
10895 LIBS="-lgsm  $LIBS"
10896   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897 /* end confdefs.h.  */
10898
10899 /* Override any GCC internal prototype to avoid an error.
10900    Use char because int might match the return type of a GCC
10901    builtin and then its argument prototype would still apply.  */
10902 #ifdef __cplusplus
10903 extern "C"
10904 #endif
10905 char gsm_create ();
10906 int
10907 main ()
10908 {
10909 return gsm_create ();
10910   ;
10911   return 0;
10912 }
10913 _ACEOF
10914 if ac_fn_c_try_link "$LINENO"; then :
10915   case "$LIBEXT" in
10916     dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10917     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'` ;;
10918     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10919   esac
10920 fi
10921 rm -f core conftest.err conftest.$ac_objext \
10922     conftest$ac_exeext conftest.$ac_ext
10923   LIBS=$ac_check_soname_save_LIBS
10924 fi
10925 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10926   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10927 $as_echo "not found" >&6; }
10928
10929 else
10930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10931 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10932
10933 cat >>confdefs.h <<_ACEOF
10934 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10935 _ACEOF
10936
10937
10938 fi
10939 fi
10940 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10941   case "x$with_gsm" in
10942   x)   as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10943   xno) ;;
10944   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10945 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10946 esac
10947 fi
10948
10949 if test "$ac_cv_header_jpeglib_h" = "yes"
10950 then
10951     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10952 $as_echo_n "checking for -ljpeg... " >&6; }
10953 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10954   $as_echo_n "(cached) " >&6
10955 else
10956   ac_check_soname_save_LIBS=$LIBS
10957 LIBS="-ljpeg  $LIBS"
10958   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10959 /* end confdefs.h.  */
10960
10961 /* Override any GCC internal prototype to avoid an error.
10962    Use char because int might match the return type of a GCC
10963    builtin and then its argument prototype would still apply.  */
10964 #ifdef __cplusplus
10965 extern "C"
10966 #endif
10967 char jpeg_start_decompress ();
10968 int
10969 main ()
10970 {
10971 return jpeg_start_decompress ();
10972   ;
10973   return 0;
10974 }
10975 _ACEOF
10976 if ac_fn_c_try_link "$LINENO"; then :
10977   case "$LIBEXT" in
10978     dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10979     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'` ;;
10980     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10981   esac
10982 fi
10983 rm -f core conftest.err conftest.$ac_objext \
10984     conftest$ac_exeext conftest.$ac_ext
10985   LIBS=$ac_check_soname_save_LIBS
10986 fi
10987 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10989 $as_echo "not found" >&6; }
10990
10991 else
10992   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10993 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10994
10995 cat >>confdefs.h <<_ACEOF
10996 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10997 _ACEOF
10998
10999
11000 fi
11001 fi
11002 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11003   case "x$with_jpeg" in
11004   x)   as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11005   xno) ;;
11006   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11007 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11008 esac
11009 fi
11010
11011 if test "$ac_cv_header_png_h" = "yes"
11012 then
11013     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11014 $as_echo_n "checking for -lpng... " >&6; }
11015 if test "${ac_cv_lib_soname_png+set}" = set; then :
11016   $as_echo_n "(cached) " >&6
11017 else
11018   ac_check_soname_save_LIBS=$LIBS
11019 LIBS="-lpng -lm -lz $LIBS"
11020   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11021 /* end confdefs.h.  */
11022
11023 /* Override any GCC internal prototype to avoid an error.
11024    Use char because int might match the return type of a GCC
11025    builtin and then its argument prototype would still apply.  */
11026 #ifdef __cplusplus
11027 extern "C"
11028 #endif
11029 char png_create_read_struct ();
11030 int
11031 main ()
11032 {
11033 return png_create_read_struct ();
11034   ;
11035   return 0;
11036 }
11037 _ACEOF
11038 if ac_fn_c_try_link "$LINENO"; then :
11039   case "$LIBEXT" in
11040     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11041     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'` ;;
11042     *) 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'` ;;
11043   esac
11044 fi
11045 rm -f core conftest.err conftest.$ac_objext \
11046     conftest$ac_exeext conftest.$ac_ext
11047   LIBS=$ac_check_soname_save_LIBS
11048 fi
11049 if test "x$ac_cv_lib_soname_png" = "x"; then :
11050   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11051 $as_echo "not found" >&6; }
11052
11053 else
11054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11055 $as_echo "$ac_cv_lib_soname_png" >&6; }
11056
11057 cat >>confdefs.h <<_ACEOF
11058 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11059 _ACEOF
11060
11061
11062 fi
11063     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11064 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11065 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11066   $as_echo_n "(cached) " >&6
11067 else
11068   ac_check_lib_save_LIBS=$LIBS
11069 LIBS="-lpng -lm -lz $LIBS"
11070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071 /* end confdefs.h.  */
11072
11073 /* Override any GCC internal prototype to avoid an error.
11074    Use char because int might match the return type of a GCC
11075    builtin and then its argument prototype would still apply.  */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char png_set_expand_gray_1_2_4_to_8 ();
11080 int
11081 main ()
11082 {
11083 return png_set_expand_gray_1_2_4_to_8 ();
11084   ;
11085   return 0;
11086 }
11087 _ACEOF
11088 if ac_fn_c_try_link "$LINENO"; then :
11089   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11090 else
11091   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11092 fi
11093 rm -f core conftest.err conftest.$ac_objext \
11094     conftest$ac_exeext conftest.$ac_ext
11095 LIBS=$ac_check_lib_save_LIBS
11096 fi
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11098 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11099 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11100
11101 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11102
11103
11104 fi
11105
11106 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11107 then
11108         ac_save_CPPFLAGS="$CPPFLAGS"
11109     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11110     $as_unset ac_cv_header_png_h
11111     for ac_header in png.h
11112 do :
11113   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11114 if test "x$ac_cv_header_png_h" = x""yes; then :
11115   cat >>confdefs.h <<_ACEOF
11116 #define HAVE_PNG_H 1
11117 _ACEOF
11118
11119 fi
11120
11121 done
11122
11123     CPPFLAGS="$ac_save_CPPFLAGS"
11124     if test "$ac_cv_header_png_h" = "yes"
11125     then
11126         PNGINCL="$X_CFLAGS"
11127
11128         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11129 $as_echo_n "checking for -lpng... " >&6; }
11130 if test "${ac_cv_lib_soname_png+set}" = set; then :
11131   $as_echo_n "(cached) " >&6
11132 else
11133   ac_check_soname_save_LIBS=$LIBS
11134 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11135   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11136 /* end confdefs.h.  */
11137
11138 /* Override any GCC internal prototype to avoid an error.
11139    Use char because int might match the return type of a GCC
11140    builtin and then its argument prototype would still apply.  */
11141 #ifdef __cplusplus
11142 extern "C"
11143 #endif
11144 char png_create_read_struct ();
11145 int
11146 main ()
11147 {
11148 return png_create_read_struct ();
11149   ;
11150   return 0;
11151 }
11152 _ACEOF
11153 if ac_fn_c_try_link "$LINENO"; then :
11154   case "$LIBEXT" in
11155     dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11156     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'` ;;
11157     *) 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'` ;;
11158   esac
11159 fi
11160 rm -f core conftest.err conftest.$ac_objext \
11161     conftest$ac_exeext conftest.$ac_ext
11162   LIBS=$ac_check_soname_save_LIBS
11163 fi
11164 if test "x$ac_cv_lib_soname_png" = "x"; then :
11165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11166 $as_echo "not found" >&6; }
11167
11168 else
11169   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11170 $as_echo "$ac_cv_lib_soname_png" >&6; }
11171
11172 cat >>confdefs.h <<_ACEOF
11173 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11174 _ACEOF
11175
11176
11177 fi
11178         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11179 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11180 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11181   $as_echo_n "(cached) " >&6
11182 else
11183   ac_check_lib_save_LIBS=$LIBS
11184 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11186 /* end confdefs.h.  */
11187
11188 /* Override any GCC internal prototype to avoid an error.
11189    Use char because int might match the return type of a GCC
11190    builtin and then its argument prototype would still apply.  */
11191 #ifdef __cplusplus
11192 extern "C"
11193 #endif
11194 char png_set_expand_gray_1_2_4_to_8 ();
11195 int
11196 main ()
11197 {
11198 return png_set_expand_gray_1_2_4_to_8 ();
11199   ;
11200   return 0;
11201 }
11202 _ACEOF
11203 if ac_fn_c_try_link "$LINENO"; then :
11204   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11205 else
11206   ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11207 fi
11208 rm -f core conftest.err conftest.$ac_objext \
11209     conftest$ac_exeext conftest.$ac_ext
11210 LIBS=$ac_check_lib_save_LIBS
11211 fi
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11213 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11214 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11215   $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11216
11217 fi
11218
11219     fi
11220 fi
11221 if test "x$ac_cv_lib_soname_png" = "x"; then :
11222   case "x$with_png" in
11223   x)   as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11224   xno) ;;
11225   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11226 This is an error since --with-png was requested." "$LINENO" 5 ;;
11227 esac
11228 fi
11229
11230 if test "$ac_cv_header_mpg123_h" = "yes"
11231 then
11232     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11233 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11234 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11235   $as_echo_n "(cached) " >&6
11236 else
11237   ac_check_lib_save_LIBS=$LIBS
11238 LIBS="-lmpg123  $LIBS"
11239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11240 /* end confdefs.h.  */
11241
11242 /* Override any GCC internal prototype to avoid an error.
11243    Use char because int might match the return type of a GCC
11244    builtin and then its argument prototype would still apply.  */
11245 #ifdef __cplusplus
11246 extern "C"
11247 #endif
11248 char mpg123_feed ();
11249 int
11250 main ()
11251 {
11252 return mpg123_feed ();
11253   ;
11254   return 0;
11255 }
11256 _ACEOF
11257 if ac_fn_c_try_link "$LINENO"; then :
11258   ac_cv_lib_mpg123_mpg123_feed=yes
11259 else
11260   ac_cv_lib_mpg123_mpg123_feed=no
11261 fi
11262 rm -f core conftest.err conftest.$ac_objext \
11263     conftest$ac_exeext conftest.$ac_ext
11264 LIBS=$ac_check_lib_save_LIBS
11265 fi
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11267 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11268 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11269   LIBMPG123="-lmpg123"
11270
11271 fi
11272
11273 fi
11274 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11275   case "x$with_mpg123" in
11276   x)   as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11277   xno) ;;
11278   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11279 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11280 esac
11281 fi
11282 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11283
11284 if test "$ac_cv_header_AL_al_h" = "yes"
11285 then
11286     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11287 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11288 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11289   $as_echo_n "(cached) " >&6
11290 else
11291   ac_check_lib_save_LIBS=$LIBS
11292 LIBS="-lopenal  $LIBS"
11293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11294 /* end confdefs.h.  */
11295
11296 /* Override any GCC internal prototype to avoid an error.
11297    Use char because int might match the return type of a GCC
11298    builtin and then its argument prototype would still apply.  */
11299 #ifdef __cplusplus
11300 extern "C"
11301 #endif
11302 char alGetSource3i ();
11303 int
11304 main ()
11305 {
11306 return alGetSource3i ();
11307   ;
11308   return 0;
11309 }
11310 _ACEOF
11311 if ac_fn_c_try_link "$LINENO"; then :
11312   ac_cv_lib_openal_alGetSource3i=yes
11313 else
11314   ac_cv_lib_openal_alGetSource3i=no
11315 fi
11316 rm -f core conftest.err conftest.$ac_objext \
11317     conftest$ac_exeext conftest.$ac_ext
11318 LIBS=$ac_check_lib_save_LIBS
11319 fi
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11321 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11322 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11323   LIBOPENAL="-lopenal"
11324
11325 fi
11326
11327 fi
11328 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11329   case "x$with_openal" in
11330   x)   as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11331   xno) ;;
11332   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11333 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11334 esac
11335 fi
11336 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11337
11338 if test "$ac_cv_header_kstat_h" = "yes"
11339 then
11340     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11341 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11342 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11343   $as_echo_n "(cached) " >&6
11344 else
11345   ac_check_lib_save_LIBS=$LIBS
11346 LIBS="-lkstat  $LIBS"
11347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11348 /* end confdefs.h.  */
11349
11350 /* Override any GCC internal prototype to avoid an error.
11351    Use char because int might match the return type of a GCC
11352    builtin and then its argument prototype would still apply.  */
11353 #ifdef __cplusplus
11354 extern "C"
11355 #endif
11356 char kstat_open ();
11357 int
11358 main ()
11359 {
11360 return kstat_open ();
11361   ;
11362   return 0;
11363 }
11364 _ACEOF
11365 if ac_fn_c_try_link "$LINENO"; then :
11366   ac_cv_lib_kstat_kstat_open=yes
11367 else
11368   ac_cv_lib_kstat_kstat_open=no
11369 fi
11370 rm -f core conftest.err conftest.$ac_objext \
11371     conftest$ac_exeext conftest.$ac_ext
11372 LIBS=$ac_check_lib_save_LIBS
11373 fi
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11375 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11376 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11377
11378 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11379
11380                   LIBKSTAT="-lkstat"
11381
11382 fi
11383
11384 fi
11385
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11387 $as_echo_n "checking for -lodbc... " >&6; }
11388 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11389   $as_echo_n "(cached) " >&6
11390 else
11391   ac_check_soname_save_LIBS=$LIBS
11392 LIBS="-lodbc  $LIBS"
11393   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11394 /* end confdefs.h.  */
11395
11396 /* Override any GCC internal prototype to avoid an error.
11397    Use char because int might match the return type of a GCC
11398    builtin and then its argument prototype would still apply.  */
11399 #ifdef __cplusplus
11400 extern "C"
11401 #endif
11402 char SQLConnect ();
11403 int
11404 main ()
11405 {
11406 return SQLConnect ();
11407   ;
11408   return 0;
11409 }
11410 _ACEOF
11411 if ac_fn_c_try_link "$LINENO"; then :
11412   case "$LIBEXT" in
11413     dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11414     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'` ;;
11415     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11416   esac
11417 fi
11418 rm -f core conftest.err conftest.$ac_objext \
11419     conftest$ac_exeext conftest.$ac_ext
11420   LIBS=$ac_check_soname_save_LIBS
11421 fi
11422 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11424 $as_echo "not found" >&6; }
11425        cat >>confdefs.h <<_ACEOF
11426 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11427 _ACEOF
11428
11429 else
11430   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11431 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11432
11433 cat >>confdefs.h <<_ACEOF
11434 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11435 _ACEOF
11436
11437
11438 fi
11439
11440 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11441         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11442         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11443         "$ac_cv_header_soundcard_h" != "yes" -a \
11444         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11445 then
11446     as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11447 fi
11448
11449
11450 EXTRACFLAGS=""
11451
11452 if test "x${GCC}" = "xyes"
11453 then
11454   EXTRACFLAGS="-Wall -pipe"
11455
11456     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11457 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11458 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11459   $as_echo_n "(cached) " >&6
11460 else
11461   if test "$cross_compiling" = yes; then :
11462   ac_cv_c_gcc_strength_bug="yes"
11463 else
11464   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h.  */
11466 int L[4] = {0,1,2,3};
11467 int
11468 main ()
11469 {
11470 static int Array[3];
11471   unsigned int B = 3;
11472   int i;
11473   for(i=0; i<B; i++) Array[i] = i - 3;
11474   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11475   L[i] = 4;
11476   return (Array[1] != -2 || L[2] != 3)
11477   ;
11478   return 0;
11479 }
11480 _ACEOF
11481 if ac_fn_c_try_run "$LINENO"; then :
11482   ac_cv_c_gcc_strength_bug="no"
11483 else
11484   ac_cv_c_gcc_strength_bug="yes"
11485 fi
11486 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11487   conftest.$ac_objext conftest.beam conftest.$ac_ext
11488 fi
11489
11490 fi
11491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11492 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11493   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11494   then
11495     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11496   fi
11497
11498     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11499 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11500 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11501   $as_echo_n "(cached) " >&6
11502 else
11503   ac_wine_try_cflags_saved=$CFLAGS
11504 CFLAGS="$CFLAGS -fno-builtin"
11505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11506 /* end confdefs.h.  */
11507 int main(int argc, char **argv) { return 0; }
11508 _ACEOF
11509 if ac_fn_c_try_link "$LINENO"; then :
11510   ac_cv_cflags__fno_builtin=yes
11511 else
11512   ac_cv_cflags__fno_builtin=no
11513 fi
11514 rm -f core conftest.err conftest.$ac_objext \
11515     conftest$ac_exeext conftest.$ac_ext
11516 CFLAGS=$ac_wine_try_cflags_saved
11517 fi
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11519 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11520 if test $ac_cv_cflags__fno_builtin = yes; then :
11521   BUILTINFLAG="-fno-builtin"
11522
11523 fi
11524   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11525 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11526 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11527   $as_echo_n "(cached) " >&6
11528 else
11529   ac_wine_try_cflags_saved=$CFLAGS
11530 CFLAGS="$CFLAGS -fno-strict-aliasing"
11531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11532 /* end confdefs.h.  */
11533 int main(int argc, char **argv) { return 0; }
11534 _ACEOF
11535 if ac_fn_c_try_link "$LINENO"; then :
11536   ac_cv_cflags__fno_strict_aliasing=yes
11537 else
11538   ac_cv_cflags__fno_strict_aliasing=no
11539 fi
11540 rm -f core conftest.err conftest.$ac_objext \
11541     conftest$ac_exeext conftest.$ac_ext
11542 CFLAGS=$ac_wine_try_cflags_saved
11543 fi
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11545 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11546 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11547   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11548 fi
11549   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11550 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11551 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11552   $as_echo_n "(cached) " >&6
11553 else
11554   ac_wine_try_cflags_saved=$CFLAGS
11555 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11557 /* end confdefs.h.  */
11558 int main(int argc, char **argv) { return 0; }
11559 _ACEOF
11560 if ac_fn_c_try_link "$LINENO"; then :
11561   ac_cv_cflags__Wdeclaration_after_statement=yes
11562 else
11563   ac_cv_cflags__Wdeclaration_after_statement=no
11564 fi
11565 rm -f core conftest.err conftest.$ac_objext \
11566     conftest$ac_exeext conftest.$ac_ext
11567 CFLAGS=$ac_wine_try_cflags_saved
11568 fi
11569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11570 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11571 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11572   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11573 fi
11574   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11575 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11576 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11577   $as_echo_n "(cached) " >&6
11578 else
11579   ac_wine_try_cflags_saved=$CFLAGS
11580 CFLAGS="$CFLAGS -Wstrict-prototypes"
11581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582 /* end confdefs.h.  */
11583 int main(int argc, char **argv) { return 0; }
11584 _ACEOF
11585 if ac_fn_c_try_link "$LINENO"; then :
11586   ac_cv_cflags__Wstrict_prototypes=yes
11587 else
11588   ac_cv_cflags__Wstrict_prototypes=no
11589 fi
11590 rm -f core conftest.err conftest.$ac_objext \
11591     conftest$ac_exeext conftest.$ac_ext
11592 CFLAGS=$ac_wine_try_cflags_saved
11593 fi
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11595 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11596 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11597   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11598 fi
11599   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11600 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11601 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11602   $as_echo_n "(cached) " >&6
11603 else
11604   ac_wine_try_cflags_saved=$CFLAGS
11605 CFLAGS="$CFLAGS -Wtype-limits"
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__Wtype_limits=yes
11612 else
11613   ac_cv_cflags__Wtype_limits=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__Wtype_limits" >&5
11620 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11621 if test $ac_cv_cflags__Wtype_limits = yes; then :
11622   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11623 fi
11624   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11625 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11626 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11627   $as_echo_n "(cached) " >&6
11628 else
11629   ac_wine_try_cflags_saved=$CFLAGS
11630 CFLAGS="$CFLAGS -Wwrite-strings"
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h.  */
11633 int main(int argc, char **argv) { return 0; }
11634 _ACEOF
11635 if ac_fn_c_try_link "$LINENO"; then :
11636   ac_cv_cflags__Wwrite_strings=yes
11637 else
11638   ac_cv_cflags__Wwrite_strings=no
11639 fi
11640 rm -f core conftest.err conftest.$ac_objext \
11641     conftest$ac_exeext conftest.$ac_ext
11642 CFLAGS=$ac_wine_try_cflags_saved
11643 fi
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11645 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11646 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11647   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11648 fi
11649
11650     saved_CFLAGS="$CFLAGS"
11651   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11652   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11653 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11654 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11655   $as_echo_n "(cached) " >&6
11656 else
11657   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11658 /* end confdefs.h.  */
11659 #include <string.h>
11660 int
11661 main ()
11662 {
11663
11664   ;
11665   return 0;
11666 }
11667 _ACEOF
11668 if ac_fn_c_try_compile "$LINENO"; then :
11669   ac_cv_c_string_h_warnings=no
11670 else
11671   ac_cv_c_string_h_warnings=yes
11672 fi
11673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11674 fi
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11676 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11677   CFLAGS="$saved_CFLAGS"
11678   if test "$ac_cv_c_string_h_warnings" = "no"
11679   then
11680     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11681   fi
11682
11683     if test "${enable_maintainer_mode+set}" = set
11684   then
11685       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11686 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11687 if test "${ac_cv_cflags__Werror+set}" = set; then :
11688   $as_echo_n "(cached) " >&6
11689 else
11690   ac_wine_try_cflags_saved=$CFLAGS
11691 CFLAGS="$CFLAGS -Werror"
11692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11693 /* end confdefs.h.  */
11694 int main(int argc, char **argv) { return 0; }
11695 _ACEOF
11696 if ac_fn_c_try_link "$LINENO"; then :
11697   ac_cv_cflags__Werror=yes
11698 else
11699   ac_cv_cflags__Werror=no
11700 fi
11701 rm -f core conftest.err conftest.$ac_objext \
11702     conftest$ac_exeext conftest.$ac_ext
11703 CFLAGS=$ac_wine_try_cflags_saved
11704 fi
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11706 $as_echo "$ac_cv_cflags__Werror" >&6; }
11707 if test $ac_cv_cflags__Werror = yes; then :
11708   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11709 fi
11710   fi
11711
11712     saved_CFLAGS="$CFLAGS"
11713   CFLAGS="$CFLAGS -Werror"
11714   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11715 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11716 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11717   $as_echo_n "(cached) " >&6
11718 else
11719   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h.  */
11721 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11722 int
11723 main ()
11724 {
11725
11726   ;
11727   return 0;
11728 }
11729 _ACEOF
11730 if ac_fn_c_try_compile "$LINENO"; then :
11731   ac_cv_have_ms_hook_prologue="yes"
11732 else
11733   ac_cv_have_ms_hook_prologue="no"
11734 fi
11735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11736 fi
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11738 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11739   CFLAGS="$saved_CFLAGS"
11740   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11741   then
11742
11743 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11744
11745   else
11746       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11747
11748   fi
11749 fi
11750
11751
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11753 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11754 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11755   $as_echo_n "(cached) " >&6
11756 else
11757   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h.  */
11759 extern int ac_test;
11760 int
11761 main ()
11762 {
11763 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11764   ;
11765   return 0;
11766 }
11767 _ACEOF
11768 if ac_fn_c_try_link "$LINENO"; then :
11769   ac_cv_c_extern_prefix="yes"
11770 else
11771   ac_cv_c_extern_prefix="no"
11772 fi
11773 rm -f core conftest.err conftest.$ac_objext \
11774     conftest$ac_exeext conftest.$ac_ext
11775 fi
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11777 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11778
11779 case $host_cpu in
11780   *i[3456789]86*)
11781     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11782 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11783 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11784   $as_echo_n "(cached) " >&6
11785 else
11786   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11787 /* end confdefs.h.  */
11788 #ifndef _MSC_VER
11789 #define __stdcall __attribute__((__stdcall__))
11790 #endif
11791 int __stdcall ac_test(int i) { return i; }
11792 int
11793 main ()
11794 {
11795 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11796   ;
11797   return 0;
11798 }
11799 _ACEOF
11800 if ac_fn_c_try_link "$LINENO"; then :
11801   ac_cv_c_stdcall_suffix="yes"
11802 else
11803   ac_cv_c_stdcall_suffix="no"
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_c_stdcall_suffix" >&5
11809 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11810   *) ac_cv_c_stdcall_suffix="no" ;;
11811 esac
11812
11813
11814 if test "$ac_cv_c_extern_prefix" = "yes"
11815 then
11816     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11817
11818     asm_name_prefix="_"
11819 else
11820     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11821
11822     asm_name_prefix=""
11823 fi
11824
11825
11826 if test "$ac_cv_c_stdcall_suffix" = "yes"
11827 then
11828     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11829
11830 else
11831     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11832
11833 fi
11834
11835
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11837 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11838 if test "${ac_cv_asm_func_def+set}" = set; then :
11839   $as_echo_n "(cached) " >&6
11840 else
11841   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11842 /* end confdefs.h.  */
11843
11844 int
11845 main ()
11846 {
11847 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11848   ;
11849   return 0;
11850 }
11851 _ACEOF
11852 if ac_fn_c_try_link "$LINENO"; then :
11853   ac_cv_asm_func_def=".def"
11854 else
11855   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11856 /* end confdefs.h.  */
11857
11858 int
11859 main ()
11860 {
11861 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11862   ;
11863   return 0;
11864 }
11865 _ACEOF
11866 if ac_fn_c_try_link "$LINENO"; then :
11867   ac_cv_asm_func_def=".type @function"
11868 else
11869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11870 /* end confdefs.h.  */
11871
11872 int
11873 main ()
11874 {
11875 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11876   ;
11877   return 0;
11878 }
11879 _ACEOF
11880 if ac_fn_c_try_link "$LINENO"; then :
11881   ac_cv_asm_func_def=".type 2"
11882 else
11883   ac_cv_asm_func_def="unknown"
11884 fi
11885 rm -f core conftest.err conftest.$ac_objext \
11886     conftest$ac_exeext conftest.$ac_ext
11887 fi
11888 rm -f core conftest.err conftest.$ac_objext \
11889     conftest$ac_exeext conftest.$ac_ext
11890 fi
11891 rm -f core conftest.err conftest.$ac_objext \
11892     conftest$ac_exeext conftest.$ac_ext
11893 fi
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11895 $as_echo "$ac_cv_asm_func_def" >&6; }
11896
11897
11898 case "$ac_cv_asm_func_def" in
11899   ".def")
11900      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11901
11902      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11903   ".type @function")
11904      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11905
11906      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11907   ".type 2")
11908      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11909
11910      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11911   *)
11912      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11913
11914      asm_func_header="" ;;
11915 esac
11916
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11918 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11919 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11920   $as_echo_n "(cached) " >&6
11921 else
11922   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11923 /* end confdefs.h.  */
11924 asm(".text\n\t.long 0");
11925 int
11926 main ()
11927 {
11928
11929   ;
11930   return 0;
11931 }
11932 _ACEOF
11933 if ac_fn_c_try_compile "$LINENO"; then :
11934   ac_cv_c_asm_outside_funcs="yes"
11935 else
11936   ac_cv_c_asm_outside_funcs="no"
11937 fi
11938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11939 fi
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11941 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11942
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11944 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11945 if test "${ac_cv_c_dot_previous+set}" = set; then :
11946   $as_echo_n "(cached) " >&6
11947 else
11948   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11949 /* end confdefs.h.  */
11950
11951 int
11952 main ()
11953 {
11954 asm(".text\nac_test:\t.long 0\n\t.previous");
11955   ;
11956   return 0;
11957 }
11958 _ACEOF
11959 if ac_fn_c_try_link "$LINENO"; then :
11960   ac_cv_c_dot_previous="yes"
11961 else
11962   ac_cv_c_dot_previous="no"
11963 fi
11964 rm -f core conftest.err conftest.$ac_objext \
11965     conftest$ac_exeext conftest.$ac_ext
11966 fi
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11968 $as_echo "$ac_cv_c_dot_previous" >&6; }
11969
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11971 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11972 if test "${ac_cv_c_cfi_support+set}" = set; then :
11973   $as_echo_n "(cached) " >&6
11974 else
11975   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11976 /* end confdefs.h.  */
11977 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11978 int
11979 main ()
11980 {
11981
11982   ;
11983   return 0;
11984 }
11985 _ACEOF
11986 if ac_fn_c_try_compile "$LINENO"; then :
11987   ac_cv_c_cfi_support="yes"
11988 else
11989   ac_cv_c_cfi_support="no"
11990 fi
11991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11992 fi
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11994 $as_echo "$ac_cv_c_cfi_support" >&6; }
11995
11996 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11997 asm_func_trailer=""
11998 if test "$ac_cv_c_dot_previous" = "yes"
11999 then
12000    asm_func_trailer="\\n\\t.previous"
12001 fi
12002 if test "$ac_cv_c_cfi_support" = "yes"
12003 then
12004    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12005    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12006
12007 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12008
12009 else
12010    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12011
12012 fi
12013
12014 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12015
12016
12017 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12018 then
12019     cat >>confdefs.h <<_ACEOF
12020 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12021 _ACEOF
12022
12023 else
12024     cat >>confdefs.h <<_ACEOF
12025 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12026 _ACEOF
12027
12028 fi
12029
12030 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12031
12032
12033 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12034
12035
12036
12037 LDPATH=""
12038
12039 case $build_os in
12040   cygwin*|mingw32*)
12041     TOOLSEXT=".exe"
12042
12043     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12044     ;;
12045   darwin*|macosx*)
12046     ;;
12047   *)
12048     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12049     ;;
12050 esac
12051
12052 case $host_os in
12053   mingw32*)
12054     CRTLIBS="-lmsvcrt"
12055
12056     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12057
12058     ;;
12059 esac
12060
12061 MAIN_BINARY="wine"
12062
12063 test -z "$with_wine64" || MAIN_BINARY="wine32"
12064
12065 case $host_cpu in
12066   *i[3456789]86*)
12067     case $host_os in
12068       linux*)
12069         EXTRA_BINARIES="wine-preloader"
12070  ;;
12071     esac
12072     ;;
12073 esac
12074
12075
12076 ac_save_CFLAGS="$CFLAGS"
12077 CFLAGS="$CFLAGS $BUILTINFLAG"
12078 for ac_func in \
12079         _pclose \
12080         _popen \
12081         _snprintf \
12082         _spawnvp \
12083         _strdup \
12084         _stricmp \
12085         _strnicmp \
12086         _strtoi64 \
12087         _strtoui64 \
12088         _vsnprintf \
12089         asctime_r \
12090         chsize \
12091         dlopen \
12092         epoll_create \
12093         ffs \
12094         finite \
12095         fnmatch \
12096         fork \
12097         fpclass \
12098         fstatfs \
12099         fstatvfs \
12100         ftruncate \
12101         futimes \
12102         futimesat \
12103         getdirentries \
12104         getopt_long \
12105         getpagesize \
12106         getpwuid \
12107         gettid \
12108         gettimeofday \
12109         getuid \
12110         kqueue \
12111         lstat \
12112         memmove \
12113         mmap \
12114         pclose \
12115         pipe2 \
12116         poll \
12117         popen \
12118         port_create \
12119         prctl \
12120         pread \
12121         pwrite \
12122         readdir \
12123         readlink \
12124         sched_setaffinity \
12125         sched_yield \
12126         select \
12127         setproctitle \
12128         setrlimit \
12129         settimeofday \
12130         sigaltstack \
12131         sigprocmask \
12132         snprintf \
12133         spawnvp \
12134         statfs \
12135         statvfs \
12136         strcasecmp \
12137         strdup \
12138         strerror \
12139         strncasecmp \
12140         strtold \
12141         strtoll \
12142         strtoull \
12143         symlink \
12144         tcgetattr \
12145         thr_kill2 \
12146         timegm \
12147         usleep \
12148         vsnprintf \
12149         wait4 \
12150         waitpid \
12151
12152 do :
12153   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12154 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12155 eval as_val=\$$as_ac_var
12156    if test "x$as_val" = x""yes; then :
12157   cat >>confdefs.h <<_ACEOF
12158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12159 _ACEOF
12160
12161 fi
12162 done
12163
12164 CFLAGS="$ac_save_CFLAGS"
12165
12166 if test "$ac_cv_func_dlopen" = no
12167 then
12168     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12170 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12171   $as_echo_n "(cached) " >&6
12172 else
12173   ac_check_lib_save_LIBS=$LIBS
12174 LIBS="-ldl  $LIBS"
12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176 /* end confdefs.h.  */
12177
12178 /* Override any GCC internal prototype to avoid an error.
12179    Use char because int might match the return type of a GCC
12180    builtin and then its argument prototype would still apply.  */
12181 #ifdef __cplusplus
12182 extern "C"
12183 #endif
12184 char dlopen ();
12185 int
12186 main ()
12187 {
12188 return dlopen ();
12189   ;
12190   return 0;
12191 }
12192 _ACEOF
12193 if ac_fn_c_try_link "$LINENO"; then :
12194   ac_cv_lib_dl_dlopen=yes
12195 else
12196   ac_cv_lib_dl_dlopen=no
12197 fi
12198 rm -f core conftest.err conftest.$ac_objext \
12199     conftest$ac_exeext conftest.$ac_ext
12200 LIBS=$ac_check_lib_save_LIBS
12201 fi
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12203 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12204 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12205   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12206  LIBDL="-ldl"
12207
12208 fi
12209
12210 fi
12211 ac_wine_check_funcs_save_LIBS="$LIBS"
12212 LIBS="$LIBS $LIBDL"
12213 for ac_func in dladdr
12214 do :
12215   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12216 if test "x$ac_cv_func_dladdr" = x""yes; then :
12217   cat >>confdefs.h <<_ACEOF
12218 #define HAVE_DLADDR 1
12219 _ACEOF
12220
12221 fi
12222 done
12223
12224 LIBS="$ac_wine_check_funcs_save_LIBS"
12225
12226 if test "$ac_cv_func_poll" = no
12227 then
12228     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12229 $as_echo_n "checking for poll in -lpoll... " >&6; }
12230 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12231   $as_echo_n "(cached) " >&6
12232 else
12233   ac_check_lib_save_LIBS=$LIBS
12234 LIBS="-lpoll  $LIBS"
12235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12236 /* end confdefs.h.  */
12237
12238 /* Override any GCC internal prototype to avoid an error.
12239    Use char because int might match the return type of a GCC
12240    builtin and then its argument prototype would still apply.  */
12241 #ifdef __cplusplus
12242 extern "C"
12243 #endif
12244 char poll ();
12245 int
12246 main ()
12247 {
12248 return poll ();
12249   ;
12250   return 0;
12251 }
12252 _ACEOF
12253 if ac_fn_c_try_link "$LINENO"; then :
12254   ac_cv_lib_poll_poll=yes
12255 else
12256   ac_cv_lib_poll_poll=no
12257 fi
12258 rm -f core conftest.err conftest.$ac_objext \
12259     conftest$ac_exeext conftest.$ac_ext
12260 LIBS=$ac_check_lib_save_LIBS
12261 fi
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12263 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12264 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12265   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12266  LIBPOLL="-lpoll"
12267
12268 fi
12269
12270 fi
12271
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12273 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12274 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12275   $as_echo_n "(cached) " >&6
12276 else
12277   ac_func_search_save_LIBS=$LIBS
12278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12279 /* end confdefs.h.  */
12280
12281 /* Override any GCC internal prototype to avoid an error.
12282    Use char because int might match the return type of a GCC
12283    builtin and then its argument prototype would still apply.  */
12284 #ifdef __cplusplus
12285 extern "C"
12286 #endif
12287 char gethostbyname ();
12288 int
12289 main ()
12290 {
12291 return gethostbyname ();
12292   ;
12293   return 0;
12294 }
12295 _ACEOF
12296 for ac_lib in '' nsl; do
12297   if test -z "$ac_lib"; then
12298     ac_res="none required"
12299   else
12300     ac_res=-l$ac_lib
12301     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12302   fi
12303   if ac_fn_c_try_link "$LINENO"; then :
12304   ac_cv_search_gethostbyname=$ac_res
12305 fi
12306 rm -f core conftest.err conftest.$ac_objext \
12307     conftest$ac_exeext
12308   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12309   break
12310 fi
12311 done
12312 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12313
12314 else
12315   ac_cv_search_gethostbyname=no
12316 fi
12317 rm conftest.$ac_ext
12318 LIBS=$ac_func_search_save_LIBS
12319 fi
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12321 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12322 ac_res=$ac_cv_search_gethostbyname
12323 if test "$ac_res" != no; then :
12324   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12325
12326 fi
12327
12328
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12330 $as_echo_n "checking for library containing connect... " >&6; }
12331 if test "${ac_cv_search_connect+set}" = set; then :
12332   $as_echo_n "(cached) " >&6
12333 else
12334   ac_func_search_save_LIBS=$LIBS
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h.  */
12337
12338 /* Override any GCC internal prototype to avoid an error.
12339    Use char because int might match the return type of a GCC
12340    builtin and then its argument prototype would still apply.  */
12341 #ifdef __cplusplus
12342 extern "C"
12343 #endif
12344 char connect ();
12345 int
12346 main ()
12347 {
12348 return connect ();
12349   ;
12350   return 0;
12351 }
12352 _ACEOF
12353 for ac_lib in '' socket; do
12354   if test -z "$ac_lib"; then
12355     ac_res="none required"
12356   else
12357     ac_res=-l$ac_lib
12358     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12359   fi
12360   if ac_fn_c_try_link "$LINENO"; then :
12361   ac_cv_search_connect=$ac_res
12362 fi
12363 rm -f core conftest.err conftest.$ac_objext \
12364     conftest$ac_exeext
12365   if test "${ac_cv_search_connect+set}" = set; then :
12366   break
12367 fi
12368 done
12369 if test "${ac_cv_search_connect+set}" = set; then :
12370
12371 else
12372   ac_cv_search_connect=no
12373 fi
12374 rm conftest.$ac_ext
12375 LIBS=$ac_func_search_save_LIBS
12376 fi
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12378 $as_echo "$ac_cv_search_connect" >&6; }
12379 ac_res=$ac_cv_search_connect
12380 if test "$ac_res" != no; then :
12381   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12382
12383 fi
12384
12385
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12387 $as_echo_n "checking for library containing inet_aton... " >&6; }
12388 if test "${ac_cv_search_inet_aton+set}" = set; then :
12389   $as_echo_n "(cached) " >&6
12390 else
12391   ac_func_search_save_LIBS=$LIBS
12392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12393 /* end confdefs.h.  */
12394
12395 /* Override any GCC internal prototype to avoid an error.
12396    Use char because int might match the return type of a GCC
12397    builtin and then its argument prototype would still apply.  */
12398 #ifdef __cplusplus
12399 extern "C"
12400 #endif
12401 char inet_aton ();
12402 int
12403 main ()
12404 {
12405 return inet_aton ();
12406   ;
12407   return 0;
12408 }
12409 _ACEOF
12410 for ac_lib in '' resolv; do
12411   if test -z "$ac_lib"; then
12412     ac_res="none required"
12413   else
12414     ac_res=-l$ac_lib
12415     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12416   fi
12417   if ac_fn_c_try_link "$LINENO"; then :
12418   ac_cv_search_inet_aton=$ac_res
12419 fi
12420 rm -f core conftest.err conftest.$ac_objext \
12421     conftest$ac_exeext
12422   if test "${ac_cv_search_inet_aton+set}" = set; then :
12423   break
12424 fi
12425 done
12426 if test "${ac_cv_search_inet_aton+set}" = set; then :
12427
12428 else
12429   ac_cv_search_inet_aton=no
12430 fi
12431 rm conftest.$ac_ext
12432 LIBS=$ac_func_search_save_LIBS
12433 fi
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12435 $as_echo "$ac_cv_search_inet_aton" >&6; }
12436 ac_res=$ac_cv_search_inet_aton
12437 if test "$ac_res" != no; then :
12438   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12439
12440 fi
12441
12442
12443 for ac_func in \
12444         getaddrinfo \
12445         getnameinfo \
12446         getnetbyname \
12447         getprotobyname \
12448         getprotobynumber \
12449         getservbyport \
12450         inet_network \
12451         inet_ntop \
12452         inet_pton \
12453         sendmsg \
12454         socketpair \
12455
12456 do :
12457   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12458 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12459 eval as_val=\$$as_ac_var
12460    if test "x$as_val" = x""yes; then :
12461   cat >>confdefs.h <<_ACEOF
12462 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12463 _ACEOF
12464
12465 fi
12466 done
12467
12468
12469 LDAPLIBS=""
12470
12471 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12472 then
12473     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12474 "
12475 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12476   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12477 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12478 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12479   $as_echo_n "(cached) " >&6
12480 else
12481   ac_check_lib_save_LIBS=$LIBS
12482 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h.  */
12485
12486 /* Override any GCC internal prototype to avoid an error.
12487    Use char because int might match the return type of a GCC
12488    builtin and then its argument prototype would still apply.  */
12489 #ifdef __cplusplus
12490 extern "C"
12491 #endif
12492 char ldap_initialize ();
12493 int
12494 main ()
12495 {
12496 return ldap_initialize ();
12497   ;
12498   return 0;
12499 }
12500 _ACEOF
12501 if ac_fn_c_try_link "$LINENO"; then :
12502   ac_cv_lib_ldap_r_ldap_initialize=yes
12503 else
12504   ac_cv_lib_ldap_r_ldap_initialize=no
12505 fi
12506 rm -f core conftest.err conftest.$ac_objext \
12507     conftest$ac_exeext conftest.$ac_ext
12508 LIBS=$ac_check_lib_save_LIBS
12509 fi
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12511 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12512 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12513   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12514 $as_echo_n "checking for ber_init in -llber... " >&6; }
12515 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12516   $as_echo_n "(cached) " >&6
12517 else
12518   ac_check_lib_save_LIBS=$LIBS
12519 LIBS="-llber $LIBPTHREAD $LIBS"
12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h.  */
12522
12523 /* Override any GCC internal prototype to avoid an error.
12524    Use char because int might match the return type of a GCC
12525    builtin and then its argument prototype would still apply.  */
12526 #ifdef __cplusplus
12527 extern "C"
12528 #endif
12529 char ber_init ();
12530 int
12531 main ()
12532 {
12533 return ber_init ();
12534   ;
12535   return 0;
12536 }
12537 _ACEOF
12538 if ac_fn_c_try_link "$LINENO"; then :
12539   ac_cv_lib_lber_ber_init=yes
12540 else
12541   ac_cv_lib_lber_ber_init=no
12542 fi
12543 rm -f core conftest.err conftest.$ac_objext \
12544     conftest$ac_exeext conftest.$ac_ext
12545 LIBS=$ac_check_lib_save_LIBS
12546 fi
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12548 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12549 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12550
12551 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12552
12553                  LDAPLIBS="-lldap_r -llber"
12554 fi
12555
12556 fi
12557
12558 fi
12559
12560     ac_wine_check_funcs_save_LIBS="$LIBS"
12561 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12562 for ac_func in \
12563         ldap_count_references \
12564         ldap_first_reference \
12565         ldap_next_reference \
12566         ldap_parse_reference \
12567         ldap_parse_sort_control \
12568         ldap_parse_sortresponse_control \
12569         ldap_parse_vlv_control \
12570         ldap_parse_vlvresponse_control
12571 do :
12572   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12573 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12574 eval as_val=\$$as_ac_var
12575    if test "x$as_val" = x""yes; then :
12576   cat >>confdefs.h <<_ACEOF
12577 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12578 _ACEOF
12579
12580 fi
12581 done
12582
12583 LIBS="$ac_wine_check_funcs_save_LIBS"
12584 fi
12585 if test "x$LDAPLIBS" = "x"; then :
12586   case "x$with_ldap" in
12587   x)   as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12588   xno) ;;
12589   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12590 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12591 esac
12592 fi
12593
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12595 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12596 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12597   $as_echo_n "(cached) " >&6
12598 else
12599   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12600 /* end confdefs.h.  */
12601 #include <sys/stat.h>
12602 int
12603 main ()
12604 {
12605 mkdir("foo");
12606   ;
12607   return 0;
12608 }
12609 _ACEOF
12610 if ac_fn_c_try_compile "$LINENO"; then :
12611   wine_cv_one_arg_mkdir=yes
12612 else
12613   wine_cv_one_arg_mkdir=no
12614 fi
12615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12616 fi
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12618 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12619 if test "$wine_cv_one_arg_mkdir" = "yes"
12620 then
12621
12622 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12623
12624 fi
12625
12626
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12628 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12629 if test "${ac_cv_c_const+set}" = set; then :
12630   $as_echo_n "(cached) " >&6
12631 else
12632   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12633 /* end confdefs.h.  */
12634
12635 int
12636 main ()
12637 {
12638 /* FIXME: Include the comments suggested by Paul. */
12639 #ifndef __cplusplus
12640   /* Ultrix mips cc rejects this.  */
12641   typedef int charset[2];
12642   const charset cs;
12643   /* SunOS 4.1.1 cc rejects this.  */
12644   char const *const *pcpcc;
12645   char **ppc;
12646   /* NEC SVR4.0.2 mips cc rejects this.  */
12647   struct point {int x, y;};
12648   static struct point const zero = {0,0};
12649   /* AIX XL C 1.02.0.0 rejects this.
12650      It does not let you subtract one const X* pointer from another in
12651      an arm of an if-expression whose if-part is not a constant
12652      expression */
12653   const char *g = "string";
12654   pcpcc = &g + (g ? g-g : 0);
12655   /* HPUX 7.0 cc rejects these. */
12656   ++pcpcc;
12657   ppc = (char**) pcpcc;
12658   pcpcc = (char const *const *) ppc;
12659   { /* SCO 3.2v4 cc rejects this.  */
12660     char *t;
12661     char const *s = 0 ? (char *) 0 : (char const *) 0;
12662
12663     *t++ = 0;
12664     if (s) return 0;
12665   }
12666   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12667     int x[] = {25, 17};
12668     const int *foo = &x[0];
12669     ++foo;
12670   }
12671   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12672     typedef const int *iptr;
12673     iptr p = 0;
12674     ++p;
12675   }
12676   { /* AIX XL C 1.02.0.0 rejects this saying
12677        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12678     struct s { int j; const int *ap[3]; };
12679     struct s *b; b->j = 5;
12680   }
12681   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12682     const int foo = 10;
12683     if (!foo) return 0;
12684   }
12685   return !cs[0] && !zero.x;
12686 #endif
12687
12688   ;
12689   return 0;
12690 }
12691 _ACEOF
12692 if ac_fn_c_try_compile "$LINENO"; then :
12693   ac_cv_c_const=yes
12694 else
12695   ac_cv_c_const=no
12696 fi
12697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12698 fi
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12700 $as_echo "$ac_cv_c_const" >&6; }
12701 if test $ac_cv_c_const = no; then
12702
12703 $as_echo "#define const /**/" >>confdefs.h
12704
12705 fi
12706
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12708 $as_echo_n "checking for inline... " >&6; }
12709 if test "${ac_cv_c_inline+set}" = set; then :
12710   $as_echo_n "(cached) " >&6
12711 else
12712   ac_cv_c_inline=no
12713 for ac_kw in inline __inline__ __inline; do
12714   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12715 /* end confdefs.h.  */
12716 #ifndef __cplusplus
12717 typedef int foo_t;
12718 static $ac_kw foo_t static_foo () {return 0; }
12719 $ac_kw foo_t foo () {return 0; }
12720 #endif
12721
12722 _ACEOF
12723 if ac_fn_c_try_compile "$LINENO"; then :
12724   ac_cv_c_inline=$ac_kw
12725 fi
12726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12727   test "$ac_cv_c_inline" != no && break
12728 done
12729
12730 fi
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12732 $as_echo "$ac_cv_c_inline" >&6; }
12733
12734 case $ac_cv_c_inline in
12735   inline | yes) ;;
12736   *)
12737     case $ac_cv_c_inline in
12738       no) ac_val=;;
12739       *) ac_val=$ac_cv_c_inline;;
12740     esac
12741     cat >>confdefs.h <<_ACEOF
12742 #ifndef __cplusplus
12743 #define inline $ac_val
12744 #endif
12745 _ACEOF
12746     ;;
12747 esac
12748
12749 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12750 if test "x$ac_cv_type_mode_t" = x""yes; then :
12751
12752 cat >>confdefs.h <<_ACEOF
12753 #define HAVE_MODE_T 1
12754 _ACEOF
12755
12756
12757 fi
12758 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12759 if test "x$ac_cv_type_off_t" = x""yes; then :
12760
12761 cat >>confdefs.h <<_ACEOF
12762 #define HAVE_OFF_T 1
12763 _ACEOF
12764
12765
12766 fi
12767 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12768 if test "x$ac_cv_type_pid_t" = x""yes; then :
12769
12770 cat >>confdefs.h <<_ACEOF
12771 #define HAVE_PID_T 1
12772 _ACEOF
12773
12774
12775 fi
12776 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12777 if test "x$ac_cv_type_size_t" = x""yes; then :
12778
12779 cat >>confdefs.h <<_ACEOF
12780 #define HAVE_SIZE_T 1
12781 _ACEOF
12782
12783
12784 fi
12785 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12786 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12787
12788 cat >>confdefs.h <<_ACEOF
12789 #define HAVE_SSIZE_T 1
12790 _ACEOF
12791
12792
12793 fi
12794 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12795 if test "x$ac_cv_type_long_long" = x""yes; then :
12796
12797 cat >>confdefs.h <<_ACEOF
12798 #define HAVE_LONG_LONG 1
12799 _ACEOF
12800
12801
12802 fi
12803 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12804 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12805
12806 cat >>confdefs.h <<_ACEOF
12807 #define HAVE_FSBLKCNT_T 1
12808 _ACEOF
12809
12810
12811 fi
12812 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12813 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12814
12815 cat >>confdefs.h <<_ACEOF
12816 #define HAVE_FSFILCNT_T 1
12817 _ACEOF
12818
12819
12820 fi
12821
12822 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12823 #include <signal.h>
12824 "
12825 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12826
12827 cat >>confdefs.h <<_ACEOF
12828 #define HAVE_SIGSET_T 1
12829 _ACEOF
12830
12831
12832 fi
12833
12834 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12835 "
12836 if test "x$ac_cv_type_request_sense" = x""yes; then :
12837
12838 cat >>confdefs.h <<_ACEOF
12839 #define HAVE_REQUEST_SENSE 1
12840 _ACEOF
12841
12842
12843 fi
12844
12845
12846 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12847 #ifdef HAVE_SYS_SOCKET_H
12848 #include <sys/socket.h>
12849 #endif
12850 #ifdef HAVE_SYS_SOCKETVAR_H
12851 #include <sys/socketvar.h>
12852 #endif
12853 #ifdef HAVE_NET_ROUTE_H
12854 #include <net/route.h>
12855 #endif
12856 #ifdef HAVE_NETINET_IN_H
12857 #include <netinet/in.h>
12858 #endif
12859 #ifdef HAVE_NETINET_IN_SYSTM_H
12860 #include <netinet/in_systm.h>
12861 #endif
12862 #ifdef HAVE_NETINET_IP_H
12863 #include <netinet/ip.h>
12864 #endif
12865 #ifdef HAVE_NETINET_IN_PCB_H
12866 #include <netinet/in_pcb.h>
12867 #endif
12868 "
12869 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12870
12871 cat >>confdefs.h <<_ACEOF
12872 #define HAVE_STRUCT_XINPGEN 1
12873 _ACEOF
12874
12875
12876 fi
12877
12878
12879 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12880 #include <linux/input.h>
12881 #endif
12882 "
12883 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12884
12885 cat >>confdefs.h <<_ACEOF
12886 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12887 _ACEOF
12888
12889
12890 fi
12891
12892
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12894 $as_echo_n "checking for sigaddset... " >&6; }
12895 if test "${wine_cv_have_sigaddset+set}" = set; then :
12896   $as_echo_n "(cached) " >&6
12897 else
12898   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12899 /* end confdefs.h.  */
12900 #include <signal.h>
12901 int
12902 main ()
12903 {
12904 sigset_t set; sigaddset(&set,SIGTERM);
12905   ;
12906   return 0;
12907 }
12908 _ACEOF
12909 if ac_fn_c_try_link "$LINENO"; then :
12910   wine_cv_have_sigaddset=yes
12911 else
12912   wine_cv_have_sigaddset=no
12913 fi
12914 rm -f core conftest.err conftest.$ac_objext \
12915     conftest$ac_exeext conftest.$ac_ext
12916 fi
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12918 $as_echo "$wine_cv_have_sigaddset" >&6; }
12919 if test "$wine_cv_have_sigaddset" = "yes"
12920 then
12921
12922 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12923
12924 fi
12925
12926
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12928 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12929 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12930   $as_echo_n "(cached) " >&6
12931 else
12932   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12933 /* end confdefs.h.  */
12934 #include <netdb.h>
12935 int
12936 main ()
12937 {
12938
12939     char *name=0;
12940     struct hostent he;
12941     struct hostent *result;
12942     char *buf=0;
12943     int bufsize=0;
12944     int res,errnr;
12945     char *addr=0;
12946     int addrlen=0;
12947     int addrtype=0;
12948     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12949     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12950
12951   ;
12952   return 0;
12953 }
12954 _ACEOF
12955 if ac_fn_c_try_link "$LINENO"; then :
12956   wine_cv_linux_gethostbyname_r_6=yes
12957 else
12958   wine_cv_linux_gethostbyname_r_6=no
12959
12960 fi
12961 rm -f core conftest.err conftest.$ac_objext \
12962     conftest$ac_exeext conftest.$ac_ext
12963
12964 fi
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12966 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12967    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12968    then
12969
12970 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12971
12972    fi
12973
12974 if test "$ac_cv_header_linux_joystick_h" = "yes"
12975 then
12976    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12977 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12978 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12979   $as_echo_n "(cached) " >&6
12980 else
12981   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12982 /* end confdefs.h.  */
12983
12984         #include <sys/ioctl.h>
12985         #include <sys/types.h>
12986         #include <linux/joystick.h>
12987
12988         struct js_event blub;
12989         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12990         #error "no 2.2 header"
12991         #endif
12992
12993 int
12994 main ()
12995 {
12996 /*empty*/
12997   ;
12998   return 0;
12999 }
13000 _ACEOF
13001 if ac_fn_c_try_compile "$LINENO"; then :
13002   wine_cv_linux_joystick_22_api=yes
13003 else
13004   wine_cv_linux_joystick_22_api=no
13005 fi
13006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13007
13008 fi
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13010 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13011    if test "$wine_cv_linux_joystick_22_api" = "yes"
13012    then
13013
13014 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13015
13016    fi
13017 fi
13018
13019
13020 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_PARAM_H
13022 # include <sys/param.h>
13023 #endif
13024 #ifdef HAVE_SYS_MOUNT_H
13025 # include <sys/mount.h>
13026 #endif
13027 #ifdef HAVE_SYS_VFS_H
13028 # include <sys/vfs.h>
13029 #endif
13030 #ifdef HAVE_SYS_STATFS_H
13031 # include <sys/statfs.h>
13032 #endif
13033 "
13034 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13035
13036 cat >>confdefs.h <<_ACEOF
13037 #define HAVE_STRUCT_STATFS_F_BFREE 1
13038 _ACEOF
13039
13040
13041 fi
13042 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13043 #ifdef HAVE_SYS_PARAM_H
13044 # include <sys/param.h>
13045 #endif
13046 #ifdef HAVE_SYS_MOUNT_H
13047 # include <sys/mount.h>
13048 #endif
13049 #ifdef HAVE_SYS_VFS_H
13050 # include <sys/vfs.h>
13051 #endif
13052 #ifdef HAVE_SYS_STATFS_H
13053 # include <sys/statfs.h>
13054 #endif
13055 "
13056 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13057
13058 cat >>confdefs.h <<_ACEOF
13059 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13060 _ACEOF
13061
13062
13063 fi
13064 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13065 #ifdef HAVE_SYS_PARAM_H
13066 # include <sys/param.h>
13067 #endif
13068 #ifdef HAVE_SYS_MOUNT_H
13069 # include <sys/mount.h>
13070 #endif
13071 #ifdef HAVE_SYS_VFS_H
13072 # include <sys/vfs.h>
13073 #endif
13074 #ifdef HAVE_SYS_STATFS_H
13075 # include <sys/statfs.h>
13076 #endif
13077 "
13078 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13079
13080 cat >>confdefs.h <<_ACEOF
13081 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13082 _ACEOF
13083
13084
13085 fi
13086 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13087 #ifdef HAVE_SYS_PARAM_H
13088 # include <sys/param.h>
13089 #endif
13090 #ifdef HAVE_SYS_MOUNT_H
13091 # include <sys/mount.h>
13092 #endif
13093 #ifdef HAVE_SYS_VFS_H
13094 # include <sys/vfs.h>
13095 #endif
13096 #ifdef HAVE_SYS_STATFS_H
13097 # include <sys/statfs.h>
13098 #endif
13099 "
13100 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13101
13102 cat >>confdefs.h <<_ACEOF
13103 #define HAVE_STRUCT_STATFS_F_FFREE 1
13104 _ACEOF
13105
13106
13107 fi
13108 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13109 #ifdef HAVE_SYS_PARAM_H
13110 # include <sys/param.h>
13111 #endif
13112 #ifdef HAVE_SYS_MOUNT_H
13113 # include <sys/mount.h>
13114 #endif
13115 #ifdef HAVE_SYS_VFS_H
13116 # include <sys/vfs.h>
13117 #endif
13118 #ifdef HAVE_SYS_STATFS_H
13119 # include <sys/statfs.h>
13120 #endif
13121 "
13122 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13123
13124 cat >>confdefs.h <<_ACEOF
13125 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13126 _ACEOF
13127
13128
13129 fi
13130 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13131 #ifdef HAVE_SYS_PARAM_H
13132 # include <sys/param.h>
13133 #endif
13134 #ifdef HAVE_SYS_MOUNT_H
13135 # include <sys/mount.h>
13136 #endif
13137 #ifdef HAVE_SYS_VFS_H
13138 # include <sys/vfs.h>
13139 #endif
13140 #ifdef HAVE_SYS_STATFS_H
13141 # include <sys/statfs.h>
13142 #endif
13143 "
13144 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13145
13146 cat >>confdefs.h <<_ACEOF
13147 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13148 _ACEOF
13149
13150
13151 fi
13152
13153
13154 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13155 #include <sys/statvfs.h>
13156 #endif
13157 "
13158 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13159
13160 cat >>confdefs.h <<_ACEOF
13161 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13162 _ACEOF
13163
13164
13165 fi
13166
13167
13168 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13169 #ifdef HAVE_SYS_SOCKET_H
13170 # include <sys/socket.h>
13171 #endif
13172 #ifdef HAVE_SYS_UN_H
13173 # include <sys/un.h>
13174 #endif
13175 "
13176 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13177
13178 cat >>confdefs.h <<_ACEOF
13179 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13180 _ACEOF
13181
13182
13183 fi
13184 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13185 #ifdef HAVE_SYS_SOCKET_H
13186 # include <sys/socket.h>
13187 #endif
13188 #ifdef HAVE_SYS_UN_H
13189 # include <sys/un.h>
13190 #endif
13191 "
13192 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13193
13194 cat >>confdefs.h <<_ACEOF
13195 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13196 _ACEOF
13197
13198
13199 fi
13200 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13201 #ifdef HAVE_SYS_SOCKET_H
13202 # include <sys/socket.h>
13203 #endif
13204 #ifdef HAVE_SYS_UN_H
13205 # include <sys/un.h>
13206 #endif
13207 "
13208 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13209
13210 cat >>confdefs.h <<_ACEOF
13211 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13212 _ACEOF
13213
13214
13215 fi
13216
13217
13218 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13219 #ifdef HAVE_SCSI_SG_H
13220 #include <scsi/sg.h>
13221 #endif
13222 "
13223 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13224
13225 cat >>confdefs.h <<_ACEOF
13226 #define HAVE_SCSIREQ_T_CMD 1
13227 _ACEOF
13228
13229
13230 fi
13231 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>
13232 #ifdef HAVE_SCSI_SG_H
13233 #include <scsi/sg.h>
13234 #endif
13235 "
13236 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13237
13238 cat >>confdefs.h <<_ACEOF
13239 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13240 _ACEOF
13241
13242
13243 fi
13244
13245
13246 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13247 "
13248 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13249
13250 cat >>confdefs.h <<_ACEOF
13251 #define HAVE_SIGINFO_T_SI_FD 1
13252 _ACEOF
13253
13254
13255 fi
13256
13257
13258 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13259 #ifdef HAVE_SYS_MTIO_H
13260 #include <sys/mtio.h>
13261 #endif
13262 "
13263 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13264
13265 cat >>confdefs.h <<_ACEOF
13266 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13267 _ACEOF
13268
13269
13270 fi
13271 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13272 #ifdef HAVE_SYS_MTIO_H
13273 #include <sys/mtio.h>
13274 #endif
13275 "
13276 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13277
13278 cat >>confdefs.h <<_ACEOF
13279 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13280 _ACEOF
13281
13282
13283 fi
13284 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13285 #ifdef HAVE_SYS_MTIO_H
13286 #include <sys/mtio.h>
13287 #endif
13288 "
13289 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13290
13291 cat >>confdefs.h <<_ACEOF
13292 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13293 _ACEOF
13294
13295
13296 fi
13297
13298
13299 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13300 #include <getopt.h>
13301 #endif
13302 "
13303 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13304
13305 cat >>confdefs.h <<_ACEOF
13306 #define HAVE_STRUCT_OPTION_NAME 1
13307 _ACEOF
13308
13309
13310 fi
13311
13312
13313 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13314 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13315
13316 cat >>confdefs.h <<_ACEOF
13317 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13318 _ACEOF
13319
13320
13321 fi
13322 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13323 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13324
13325 cat >>confdefs.h <<_ACEOF
13326 #define HAVE_STRUCT_STAT_ST_MTIM 1
13327 _ACEOF
13328
13329
13330 fi
13331 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13332 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13333
13334 cat >>confdefs.h <<_ACEOF
13335 #define HAVE_STRUCT_STAT_ST_CTIM 1
13336 _ACEOF
13337
13338
13339 fi
13340 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13341 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13342
13343 cat >>confdefs.h <<_ACEOF
13344 #define HAVE_STRUCT_STAT_ST_ATIM 1
13345 _ACEOF
13346
13347
13348 fi
13349
13350
13351 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
13352 #include <sys/types.h>
13353 #endif
13354 #ifdef HAVE_NETINET_IN_H
13355 #include <netinet/in.h>
13356 #endif
13357 "
13358 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13359
13360 cat >>confdefs.h <<_ACEOF
13361 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13362 _ACEOF
13363
13364
13365 fi
13366
13367
13368 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13369 #include <sys/types.h>
13370 #endif
13371 #ifdef HAVE_NETINET_IN_H
13372 # include <netinet/in.h>
13373 #endif
13374 #ifdef HAVE_ARPA_NAMESER_H
13375 # include <arpa/nameser.h>
13376 #endif
13377 "
13378 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13379
13380 cat >>confdefs.h <<_ACEOF
13381 #define HAVE_NS_MSG__MSG_PTR 1
13382 _ACEOF
13383
13384
13385 fi
13386
13387
13388 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13389 #include <sys/types.h>
13390 #endif
13391 #ifdef HAVE_ALIAS_H
13392 #include <alias.h>
13393 #endif
13394 #ifdef HAVE_SYS_SOCKET_H
13395 #include <sys/socket.h>
13396 #endif
13397 #ifdef HAVE_SYS_SOCKETVAR_H
13398 #include <sys/socketvar.h>
13399 #endif
13400 #ifdef HAVE_SYS_TIMEOUT_H
13401 #include <sys/timeout.h>
13402 #endif
13403 #ifdef HAVE_NETINET_IN_H
13404 #include <netinet/in.h>
13405 #endif
13406 #ifdef HAVE_NETINET_IN_SYSTM_H
13407 #include <netinet/in_systm.h>
13408 #endif
13409 #ifdef HAVE_NETINET_IP_H
13410 #include <netinet/ip.h>
13411 #endif
13412 #ifdef HAVE_NETINET_IP_VAR_H
13413 #include <netinet/ip_var.h>
13414 #endif
13415 #ifdef HAVE_NETINET_IP_ICMP_H
13416 #include <netinet/ip_icmp.h>
13417 #endif
13418 #ifdef HAVE_NETINET_ICMP_VAR
13419 #include <netinet/icmp_var.h>
13420 #endif
13421 "
13422 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13423
13424 cat >>confdefs.h <<_ACEOF
13425 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13426 _ACEOF
13427
13428
13429 fi
13430
13431
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13433 $as_echo_n "checking for timezone variable... " >&6; }
13434 if test "${ac_cv_have_timezone+set}" = set; then :
13435   $as_echo_n "(cached) " >&6
13436 else
13437   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13438 /* end confdefs.h.  */
13439 #include <time.h>
13440 int
13441 main ()
13442 {
13443 timezone = 1
13444   ;
13445   return 0;
13446 }
13447 _ACEOF
13448 if ac_fn_c_try_link "$LINENO"; then :
13449   ac_cv_have_timezone="yes"
13450 else
13451   ac_cv_have_timezone="no"
13452 fi
13453 rm -f core conftest.err conftest.$ac_objext \
13454     conftest$ac_exeext conftest.$ac_ext
13455 fi
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13457 $as_echo "$ac_cv_have_timezone" >&6; }
13458 if test "$ac_cv_have_timezone" = "yes"
13459 then
13460
13461 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13462
13463 fi
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13465 $as_echo_n "checking for daylight variable... " >&6; }
13466 if test "${ac_cv_have_daylight+set}" = set; then :
13467   $as_echo_n "(cached) " >&6
13468 else
13469   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13470 /* end confdefs.h.  */
13471 #include <time.h>
13472 int
13473 main ()
13474 {
13475 daylight = 1
13476   ;
13477   return 0;
13478 }
13479 _ACEOF
13480 if ac_fn_c_try_link "$LINENO"; then :
13481   ac_cv_have_daylight="yes"
13482 else
13483   ac_cv_have_daylight="no"
13484 fi
13485 rm -f core conftest.err conftest.$ac_objext \
13486     conftest$ac_exeext conftest.$ac_ext
13487 fi
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13489 $as_echo "$ac_cv_have_daylight" >&6; }
13490 if test "$ac_cv_have_daylight" = "yes"
13491 then
13492
13493 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13494
13495 fi
13496
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13498 $as_echo_n "checking for isinf... " >&6; }
13499 if test "${ac_cv_have_isinf+set}" = set; then :
13500   $as_echo_n "(cached) " >&6
13501 else
13502   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13503 /* end confdefs.h.  */
13504 #include <math.h>
13505 int
13506 main ()
13507 {
13508 float f = 0.0; int i=isinf(f)
13509   ;
13510   return 0;
13511 }
13512 _ACEOF
13513 if ac_fn_c_try_link "$LINENO"; then :
13514   ac_cv_have_isinf="yes"
13515 else
13516   ac_cv_have_isinf="no"
13517 fi
13518 rm -f core conftest.err conftest.$ac_objext \
13519     conftest$ac_exeext conftest.$ac_ext
13520 fi
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13522 $as_echo "$ac_cv_have_isinf" >&6; }
13523 if test "$ac_cv_have_isinf" = "yes"
13524 then
13525
13526 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13527
13528 fi
13529
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13531 $as_echo_n "checking for isnan... " >&6; }
13532 if test "${ac_cv_have_isnan+set}" = set; then :
13533   $as_echo_n "(cached) " >&6
13534 else
13535   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h.  */
13537 #include <math.h>
13538 int
13539 main ()
13540 {
13541 float f = 0.0; int i=isnan(f)
13542   ;
13543   return 0;
13544 }
13545 _ACEOF
13546 if ac_fn_c_try_link "$LINENO"; then :
13547   ac_cv_have_isnan="yes"
13548 else
13549   ac_cv_have_isnan="no"
13550 fi
13551 rm -f core conftest.err conftest.$ac_objext \
13552     conftest$ac_exeext conftest.$ac_ext
13553 fi
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13555 $as_echo "$ac_cv_have_isnan" >&6; }
13556 if test "$ac_cv_have_isnan" = "yes"
13557 then
13558
13559 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13560
13561 fi
13562
13563
13564 case $host_cpu in
13565   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13566 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13567 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13568   $as_echo_n "(cached) " >&6
13569 else
13570   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13571 /* end confdefs.h.  */
13572 #ifndef __i386__
13573 yes
13574 #endif
13575 _ACEOF
13576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13577   $EGREP "yes" >/dev/null 2>&1; then :
13578   ac_cv_cpp_def___i386__=yes
13579 else
13580   ac_cv_cpp_def___i386__=no
13581 fi
13582 rm -f conftest*
13583
13584 fi
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13586 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13587 if test $ac_cv_cpp_def___i386__ = yes; then :
13588   CFLAGS="$CFLAGS -D__i386__"
13589   LINTFLAGS="$LINTFLAGS -D__i386__"
13590 fi ;;
13591   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13592 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13593 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13594   $as_echo_n "(cached) " >&6
13595 else
13596   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13597 /* end confdefs.h.  */
13598 #ifndef __x86_64__
13599 yes
13600 #endif
13601 _ACEOF
13602 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13603   $EGREP "yes" >/dev/null 2>&1; then :
13604   ac_cv_cpp_def___x86_64__=yes
13605 else
13606   ac_cv_cpp_def___x86_64__=no
13607 fi
13608 rm -f conftest*
13609
13610 fi
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13612 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13613 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13614   CFLAGS="$CFLAGS -D__x86_64__"
13615   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13616 fi ;;
13617   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13618 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13619 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13620   $as_echo_n "(cached) " >&6
13621 else
13622   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13623 /* end confdefs.h.  */
13624 #ifndef __ALPHA__
13625 yes
13626 #endif
13627 _ACEOF
13628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13629   $EGREP "yes" >/dev/null 2>&1; then :
13630   ac_cv_cpp_def___ALPHA__=yes
13631 else
13632   ac_cv_cpp_def___ALPHA__=no
13633 fi
13634 rm -f conftest*
13635
13636 fi
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13638 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13639 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13640   CFLAGS="$CFLAGS -D__ALPHA__"
13641   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13642 fi ;;
13643   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13644 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13645 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13646   $as_echo_n "(cached) " >&6
13647 else
13648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13649 /* end confdefs.h.  */
13650 #ifndef __sparc__
13651 yes
13652 #endif
13653 _ACEOF
13654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13655   $EGREP "yes" >/dev/null 2>&1; then :
13656   ac_cv_cpp_def___sparc__=yes
13657 else
13658   ac_cv_cpp_def___sparc__=no
13659 fi
13660 rm -f conftest*
13661
13662 fi
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13664 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13665 if test $ac_cv_cpp_def___sparc__ = yes; then :
13666   CFLAGS="$CFLAGS -D__sparc__"
13667   LINTFLAGS="$LINTFLAGS -D__sparc__"
13668 fi ;;
13669   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13670 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13671 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13672   $as_echo_n "(cached) " >&6
13673 else
13674   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13675 /* end confdefs.h.  */
13676 #ifndef __powerpc__
13677 yes
13678 #endif
13679 _ACEOF
13680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13681   $EGREP "yes" >/dev/null 2>&1; then :
13682   ac_cv_cpp_def___powerpc__=yes
13683 else
13684   ac_cv_cpp_def___powerpc__=no
13685 fi
13686 rm -f conftest*
13687
13688 fi
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13690 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13691 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13692   CFLAGS="$CFLAGS -D__powerpc__"
13693   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13694 fi ;;
13695 esac
13696
13697 case $host_vendor in
13698   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13699 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13700 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13701   $as_echo_n "(cached) " >&6
13702 else
13703   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13704 /* end confdefs.h.  */
13705 #ifndef __sun__
13706 yes
13707 #endif
13708 _ACEOF
13709 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13710   $EGREP "yes" >/dev/null 2>&1; then :
13711   ac_cv_cpp_def___sun__=yes
13712 else
13713   ac_cv_cpp_def___sun__=no
13714 fi
13715 rm -f conftest*
13716
13717 fi
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13719 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13720 if test $ac_cv_cpp_def___sun__ = yes; then :
13721   CFLAGS="$CFLAGS -D__sun__"
13722   LINTFLAGS="$LINTFLAGS -D__sun__"
13723 fi ;;
13724 esac
13725
13726
13727 DEPENDENCIES="### Dependencies:
13728 \$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS) \$(BISON_SRCS:.y=.tab.h)
13729 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13730 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13731 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13732 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13733
13734
13735 ALL_MAKERULES=""
13736
13737 ALL_SYMLINKS=""
13738
13739 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13740
13741 ALL_WINETEST_DEPENDS="# Test binaries"
13742
13743
13744 ALL_DIRS=""
13745
13746 ALL_TOP_DIRS=""
13747
13748 ALL_DLL_DIRS=""
13749
13750 ALL_TOOL_DIRS=""
13751
13752 ALL_STATICLIB_DIRS=""
13753
13754 ALL_STATIC_LIBS=""
13755
13756 ALL_IMPORT_LIBS=""
13757
13758 ALL_INSTALL_DIRS=""
13759
13760 ALL_TEST_DIRS=""
13761
13762 ALL_TEST_BINARIES=""
13763
13764 ALL_PROGRAM_DIRS=""
13765
13766 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13767
13768
13769
13770
13771 ac_config_commands="$ac_config_commands include/stamp-h"
13772
13773
13774 wine_fn_append_file ()
13775 {
13776     as_fn_append $1 " \\$as_nl  $2"
13777 }
13778
13779 wine_fn_append_rule ()
13780 {
13781     as_fn_append $1 "$as_nl$2"
13782 }
13783
13784 wine_fn_config_makefile ()
13785 {
13786     ac_dir=$1
13787     ac_deps=$2
13788     wine_fn_append_file ALL_DIRS $ac_dir
13789     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13790 "\$(RECURSE_TARGETS:%=$ac_dir/%) $ac_dir: $ac_dir/Makefile
13791 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
13792         @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
13793 }
13794
13795 wine_fn_config_lib ()
13796 {
13797     ac_name=$1
13798     wine_fn_append_file ALL_STATIC_LIBS dlls/$ac_name/lib$ac_name.a
13799     wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13800 "dlls/$ac_name/__install__ dlls/$ac_name/__install-dev__: dlls/$ac_name
13801 dlls/$ac_name dlls/$ac_name/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
13802 dlls/$ac_name/lib$ac_name.cross.a: dlls/$ac_name/Makefile dummy
13803         @cd dlls/$ac_name && \$(MAKE) lib$ac_name.cross.a"
13804 }
13805
13806 wine_fn_config_test ()
13807 {
13808     ac_dir=$1
13809     ac_name=$2
13810     wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
13811     wine_fn_append_rule ALL_WINETEST_DEPENDS \
13812 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
13813         cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
13814 $ac_name.rc:
13815         echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13816 $ac_name.res: $ac_name.rc $ac_name.exe"
13817     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: __builddeps__"
13818     wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir/__crosstest__: __buildcrossdeps__"
13819 }
13820 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13821 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13822 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13823 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13824 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13825 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13826 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13827 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13828 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13829 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13830 ac_config_links="$ac_config_links wine:tools/winewrapper"
13831 wine_fn_append_file ALL_SYMLINKS "wine"
13832
13833 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13834
13835 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13836
13837 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13838
13839 ac_config_commands="$ac_config_commands dlls/user32/resources"
13840
13841 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13842
13843 ac_config_commands="$ac_config_commands include/wine"
13844
13845
13846 wine_fn_append_file ALL_MAKERULES "Make.rules"
13847 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13848 MAKE_RULES=Make.rules
13849 ac_config_files="$ac_config_files Make.rules"
13850
13851 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13853 MAKE_TEST_RULES=Maketest.rules
13854 ac_config_files="$ac_config_files Maketest.rules"
13855
13856 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13857 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13858 MAKE_DLL_RULES=dlls/Makedll.rules
13859 ac_config_files="$ac_config_files dlls/Makedll.rules"
13860
13861 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13863 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13864 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13865
13866 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13867 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13868 MAKE_PROG_RULES=programs/Makeprog.rules
13869 ac_config_files="$ac_config_files programs/Makeprog.rules"
13870
13871
13872 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13873 ac_config_files="$ac_config_files Makefile"
13874
13875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/acledit dlls/acledit/__install__ dlls/acledit/__install-lib__ dlls/acledit/__install-dev__: __builddeps__"
13876 wine_fn_config_makefile dlls/acledit "dlls/Makedll.rules \$(MAKEDEP)"
13877 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13878
13879 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13880 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: tools/widl tools/winebuild tools/winegcc include
13881 dlls/aclui/libaclui.$IMPLIBEXT dlls/aclui/libaclui.cross.a: dlls/aclui/aclui.spec dlls/aclui/Makefile
13882         @cd dlls/aclui && \$(MAKE) \`basename \$@\`
13883 dlls/aclui dlls/aclui/__install__ dlls/aclui/__install-lib__ dlls/aclui/__install-dev__: __builddeps__"
13884 wine_fn_config_makefile dlls/aclui "dlls/Makedll.rules \$(MAKEDEP)"
13885 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13886
13887 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13888 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: tools/widl tools/winebuild tools/winegcc include
13889 dlls/activeds/libactiveds.$IMPLIBEXT dlls/activeds/libactiveds.cross.a: dlls/activeds/activeds.spec dlls/activeds/Makefile
13890         @cd dlls/activeds && \$(MAKE) \`basename \$@\`
13891 dlls/activeds dlls/activeds/__install__ dlls/activeds/__install-lib__ dlls/activeds/__install-dev__: __builddeps__"
13892 wine_fn_config_makefile dlls/activeds "dlls/Makedll.rules \$(MAKEDEP)"
13893 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13894
13895 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/actxprxy dlls/actxprxy/__install__ dlls/actxprxy/__install-lib__ dlls/actxprxy/__install-dev__: __builddeps__"
13896 wine_fn_config_makefile dlls/actxprxy "dlls/Makedll.rules \$(MAKEDEP)"
13897 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13898
13899 wine_fn_config_lib adsiid
13900 wine_fn_config_makefile dlls/adsiid "dlls/Makeimplib.rules \$(MAKEDEP)"
13901 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13902
13903 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13904 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
13905 dlls/advapi32/libadvapi32.$IMPLIBEXT dlls/advapi32/libadvapi32.cross.a: dlls/advapi32/advapi32.spec dlls/advapi32/Makefile
13906         @cd dlls/advapi32 && \$(MAKE) \`basename \$@\`
13907 dlls/advapi32 dlls/advapi32/__install__ dlls/advapi32/__install-lib__ dlls/advapi32/__install-dev__: __builddeps__"
13908 wine_fn_config_makefile dlls/advapi32 "dlls/Makedll.rules \$(MAKEDEP)"
13909 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13910
13911 wine_fn_config_test dlls/advapi32/tests advapi32_test
13912 wine_fn_config_makefile dlls/advapi32/tests "Maketest.rules \$(MAKEDEP)"
13913 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13914
13915 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13916 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: tools/widl tools/winebuild tools/winegcc include
13917 dlls/advpack/libadvpack.$IMPLIBEXT dlls/advpack/libadvpack.cross.a: dlls/advpack/advpack.spec dlls/advpack/Makefile
13918         @cd dlls/advpack && \$(MAKE) \`basename \$@\`
13919 dlls/advpack dlls/advpack/__install__ dlls/advpack/__install-lib__ dlls/advpack/__install-dev__: __builddeps__"
13920 wine_fn_config_makefile dlls/advpack "dlls/Makedll.rules \$(MAKEDEP)"
13921 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
13922
13923 wine_fn_config_test dlls/advpack/tests advpack_test
13924 wine_fn_config_makefile dlls/advpack/tests "Maketest.rules \$(MAKEDEP)"
13925 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
13926
13927 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/amstream dlls/amstream/__install__ dlls/amstream/__install-lib__ dlls/amstream/__install-dev__: __builddeps__"
13928 wine_fn_config_makefile dlls/amstream "dlls/Makedll.rules \$(MAKEDEP)"
13929 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
13930
13931 wine_fn_config_test dlls/amstream/tests amstream_test
13932 wine_fn_config_makefile dlls/amstream/tests "Maketest.rules \$(MAKEDEP)"
13933 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
13934
13935 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__"
13936 wine_fn_config_makefile dlls/appwiz.cpl "dlls/Makedll.rules \$(MAKEDEP)"
13937 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
13938
13939 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
13940 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: tools/widl tools/winebuild tools/winegcc include
13941 dlls/atl/libatl.$IMPLIBEXT dlls/atl/libatl.cross.a: dlls/atl/atl.spec dlls/atl/Makefile
13942         @cd dlls/atl && \$(MAKE) \`basename \$@\`
13943 dlls/atl dlls/atl/__install__ dlls/atl/__install-lib__ dlls/atl/__install-dev__: __builddeps__"
13944 wine_fn_config_makefile dlls/atl "dlls/Makedll.rules \$(MAKEDEP)"
13945 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
13946
13947 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/authz dlls/authz/__install__ dlls/authz/__install-lib__ dlls/authz/__install-dev__: __builddeps__"
13948 wine_fn_config_makefile dlls/authz "dlls/Makedll.rules \$(MAKEDEP)"
13949 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
13950
13951 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
13952 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: tools/widl tools/winebuild tools/winegcc include
13953 dlls/avicap32/libavicap32.$IMPLIBEXT dlls/avicap32/libavicap32.cross.a: dlls/avicap32/avicap32.spec dlls/avicap32/Makefile
13954         @cd dlls/avicap32 && \$(MAKE) \`basename \$@\`
13955 dlls/avicap32 dlls/avicap32/__install__ dlls/avicap32/__install-lib__ dlls/avicap32/__install-dev__: __builddeps__"
13956 wine_fn_config_makefile dlls/avicap32 "dlls/Makedll.rules \$(MAKEDEP)"
13957 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
13958
13959 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
13960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: tools/widl tools/winebuild tools/winegcc include
13961 dlls/avifil32/libavifil32.$IMPLIBEXT dlls/avifil32/libavifil32.cross.a: dlls/avifil32/avifil32.spec dlls/avifil32/Makefile
13962         @cd dlls/avifil32 && \$(MAKE) \`basename \$@\`
13963 dlls/avifil32 dlls/avifil32/__install__ dlls/avifil32/__install-lib__ dlls/avifil32/__install-dev__: __builddeps__"
13964 wine_fn_config_makefile dlls/avifil32 "dlls/Makedll.rules \$(MAKEDEP)"
13965 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
13966
13967 wine_fn_config_test dlls/avifil32/tests avifil32_test
13968 wine_fn_config_makefile dlls/avifil32/tests "Maketest.rules \$(MAKEDEP)"
13969 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
13970
13971 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__"
13972 wine_fn_config_makefile dlls/avifile.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
13973 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
13974
13975 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
13976 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: tools/widl tools/winebuild tools/winegcc include
13977 dlls/avrt/libavrt.$IMPLIBEXT dlls/avrt/libavrt.cross.a: dlls/avrt/avrt.spec dlls/avrt/Makefile
13978         @cd dlls/avrt && \$(MAKE) \`basename \$@\`
13979 dlls/avrt dlls/avrt/__install__ dlls/avrt/__install-lib__ dlls/avrt/__install-dev__: __builddeps__"
13980 wine_fn_config_makefile dlls/avrt "dlls/Makedll.rules \$(MAKEDEP)"
13981 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
13982
13983 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/bcrypt dlls/bcrypt/__install__ dlls/bcrypt/__install-lib__ dlls/bcrypt/__install-dev__: __builddeps__"
13984 wine_fn_config_makefile dlls/bcrypt "dlls/Makedll.rules \$(MAKEDEP)"
13985 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
13986
13987 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/browseui dlls/browseui/__install__ dlls/browseui/__install-lib__ dlls/browseui/__install-dev__: __builddeps__"
13988 wine_fn_config_makefile dlls/browseui "dlls/Makedll.rules \$(MAKEDEP)"
13989 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
13990
13991 wine_fn_config_test dlls/browseui/tests browseui_test
13992 wine_fn_config_makefile dlls/browseui/tests "Maketest.rules \$(MAKEDEP)"
13993 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
13994
13995 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
13996 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: tools/widl tools/winebuild tools/winegcc include
13997 dlls/cabinet/libcabinet.$IMPLIBEXT dlls/cabinet/libcabinet.cross.a: dlls/cabinet/cabinet.spec dlls/cabinet/Makefile
13998         @cd dlls/cabinet && \$(MAKE) \`basename \$@\`
13999 dlls/cabinet dlls/cabinet/__install__ dlls/cabinet/__install-lib__ dlls/cabinet/__install-dev__: __builddeps__"
14000 wine_fn_config_makefile dlls/cabinet "dlls/Makedll.rules \$(MAKEDEP)"
14001 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
14002
14003 wine_fn_config_test dlls/cabinet/tests cabinet_test
14004 wine_fn_config_makefile dlls/cabinet/tests "Maketest.rules \$(MAKEDEP)"
14005 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14006
14007 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14008 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: tools/widl tools/winebuild tools/winegcc include
14009 dlls/capi2032/libcapi2032.$IMPLIBEXT dlls/capi2032/libcapi2032.cross.a: dlls/capi2032/capi2032.spec dlls/capi2032/Makefile
14010         @cd dlls/capi2032 && \$(MAKE) \`basename \$@\`
14011 dlls/capi2032 dlls/capi2032/__install__ dlls/capi2032/__install-lib__ dlls/capi2032/__install-dev__: __builddeps__"
14012 wine_fn_config_makefile dlls/capi2032 "dlls/Makedll.rules \$(MAKEDEP)"
14013 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14014
14015 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14016 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: tools/widl tools/winebuild tools/winegcc include
14017 dlls/cards/libcards.$IMPLIBEXT dlls/cards/libcards.cross.a: dlls/cards/cards.spec dlls/cards/Makefile
14018         @cd dlls/cards && \$(MAKE) \`basename \$@\`
14019 dlls/cards dlls/cards/__install__ dlls/cards/__install-lib__ dlls/cards/__install-dev__: __builddeps__"
14020 wine_fn_config_makefile dlls/cards "dlls/Makedll.rules \$(MAKEDEP)"
14021 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14022
14023 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14024 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: tools/widl tools/winebuild tools/winegcc include
14025 dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT dlls/cfgmgr32/libcfgmgr32.cross.a: dlls/cfgmgr32/cfgmgr32.spec dlls/cfgmgr32/Makefile
14026         @cd dlls/cfgmgr32 && \$(MAKE) \`basename \$@\`
14027 dlls/cfgmgr32 dlls/cfgmgr32/__install__ dlls/cfgmgr32/__install-lib__ dlls/cfgmgr32/__install-dev__: __builddeps__"
14028 wine_fn_config_makefile dlls/cfgmgr32 "dlls/Makedll.rules \$(MAKEDEP)"
14029 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14030
14031 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14032 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14033 dlls/clusapi/libclusapi.$IMPLIBEXT dlls/clusapi/libclusapi.cross.a: dlls/clusapi/clusapi.spec dlls/clusapi/Makefile
14034         @cd dlls/clusapi && \$(MAKE) \`basename \$@\`
14035 dlls/clusapi dlls/clusapi/__install__ dlls/clusapi/__install-lib__ dlls/clusapi/__install-dev__: __builddeps__"
14036 wine_fn_config_makefile dlls/clusapi "dlls/Makedll.rules \$(MAKEDEP)"
14037 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14038
14039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comcat dlls/comcat/__install__ dlls/comcat/__install-lib__ dlls/comcat/__install-dev__: __builddeps__"
14040 wine_fn_config_makefile dlls/comcat "dlls/Makedll.rules \$(MAKEDEP)"
14041 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14042
14043 wine_fn_config_test dlls/comcat/tests comcat_test
14044 wine_fn_config_makefile dlls/comcat/tests "Maketest.rules \$(MAKEDEP)"
14045 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14046
14047 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14048 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: tools/widl tools/winebuild tools/winegcc include
14049 dlls/comctl32/libcomctl32.$IMPLIBEXT dlls/comctl32/libcomctl32.cross.a: dlls/comctl32/comctl32.spec dlls/comctl32/Makefile
14050         @cd dlls/comctl32 && \$(MAKE) \`basename \$@\`
14051 dlls/comctl32 dlls/comctl32/__install__ dlls/comctl32/__install-lib__ dlls/comctl32/__install-dev__: __builddeps__"
14052 wine_fn_config_makefile dlls/comctl32 "dlls/Makedll.rules \$(MAKEDEP)"
14053 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14054
14055 wine_fn_config_test dlls/comctl32/tests comctl32_test
14056 wine_fn_config_makefile dlls/comctl32/tests "Maketest.rules \$(MAKEDEP)"
14057 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14058
14059 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14060 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: tools/widl tools/winebuild tools/winegcc include
14061 dlls/comdlg32/libcomdlg32.$IMPLIBEXT dlls/comdlg32/libcomdlg32.cross.a: dlls/comdlg32/comdlg32.spec dlls/comdlg32/Makefile
14062         @cd dlls/comdlg32 && \$(MAKE) \`basename \$@\`
14063 dlls/comdlg32 dlls/comdlg32/__install__ dlls/comdlg32/__install-lib__ dlls/comdlg32/__install-dev__: __builddeps__"
14064 wine_fn_config_makefile dlls/comdlg32 "dlls/Makedll.rules \$(MAKEDEP)"
14065 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14066
14067 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14068 wine_fn_config_makefile dlls/comdlg32/tests "Maketest.rules \$(MAKEDEP)"
14069 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14070
14071 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__"
14072 wine_fn_config_makefile dlls/comm.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14073 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14074
14075 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__"
14076 wine_fn_config_makefile dlls/commdlg.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14077 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14078
14079 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__"
14080 wine_fn_config_makefile dlls/compobj.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14081 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14082
14083 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14084 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: tools/widl tools/winebuild tools/winegcc include
14085 dlls/compstui/libcompstui.$IMPLIBEXT dlls/compstui/libcompstui.cross.a: dlls/compstui/compstui.spec dlls/compstui/Makefile
14086         @cd dlls/compstui && \$(MAKE) \`basename \$@\`
14087 dlls/compstui dlls/compstui/__install__ dlls/compstui/__install-lib__ dlls/compstui/__install-dev__: __builddeps__"
14088 wine_fn_config_makefile dlls/compstui "dlls/Makedll.rules \$(MAKEDEP)"
14089 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14090
14091 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14092 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: tools/widl tools/winebuild tools/winegcc include
14093 dlls/credui/libcredui.$IMPLIBEXT dlls/credui/libcredui.cross.a: dlls/credui/credui.spec dlls/credui/Makefile
14094         @cd dlls/credui && \$(MAKE) \`basename \$@\`
14095 dlls/credui dlls/credui/__install__ dlls/credui/__install-lib__ dlls/credui/__install-dev__: __builddeps__"
14096 wine_fn_config_makefile dlls/credui "dlls/Makedll.rules \$(MAKEDEP)"
14097 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14098
14099 wine_fn_config_test dlls/credui/tests credui_test
14100 wine_fn_config_makefile dlls/credui/tests "Maketest.rules \$(MAKEDEP)"
14101 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14102
14103 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14104 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14105 dlls/crtdll/libcrtdll.$IMPLIBEXT dlls/crtdll/libcrtdll.cross.a: dlls/crtdll/crtdll.spec dlls/crtdll/Makefile
14106         @cd dlls/crtdll && \$(MAKE) \`basename \$@\`
14107 dlls/crtdll dlls/crtdll/__install__ dlls/crtdll/__install-lib__ dlls/crtdll/__install-dev__: __builddeps__"
14108 wine_fn_config_makefile dlls/crtdll "dlls/Makedll.rules \$(MAKEDEP)"
14109 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14110
14111 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14112 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: tools/widl tools/winebuild tools/winegcc include
14113 dlls/crypt32/libcrypt32.$IMPLIBEXT dlls/crypt32/libcrypt32.cross.a: dlls/crypt32/crypt32.spec dlls/crypt32/Makefile
14114         @cd dlls/crypt32 && \$(MAKE) \`basename \$@\`
14115 dlls/crypt32 dlls/crypt32/__install__ dlls/crypt32/__install-lib__ dlls/crypt32/__install-dev__: __builddeps__"
14116 wine_fn_config_makefile dlls/crypt32 "dlls/Makedll.rules \$(MAKEDEP)"
14117 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14118
14119 wine_fn_config_test dlls/crypt32/tests crypt32_test
14120 wine_fn_config_makefile dlls/crypt32/tests "Maketest.rules \$(MAKEDEP)"
14121 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14122
14123 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdlg dlls/cryptdlg/__install__ dlls/cryptdlg/__install-lib__ dlls/cryptdlg/__install-dev__: __builddeps__"
14124 wine_fn_config_makefile dlls/cryptdlg "dlls/Makedll.rules \$(MAKEDEP)"
14125 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14126
14127 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14128 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: tools/widl tools/winebuild tools/winegcc include
14129 dlls/cryptdll/libcryptdll.$IMPLIBEXT dlls/cryptdll/libcryptdll.cross.a: dlls/cryptdll/cryptdll.spec dlls/cryptdll/Makefile
14130         @cd dlls/cryptdll && \$(MAKE) \`basename \$@\`
14131 dlls/cryptdll dlls/cryptdll/__install__ dlls/cryptdll/__install-lib__ dlls/cryptdll/__install-dev__: __builddeps__"
14132 wine_fn_config_makefile dlls/cryptdll "dlls/Makedll.rules \$(MAKEDEP)"
14133 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14134
14135 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14136 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14137 dlls/cryptnet/libcryptnet.$IMPLIBEXT dlls/cryptnet/libcryptnet.cross.a: dlls/cryptnet/cryptnet.spec dlls/cryptnet/Makefile
14138         @cd dlls/cryptnet && \$(MAKE) \`basename \$@\`
14139 dlls/cryptnet dlls/cryptnet/__install__ dlls/cryptnet/__install-lib__ dlls/cryptnet/__install-dev__: __builddeps__"
14140 wine_fn_config_makefile dlls/cryptnet "dlls/Makedll.rules \$(MAKEDEP)"
14141 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14142
14143 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14144 wine_fn_config_makefile dlls/cryptnet/tests "Maketest.rules \$(MAKEDEP)"
14145 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14146
14147 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14148 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: tools/widl tools/winebuild tools/winegcc include
14149 dlls/cryptui/libcryptui.$IMPLIBEXT dlls/cryptui/libcryptui.cross.a: dlls/cryptui/cryptui.spec dlls/cryptui/Makefile
14150         @cd dlls/cryptui && \$(MAKE) \`basename \$@\`
14151 dlls/cryptui dlls/cryptui/__install__ dlls/cryptui/__install-lib__ dlls/cryptui/__install-dev__: __builddeps__"
14152 wine_fn_config_makefile dlls/cryptui "dlls/Makedll.rules \$(MAKEDEP)"
14153 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14154
14155 wine_fn_config_test dlls/cryptui/tests cryptui_test
14156 wine_fn_config_makefile dlls/cryptui/tests "Maketest.rules \$(MAKEDEP)"
14157 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14158
14159 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctapi32 dlls/ctapi32/__install__ dlls/ctapi32/__install-lib__ dlls/ctapi32/__install-dev__: __builddeps__"
14160 wine_fn_config_makefile dlls/ctapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14161 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14162
14163 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__"
14164 wine_fn_config_makefile dlls/ctl3d.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14165 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14166
14167 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14168 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: tools/widl tools/winebuild tools/winegcc include
14169 dlls/ctl3d32/libctl3d32.$IMPLIBEXT dlls/ctl3d32/libctl3d32.cross.a: dlls/ctl3d32/ctl3d32.spec dlls/ctl3d32/Makefile
14170         @cd dlls/ctl3d32 && \$(MAKE) \`basename \$@\`
14171 dlls/ctl3d32 dlls/ctl3d32/__install__ dlls/ctl3d32/__install-lib__ dlls/ctl3d32/__install-dev__: __builddeps__"
14172 wine_fn_config_makefile dlls/ctl3d32 "dlls/Makedll.rules \$(MAKEDEP)"
14173 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14174
14175 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__"
14176 wine_fn_config_makefile dlls/ctl3dv2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14177 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14178
14179 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14180 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: tools/widl tools/winebuild tools/winegcc include
14181 dlls/d3d10/libd3d10.$IMPLIBEXT dlls/d3d10/libd3d10.cross.a: dlls/d3d10/d3d10.spec dlls/d3d10/Makefile
14182         @cd dlls/d3d10 && \$(MAKE) \`basename \$@\`
14183 dlls/d3d10 dlls/d3d10/__install__ dlls/d3d10/__install-lib__ dlls/d3d10/__install-dev__: __builddeps__"
14184 wine_fn_config_makefile dlls/d3d10 "dlls/Makedll.rules \$(MAKEDEP)"
14185 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14186
14187 wine_fn_config_test dlls/d3d10/tests d3d10_test
14188 wine_fn_config_makefile dlls/d3d10/tests "Maketest.rules \$(MAKEDEP)"
14189 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14190
14191 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14192 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: tools/widl tools/winebuild tools/winegcc include
14193 dlls/d3d10core/libd3d10core.$IMPLIBEXT dlls/d3d10core/libd3d10core.cross.a: dlls/d3d10core/d3d10core.spec dlls/d3d10core/Makefile
14194         @cd dlls/d3d10core && \$(MAKE) \`basename \$@\`
14195 dlls/d3d10core dlls/d3d10core/__install__ dlls/d3d10core/__install-lib__ dlls/d3d10core/__install-dev__: __builddeps__"
14196 wine_fn_config_makefile dlls/d3d10core "dlls/Makedll.rules \$(MAKEDEP)"
14197 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14198
14199 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14200 wine_fn_config_makefile dlls/d3d10core/tests "Maketest.rules \$(MAKEDEP)"
14201 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14202
14203 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14204 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: tools/widl tools/winebuild tools/winegcc include
14205 dlls/d3d8/libd3d8.$IMPLIBEXT dlls/d3d8/libd3d8.cross.a: dlls/d3d8/d3d8.spec dlls/d3d8/Makefile
14206         @cd dlls/d3d8 && \$(MAKE) \`basename \$@\`
14207 dlls/d3d8 dlls/d3d8/__install__ dlls/d3d8/__install-lib__ dlls/d3d8/__install-dev__: __builddeps__"
14208 wine_fn_config_makefile dlls/d3d8 "dlls/Makedll.rules \$(MAKEDEP)"
14209 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14210
14211 wine_fn_config_test dlls/d3d8/tests d3d8_test
14212 wine_fn_config_makefile dlls/d3d8/tests "Maketest.rules \$(MAKEDEP)"
14213 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14214
14215 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14216 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: tools/widl tools/winebuild tools/winegcc include
14217 dlls/d3d9/libd3d9.$IMPLIBEXT dlls/d3d9/libd3d9.cross.a: dlls/d3d9/d3d9.spec dlls/d3d9/Makefile
14218         @cd dlls/d3d9 && \$(MAKE) \`basename \$@\`
14219 dlls/d3d9 dlls/d3d9/__install__ dlls/d3d9/__install-lib__ dlls/d3d9/__install-dev__: __builddeps__"
14220 wine_fn_config_makefile dlls/d3d9 "dlls/Makedll.rules \$(MAKEDEP)"
14221 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14222
14223 wine_fn_config_test dlls/d3d9/tests d3d9_test
14224 wine_fn_config_makefile dlls/d3d9/tests "Maketest.rules \$(MAKEDEP)"
14225 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14226
14227 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14228 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: tools/widl tools/winebuild tools/winegcc include
14229 dlls/d3dim/libd3dim.$IMPLIBEXT dlls/d3dim/libd3dim.cross.a: dlls/d3dim/d3dim.spec dlls/d3dim/Makefile
14230         @cd dlls/d3dim && \$(MAKE) \`basename \$@\`
14231 dlls/d3dim dlls/d3dim/__install__ dlls/d3dim/__install-lib__ dlls/d3dim/__install-dev__: __builddeps__"
14232 wine_fn_config_makefile dlls/d3dim "dlls/Makedll.rules \$(MAKEDEP)"
14233 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14234
14235 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14236 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: tools/widl tools/winebuild tools/winegcc include
14237 dlls/d3drm/libd3drm.$IMPLIBEXT dlls/d3drm/libd3drm.cross.a: dlls/d3drm/d3drm.spec dlls/d3drm/Makefile
14238         @cd dlls/d3drm && \$(MAKE) \`basename \$@\`
14239 dlls/d3drm dlls/d3drm/__install__ dlls/d3drm/__install-lib__ dlls/d3drm/__install-dev__: __builddeps__"
14240 wine_fn_config_makefile dlls/d3drm "dlls/Makedll.rules \$(MAKEDEP)"
14241 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14242
14243 wine_fn_config_test dlls/d3drm/tests d3drm_test
14244 wine_fn_config_makefile dlls/d3drm/tests "Maketest.rules \$(MAKEDEP)"
14245 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14246
14247 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__"
14248 wine_fn_config_makefile dlls/d3dx9_24 "dlls/Makedll.rules \$(MAKEDEP)"
14249 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14250
14251 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__"
14252 wine_fn_config_makefile dlls/d3dx9_25 "dlls/Makedll.rules \$(MAKEDEP)"
14253 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14254
14255 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__"
14256 wine_fn_config_makefile dlls/d3dx9_26 "dlls/Makedll.rules \$(MAKEDEP)"
14257 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14258
14259 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__"
14260 wine_fn_config_makefile dlls/d3dx9_27 "dlls/Makedll.rules \$(MAKEDEP)"
14261 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14262
14263 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__"
14264 wine_fn_config_makefile dlls/d3dx9_28 "dlls/Makedll.rules \$(MAKEDEP)"
14265 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14266
14267 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__"
14268 wine_fn_config_makefile dlls/d3dx9_29 "dlls/Makedll.rules \$(MAKEDEP)"
14269 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14270
14271 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__"
14272 wine_fn_config_makefile dlls/d3dx9_30 "dlls/Makedll.rules \$(MAKEDEP)"
14273 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14274
14275 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__"
14276 wine_fn_config_makefile dlls/d3dx9_31 "dlls/Makedll.rules \$(MAKEDEP)"
14277 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14278
14279 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__"
14280 wine_fn_config_makefile dlls/d3dx9_32 "dlls/Makedll.rules \$(MAKEDEP)"
14281 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14282
14283 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__"
14284 wine_fn_config_makefile dlls/d3dx9_33 "dlls/Makedll.rules \$(MAKEDEP)"
14285 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14286
14287 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__"
14288 wine_fn_config_makefile dlls/d3dx9_34 "dlls/Makedll.rules \$(MAKEDEP)"
14289 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14290
14291 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__"
14292 wine_fn_config_makefile dlls/d3dx9_35 "dlls/Makedll.rules \$(MAKEDEP)"
14293 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14294
14295 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14296 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
14297 dlls/libd3dx9.$IMPLIBEXT: dlls/d3dx9_36/libd3dx9.$IMPLIBEXT
14298         \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.$IMPLIBEXT \$@
14299 dlls/libd3dx9.cross.a: dlls/d3dx9_36/libd3dx9.cross.a
14300         \$(RM) \$@ && \$(LN_S) d3dx9_36/libd3dx9.cross.a \$@
14301 clean::
14302         \$(RM) dlls/libd3dx9.$IMPLIBEXT
14303 dlls/d3dx9_36/libd3dx9.$IMPLIBEXT dlls/d3dx9_36/libd3dx9.cross.a: dlls/d3dx9_36/d3dx9_36.spec dlls/d3dx9_36/Makefile
14304         @cd dlls/d3dx9_36 && \$(MAKE) \`basename \$@\`
14305 dlls/d3dx9_36 dlls/d3dx9_36/__install__ dlls/d3dx9_36/__install-lib__ dlls/d3dx9_36/__install-dev__: __builddeps__"
14306 wine_fn_config_makefile dlls/d3dx9_36 "dlls/Makedll.rules \$(MAKEDEP)"
14307 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14308
14309 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14310 wine_fn_config_makefile dlls/d3dx9_36/tests "Maketest.rules \$(MAKEDEP)"
14311 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14312
14313 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__"
14314 wine_fn_config_makefile dlls/d3dx9_37 "dlls/Makedll.rules \$(MAKEDEP)"
14315 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14316
14317 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__"
14318 wine_fn_config_makefile dlls/d3dx9_38 "dlls/Makedll.rules \$(MAKEDEP)"
14319 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14320
14321 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__"
14322 wine_fn_config_makefile dlls/d3dx9_39 "dlls/Makedll.rules \$(MAKEDEP)"
14323 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14324
14325 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__"
14326 wine_fn_config_makefile dlls/d3dx9_40 "dlls/Makedll.rules \$(MAKEDEP)"
14327 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14328
14329 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__"
14330 wine_fn_config_makefile dlls/d3dx9_41 "dlls/Makedll.rules \$(MAKEDEP)"
14331 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14332
14333 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__"
14334 wine_fn_config_makefile dlls/d3dx9_42 "dlls/Makedll.rules \$(MAKEDEP)"
14335 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14336
14337 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14338 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: tools/widl tools/winebuild tools/winegcc include
14339 dlls/d3dxof/libd3dxof.$IMPLIBEXT dlls/d3dxof/libd3dxof.cross.a: dlls/d3dxof/d3dxof.spec dlls/d3dxof/Makefile
14340         @cd dlls/d3dxof && \$(MAKE) \`basename \$@\`
14341 dlls/d3dxof dlls/d3dxof/__install__ dlls/d3dxof/__install-lib__ dlls/d3dxof/__install-dev__: __builddeps__"
14342 wine_fn_config_makefile dlls/d3dxof "dlls/Makedll.rules \$(MAKEDEP)"
14343 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14344
14345 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14346 wine_fn_config_makefile dlls/d3dxof/tests "Maketest.rules \$(MAKEDEP)"
14347 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14348
14349 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14350 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: tools/widl tools/winebuild tools/winegcc include
14351 dlls/dbghelp/libdbghelp.$IMPLIBEXT dlls/dbghelp/libdbghelp.cross.a: dlls/dbghelp/dbghelp.spec dlls/dbghelp/Makefile
14352         @cd dlls/dbghelp && \$(MAKE) \`basename \$@\`
14353 dlls/dbghelp dlls/dbghelp/__install__ dlls/dbghelp/__install-lib__ dlls/dbghelp/__install-dev__: __builddeps__"
14354 wine_fn_config_makefile dlls/dbghelp "dlls/Makedll.rules \$(MAKEDEP)"
14355 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14356
14357 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14358 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: tools/widl tools/winebuild tools/winegcc include
14359 dlls/dciman32/libdciman32.$IMPLIBEXT dlls/dciman32/libdciman32.cross.a: dlls/dciman32/dciman32.spec dlls/dciman32/Makefile
14360         @cd dlls/dciman32 && \$(MAKE) \`basename \$@\`
14361 dlls/dciman32 dlls/dciman32/__install__ dlls/dciman32/__install-lib__ dlls/dciman32/__install-dev__: __builddeps__"
14362 wine_fn_config_makefile dlls/dciman32 "dlls/Makedll.rules \$(MAKEDEP)"
14363 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14364
14365 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__"
14366 wine_fn_config_makefile dlls/ddeml.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14367 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14368
14369 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14370 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: tools/widl tools/winebuild tools/winegcc include
14371 dlls/ddraw/libddraw.$IMPLIBEXT dlls/ddraw/libddraw.cross.a: dlls/ddraw/ddraw.spec dlls/ddraw/Makefile
14372         @cd dlls/ddraw && \$(MAKE) \`basename \$@\`
14373 dlls/ddraw dlls/ddraw/__install__ dlls/ddraw/__install-lib__ dlls/ddraw/__install-dev__: __builddeps__"
14374 wine_fn_config_makefile dlls/ddraw "dlls/Makedll.rules \$(MAKEDEP)"
14375 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14376
14377 wine_fn_config_test dlls/ddraw/tests ddraw_test
14378 wine_fn_config_makefile dlls/ddraw/tests "Maketest.rules \$(MAKEDEP)"
14379 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14380
14381 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ddrawex dlls/ddrawex/__install__ dlls/ddrawex/__install-lib__ dlls/ddrawex/__install-dev__: __builddeps__"
14382 wine_fn_config_makefile dlls/ddrawex "dlls/Makedll.rules \$(MAKEDEP)"
14383 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14384
14385 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14386 wine_fn_config_makefile dlls/ddrawex/tests "Maketest.rules \$(MAKEDEP)"
14387 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14388
14389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/devenum dlls/devenum/__install__ dlls/devenum/__install-lib__ dlls/devenum/__install-dev__: __builddeps__"
14390 wine_fn_config_makefile dlls/devenum "dlls/Makedll.rules \$(MAKEDEP)"
14391 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14392
14393 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14394 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
14395 dlls/dinput/libdinput.def: dlls/dinput/dinput.spec dlls/dinput/Makefile
14396         @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14397 dlls/dinput/libdinput.$STATIC_IMPLIBEXT dlls/dinput/libdinput.cross.a: dlls/dinput/Makefile dummy
14398         @cd dlls/dinput && \$(MAKE) \`basename \$@\`
14399 dlls/dinput dlls/dinput/__install__ dlls/dinput/__install-lib__ dlls/dinput/__install-dev__: __builddeps__"
14400 wine_fn_config_makefile dlls/dinput "dlls/Makedll.rules \$(MAKEDEP)"
14401 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14402
14403 wine_fn_config_test dlls/dinput/tests dinput_test
14404 wine_fn_config_makefile dlls/dinput/tests "Maketest.rules \$(MAKEDEP)"
14405 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14406
14407 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14408 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: tools/widl tools/winebuild tools/winegcc include
14409 dlls/dinput8/libdinput8.$IMPLIBEXT dlls/dinput8/libdinput8.cross.a: dlls/dinput8/dinput8.spec dlls/dinput8/Makefile
14410         @cd dlls/dinput8 && \$(MAKE) \`basename \$@\`
14411 dlls/dinput8 dlls/dinput8/__install__ dlls/dinput8/__install-lib__ dlls/dinput8/__install-dev__: __builddeps__"
14412 wine_fn_config_makefile dlls/dinput8 "dlls/Makedll.rules \$(MAKEDEP)"
14413 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14414
14415 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__"
14416 wine_fn_config_makefile dlls/dispdib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14417 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14418
14419 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dispex dlls/dispex/__install__ dlls/dispex/__install-lib__ dlls/dispex/__install-dev__: __builddeps__"
14420 wine_fn_config_makefile dlls/dispex "dlls/Makedll.rules \$(MAKEDEP)"
14421 test "x$enable_dispex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispex"
14422
14423 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__"
14424 wine_fn_config_makefile dlls/display.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14425 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14426
14427 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmband dlls/dmband/__install__ dlls/dmband/__install-lib__ dlls/dmband/__install-dev__: __builddeps__"
14428 wine_fn_config_makefile dlls/dmband "dlls/Makedll.rules \$(MAKEDEP)"
14429 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14430
14431 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmcompos dlls/dmcompos/__install__ dlls/dmcompos/__install-lib__ dlls/dmcompos/__install-dev__: __builddeps__"
14432 wine_fn_config_makefile dlls/dmcompos "dlls/Makedll.rules \$(MAKEDEP)"
14433 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14434
14435 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmime dlls/dmime/__install__ dlls/dmime/__install-lib__ dlls/dmime/__install-dev__: __builddeps__"
14436 wine_fn_config_makefile dlls/dmime "dlls/Makedll.rules \$(MAKEDEP)"
14437 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14438
14439 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmloader dlls/dmloader/__install__ dlls/dmloader/__install-lib__ dlls/dmloader/__install-dev__: __builddeps__"
14440 wine_fn_config_makefile dlls/dmloader "dlls/Makedll.rules \$(MAKEDEP)"
14441 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14442
14443 wine_fn_config_test dlls/dmloader/tests dmloader_test
14444 wine_fn_config_makefile dlls/dmloader/tests "Maketest.rules \$(MAKEDEP)"
14445 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14446
14447 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmscript dlls/dmscript/__install__ dlls/dmscript/__install-lib__ dlls/dmscript/__install-dev__: __builddeps__"
14448 wine_fn_config_makefile dlls/dmscript "dlls/Makedll.rules \$(MAKEDEP)"
14449 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14450
14451 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmstyle dlls/dmstyle/__install__ dlls/dmstyle/__install-lib__ dlls/dmstyle/__install-dev__: __builddeps__"
14452 wine_fn_config_makefile dlls/dmstyle "dlls/Makedll.rules \$(MAKEDEP)"
14453 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14454
14455 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmsynth dlls/dmsynth/__install__ dlls/dmsynth/__install-lib__ dlls/dmsynth/__install-dev__: __builddeps__"
14456 wine_fn_config_makefile dlls/dmsynth "dlls/Makedll.rules \$(MAKEDEP)"
14457 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14458
14459 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic dlls/dmusic/__install__ dlls/dmusic/__install-lib__ dlls/dmusic/__install-dev__: __builddeps__"
14460 wine_fn_config_makefile dlls/dmusic "dlls/Makedll.rules \$(MAKEDEP)"
14461 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14462
14463 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: tools/widl tools/winebuild tools/winegcc include
14465 dlls/dmusic32/libdmusic32.$IMPLIBEXT dlls/dmusic32/libdmusic32.cross.a: dlls/dmusic32/dmusic32.spec dlls/dmusic32/Makefile
14466         @cd dlls/dmusic32 && \$(MAKE) \`basename \$@\`
14467 dlls/dmusic32 dlls/dmusic32/__install__ dlls/dmusic32/__install-lib__ dlls/dmusic32/__install-dev__: __builddeps__"
14468 wine_fn_config_makefile dlls/dmusic32 "dlls/Makedll.rules \$(MAKEDEP)"
14469 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14470
14471 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14472 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14473 dlls/dnsapi/libdnsapi.$IMPLIBEXT dlls/dnsapi/libdnsapi.cross.a: dlls/dnsapi/dnsapi.spec dlls/dnsapi/Makefile
14474         @cd dlls/dnsapi && \$(MAKE) \`basename \$@\`
14475 dlls/dnsapi dlls/dnsapi/__install__ dlls/dnsapi/__install-lib__ dlls/dnsapi/__install-dev__: __builddeps__"
14476 wine_fn_config_makefile dlls/dnsapi "dlls/Makedll.rules \$(MAKEDEP)"
14477 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14478
14479 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14480 wine_fn_config_makefile dlls/dnsapi/tests "Maketest.rules \$(MAKEDEP)"
14481 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14482
14483 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14484 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: tools/widl tools/winebuild tools/winegcc include
14485 dlls/dplay/libdplay.$IMPLIBEXT dlls/dplay/libdplay.cross.a: dlls/dplay/dplay.spec dlls/dplay/Makefile
14486         @cd dlls/dplay && \$(MAKE) \`basename \$@\`
14487 dlls/dplay dlls/dplay/__install__ dlls/dplay/__install-lib__ dlls/dplay/__install-dev__: __builddeps__"
14488 wine_fn_config_makefile dlls/dplay "dlls/Makedll.rules \$(MAKEDEP)"
14489 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14490
14491 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
14492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: tools/widl tools/winebuild tools/winegcc include
14493 dlls/dplayx/libdplayx.$IMPLIBEXT dlls/dplayx/libdplayx.cross.a: dlls/dplayx/dplayx.spec dlls/dplayx/Makefile
14494         @cd dlls/dplayx && \$(MAKE) \`basename \$@\`
14495 dlls/dplayx dlls/dplayx/__install__ dlls/dplayx/__install-lib__ dlls/dplayx/__install-dev__: __builddeps__"
14496 wine_fn_config_makefile dlls/dplayx "dlls/Makedll.rules \$(MAKEDEP)"
14497 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
14498
14499 wine_fn_config_test dlls/dplayx/tests dplayx_test
14500 wine_fn_config_makefile dlls/dplayx/tests "Maketest.rules \$(MAKEDEP)"
14501 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
14502
14503 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnaddr dlls/dpnaddr/__install__ dlls/dpnaddr/__install-lib__ dlls/dpnaddr/__install-dev__: __builddeps__"
14504 wine_fn_config_makefile dlls/dpnaddr "dlls/Makedll.rules \$(MAKEDEP)"
14505 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
14506
14507 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
14508 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: tools/widl tools/winebuild tools/winegcc include
14509 dlls/dpnet/libdpnet.$IMPLIBEXT dlls/dpnet/libdpnet.cross.a: dlls/dpnet/dpnet.spec dlls/dpnet/Makefile
14510         @cd dlls/dpnet && \$(MAKE) \`basename \$@\`
14511 dlls/dpnet dlls/dpnet/__install__ dlls/dpnet/__install-lib__ dlls/dpnet/__install-dev__: __builddeps__"
14512 wine_fn_config_makefile dlls/dpnet "dlls/Makedll.rules \$(MAKEDEP)"
14513 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
14514
14515 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnhpast dlls/dpnhpast/__install__ dlls/dpnhpast/__install-lib__ dlls/dpnhpast/__install-dev__: __builddeps__"
14516 wine_fn_config_makefile dlls/dpnhpast "dlls/Makedll.rules \$(MAKEDEP)"
14517 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
14518
14519 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpnlobby dlls/dpnlobby/__install__ dlls/dpnlobby/__install-lib__ dlls/dpnlobby/__install-dev__: __builddeps__"
14520 wine_fn_config_makefile dlls/dpnlobby "dlls/Makedll.rules \$(MAKEDEP)"
14521 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
14522
14523 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dpwsockx dlls/dpwsockx/__install__ dlls/dpwsockx/__install-lib__ dlls/dpwsockx/__install-dev__: __builddeps__"
14524 wine_fn_config_makefile dlls/dpwsockx "dlls/Makedll.rules \$(MAKEDEP)"
14525 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
14526
14527 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/drmclien dlls/drmclien/__install__ dlls/drmclien/__install-lib__ dlls/drmclien/__install-dev__: __builddeps__"
14528 wine_fn_config_makefile dlls/drmclien "dlls/Makedll.rules \$(MAKEDEP)"
14529 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
14530
14531 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
14532 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: tools/widl tools/winebuild tools/winegcc include
14533 dlls/dsound/libdsound.$IMPLIBEXT dlls/dsound/libdsound.cross.a: dlls/dsound/dsound.spec dlls/dsound/Makefile
14534         @cd dlls/dsound && \$(MAKE) \`basename \$@\`
14535 dlls/dsound dlls/dsound/__install__ dlls/dsound/__install-lib__ dlls/dsound/__install-dev__: __builddeps__"
14536 wine_fn_config_makefile dlls/dsound "dlls/Makedll.rules \$(MAKEDEP)"
14537 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
14538
14539 wine_fn_config_test dlls/dsound/tests dsound_test
14540 wine_fn_config_makefile dlls/dsound/tests "Maketest.rules \$(MAKEDEP)"
14541 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
14542
14543 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dssenh dlls/dssenh/__install__ dlls/dssenh/__install-lib__ dlls/dssenh/__install-dev__: __builddeps__"
14544 wine_fn_config_makefile dlls/dssenh "dlls/Makedll.rules \$(MAKEDEP)"
14545 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
14546
14547 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dswave dlls/dswave/__install__ dlls/dswave/__install-lib__ dlls/dswave/__install-dev__: __builddeps__"
14548 wine_fn_config_makefile dlls/dswave "dlls/Makedll.rules \$(MAKEDEP)"
14549 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
14550
14551 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
14552 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14553 dlls/dwmapi/libdwmapi.$IMPLIBEXT dlls/dwmapi/libdwmapi.cross.a: dlls/dwmapi/dwmapi.spec dlls/dwmapi/Makefile
14554         @cd dlls/dwmapi && \$(MAKE) \`basename \$@\`
14555 dlls/dwmapi dlls/dwmapi/__install__ dlls/dwmapi/__install-lib__ dlls/dwmapi/__install-dev__: __builddeps__"
14556 wine_fn_config_makefile dlls/dwmapi "dlls/Makedll.rules \$(MAKEDEP)"
14557 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
14558
14559 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxdiagn dlls/dxdiagn/__install__ dlls/dxdiagn/__install-lib__ dlls/dxdiagn/__install-dev__: __builddeps__"
14560 wine_fn_config_makefile dlls/dxdiagn "dlls/Makedll.rules \$(MAKEDEP)"
14561 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
14562
14563 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14564 wine_fn_config_makefile dlls/dxdiagn/tests "Maketest.rules \$(MAKEDEP)"
14565 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
14566
14567 wine_fn_config_lib dxerr8
14568 wine_fn_config_makefile dlls/dxerr8 "dlls/Makeimplib.rules \$(MAKEDEP)"
14569 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
14570
14571 wine_fn_config_lib dxerr9
14572 wine_fn_config_makefile dlls/dxerr9 "dlls/Makeimplib.rules \$(MAKEDEP)"
14573 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
14574
14575 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
14576 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: tools/widl tools/winebuild tools/winegcc include
14577 dlls/dxgi/libdxgi.$IMPLIBEXT dlls/dxgi/libdxgi.cross.a: dlls/dxgi/dxgi.spec dlls/dxgi/Makefile
14578         @cd dlls/dxgi && \$(MAKE) \`basename \$@\`
14579 dlls/dxgi dlls/dxgi/__install__ dlls/dxgi/__install-lib__ dlls/dxgi/__install-dev__: __builddeps__"
14580 wine_fn_config_makefile dlls/dxgi "dlls/Makedll.rules \$(MAKEDEP)"
14581 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
14582
14583 wine_fn_config_test dlls/dxgi/tests dxgi_test
14584 wine_fn_config_makefile dlls/dxgi/tests "Maketest.rules \$(MAKEDEP)"
14585 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
14586
14587 wine_fn_config_lib dxguid
14588 wine_fn_config_makefile dlls/dxguid "dlls/Makeimplib.rules \$(MAKEDEP)"
14589 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
14590
14591 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/faultrep dlls/faultrep/__install__ dlls/faultrep/__install-lib__ dlls/faultrep/__install-dev__: __builddeps__"
14592 wine_fn_config_makefile dlls/faultrep "dlls/Makedll.rules \$(MAKEDEP)"
14593 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
14594
14595 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fltlib dlls/fltlib/__install__ dlls/fltlib/__install-lib__ dlls/fltlib/__install-dev__: __builddeps__"
14596 wine_fn_config_makefile dlls/fltlib "dlls/Makedll.rules \$(MAKEDEP)"
14597 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
14598
14599 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fusion dlls/fusion/__install__ dlls/fusion/__install-lib__ dlls/fusion/__install-dev__: __builddeps__"
14600 wine_fn_config_makefile dlls/fusion "dlls/Makedll.rules \$(MAKEDEP)"
14601 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
14602
14603 wine_fn_config_test dlls/fusion/tests fusion_test
14604 wine_fn_config_makefile dlls/fusion/tests "Maketest.rules \$(MAKEDEP)"
14605 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
14606
14607 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/fwpuclnt dlls/fwpuclnt/__install__ dlls/fwpuclnt/__install-lib__ dlls/fwpuclnt/__install-dev__: __builddeps__"
14608 wine_fn_config_makefile dlls/fwpuclnt "dlls/Makedll.rules \$(MAKEDEP)"
14609 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
14610
14611 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__"
14612 wine_fn_config_makefile dlls/gdi.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14613 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
14614
14615 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
14616 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: tools/widl tools/winebuild tools/winegcc include
14617 dlls/gdi32/libgdi32.$IMPLIBEXT dlls/gdi32/libgdi32.cross.a: dlls/gdi32/gdi32.spec dlls/gdi32/Makefile
14618         @cd dlls/gdi32 && \$(MAKE) \`basename \$@\`
14619 dlls/gdi32 dlls/gdi32/__install__ dlls/gdi32/__install-lib__ dlls/gdi32/__install-dev__: __builddeps__"
14620 wine_fn_config_makefile dlls/gdi32 "dlls/Makedll.rules \$(MAKEDEP)"
14621 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
14622
14623 wine_fn_config_test dlls/gdi32/tests gdi32_test
14624 wine_fn_config_makefile dlls/gdi32/tests "Maketest.rules \$(MAKEDEP)"
14625 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
14626
14627 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
14628 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: tools/widl tools/winebuild tools/winegcc include
14629 dlls/gdiplus/libgdiplus.$IMPLIBEXT dlls/gdiplus/libgdiplus.cross.a: dlls/gdiplus/gdiplus.spec dlls/gdiplus/Makefile
14630         @cd dlls/gdiplus && \$(MAKE) \`basename \$@\`
14631 dlls/gdiplus dlls/gdiplus/__install__ dlls/gdiplus/__install-lib__ dlls/gdiplus/__install-dev__: __builddeps__"
14632 wine_fn_config_makefile dlls/gdiplus "dlls/Makedll.rules \$(MAKEDEP)"
14633 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
14634
14635 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14636 wine_fn_config_makefile dlls/gdiplus/tests "Maketest.rules \$(MAKEDEP)"
14637 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
14638
14639 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
14640 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: tools/widl tools/winebuild tools/winegcc include
14641 dlls/glu32/libglu32.$IMPLIBEXT dlls/glu32/libglu32.cross.a: dlls/glu32/glu32.spec dlls/glu32/Makefile
14642         @cd dlls/glu32 && \$(MAKE) \`basename \$@\`
14643 dlls/glu32 dlls/glu32/__install__ dlls/glu32/__install-lib__ dlls/glu32/__install-dev__: __builddeps__"
14644 wine_fn_config_makefile dlls/glu32 "dlls/Makedll.rules \$(MAKEDEP)"
14645 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
14646
14647 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__"
14648 wine_fn_config_makefile dlls/gphoto2.ds "dlls/Makedll.rules \$(MAKEDEP)"
14649 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
14650
14651 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/gpkcsp dlls/gpkcsp/__install__ dlls/gpkcsp/__install-lib__ dlls/gpkcsp/__install-dev__: __builddeps__"
14652 wine_fn_config_makefile dlls/gpkcsp "dlls/Makedll.rules \$(MAKEDEP)"
14653 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
14654
14655 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hal dlls/hal/__install__ dlls/hal/__install-lib__ dlls/hal/__install-dev__: __builddeps__"
14656 wine_fn_config_makefile dlls/hal "dlls/Makedll.rules \$(MAKEDEP)"
14657 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
14658
14659 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__"
14660 wine_fn_config_makefile dlls/hhctrl.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14661 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
14662
14663 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
14664 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: tools/widl tools/winebuild tools/winegcc include
14665 dlls/hid/libhid.$IMPLIBEXT dlls/hid/libhid.cross.a: dlls/hid/hid.spec dlls/hid/Makefile
14666         @cd dlls/hid && \$(MAKE) \`basename \$@\`
14667 dlls/hid dlls/hid/__install__ dlls/hid/__install-lib__ dlls/hid/__install-dev__: __builddeps__"
14668 wine_fn_config_makefile dlls/hid "dlls/Makedll.rules \$(MAKEDEP)"
14669 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
14670
14671 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
14672 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: tools/widl tools/winebuild tools/winegcc include
14673 dlls/hlink/libhlink.$IMPLIBEXT dlls/hlink/libhlink.cross.a: dlls/hlink/hlink.spec dlls/hlink/Makefile
14674         @cd dlls/hlink && \$(MAKE) \`basename \$@\`
14675 dlls/hlink dlls/hlink/__install__ dlls/hlink/__install-lib__ dlls/hlink/__install-dev__: __builddeps__"
14676 wine_fn_config_makefile dlls/hlink "dlls/Makedll.rules \$(MAKEDEP)"
14677 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
14678
14679 wine_fn_config_test dlls/hlink/tests hlink_test
14680 wine_fn_config_makefile dlls/hlink/tests "Maketest.rules \$(MAKEDEP)"
14681 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
14682
14683 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/hnetcfg dlls/hnetcfg/__install__ dlls/hnetcfg/__install-lib__ dlls/hnetcfg/__install-dev__: __builddeps__"
14684 wine_fn_config_makefile dlls/hnetcfg "dlls/Makedll.rules \$(MAKEDEP)"
14685 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
14686
14687 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/httpapi dlls/httpapi/__install__ dlls/httpapi/__install-lib__ dlls/httpapi/__install-dev__: __builddeps__"
14688 wine_fn_config_makefile dlls/httpapi "dlls/Makedll.rules \$(MAKEDEP)"
14689 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
14690
14691 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iccvid dlls/iccvid/__install__ dlls/iccvid/__install-lib__ dlls/iccvid/__install-dev__: __builddeps__"
14692 wine_fn_config_makefile dlls/iccvid "dlls/Makedll.rules \$(MAKEDEP)"
14693 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
14694
14695 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/icmp dlls/icmp/__install__ dlls/icmp/__install-lib__ dlls/icmp/__install-dev__: __builddeps__"
14696 wine_fn_config_makefile dlls/icmp "dlls/Makedll.rules \$(MAKEDEP)"
14697 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
14698
14699 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__"
14700 wine_fn_config_makefile dlls/ifsmgr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14701 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
14702
14703 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__"
14704 wine_fn_config_makefile dlls/imaadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14705 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
14706
14707 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
14708 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: tools/widl tools/winebuild tools/winegcc include
14709 dlls/imagehlp/libimagehlp.$IMPLIBEXT dlls/imagehlp/libimagehlp.cross.a: dlls/imagehlp/imagehlp.spec dlls/imagehlp/Makefile
14710         @cd dlls/imagehlp && \$(MAKE) \`basename \$@\`
14711 dlls/imagehlp dlls/imagehlp/__install__ dlls/imagehlp/__install-lib__ dlls/imagehlp/__install-dev__: __builddeps__"
14712 wine_fn_config_makefile dlls/imagehlp "dlls/Makedll.rules \$(MAKEDEP)"
14713 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
14714
14715 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14716 wine_fn_config_makefile dlls/imagehlp/tests "Maketest.rules \$(MAKEDEP)"
14717 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
14718
14719 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__"
14720 wine_fn_config_makefile dlls/imm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14721 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
14722
14723 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
14724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: tools/widl tools/winebuild tools/winegcc include
14725 dlls/imm32/libimm32.$IMPLIBEXT dlls/imm32/libimm32.cross.a: dlls/imm32/imm32.spec dlls/imm32/Makefile
14726         @cd dlls/imm32 && \$(MAKE) \`basename \$@\`
14727 dlls/imm32 dlls/imm32/__install__ dlls/imm32/__install-lib__ dlls/imm32/__install-dev__: __builddeps__"
14728 wine_fn_config_makefile dlls/imm32 "dlls/Makedll.rules \$(MAKEDEP)"
14729 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
14730
14731 wine_fn_config_test dlls/imm32/tests imm32_test
14732 wine_fn_config_makefile dlls/imm32/tests "Maketest.rules \$(MAKEDEP)"
14733 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
14734
14735 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
14736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: tools/widl tools/winebuild tools/winegcc include
14737 dlls/inetcomm/libinetcomm.$IMPLIBEXT dlls/inetcomm/libinetcomm.cross.a: dlls/inetcomm/inetcomm.spec dlls/inetcomm/Makefile
14738         @cd dlls/inetcomm && \$(MAKE) \`basename \$@\`
14739 dlls/inetcomm dlls/inetcomm/__install__ dlls/inetcomm/__install-lib__ dlls/inetcomm/__install-dev__: __builddeps__"
14740 wine_fn_config_makefile dlls/inetcomm "dlls/Makedll.rules \$(MAKEDEP)"
14741 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
14742
14743 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14744 wine_fn_config_makefile dlls/inetcomm/tests "Maketest.rules \$(MAKEDEP)"
14745 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
14746
14747 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inetmib1 dlls/inetmib1/__install__ dlls/inetmib1/__install-lib__ dlls/inetmib1/__install-dev__: __builddeps__"
14748 wine_fn_config_makefile dlls/inetmib1 "dlls/Makedll.rules \$(MAKEDEP)"
14749 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
14750
14751 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14752 wine_fn_config_makefile dlls/inetmib1/tests "Maketest.rules \$(MAKEDEP)"
14753 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
14754
14755 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/infosoft dlls/infosoft/__install__ dlls/infosoft/__install-lib__ dlls/infosoft/__install-dev__: __builddeps__"
14756 wine_fn_config_makefile dlls/infosoft "dlls/Makedll.rules \$(MAKEDEP)"
14757 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
14758
14759 wine_fn_config_test dlls/infosoft/tests infosoft_test
14760 wine_fn_config_makefile dlls/infosoft/tests "Maketest.rules \$(MAKEDEP)"
14761 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
14762
14763 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/initpki dlls/initpki/__install__ dlls/initpki/__install-lib__ dlls/initpki/__install-dev__: __builddeps__"
14764 wine_fn_config_makefile dlls/initpki "dlls/Makedll.rules \$(MAKEDEP)"
14765 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
14766
14767 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inkobj dlls/inkobj/__install__ dlls/inkobj/__install-lib__ dlls/inkobj/__install-dev__: __builddeps__"
14768 wine_fn_config_makefile dlls/inkobj "dlls/Makedll.rules \$(MAKEDEP)"
14769 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
14770
14771 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/inseng dlls/inseng/__install__ dlls/inseng/__install-lib__ dlls/inseng/__install-dev__: __builddeps__"
14772 wine_fn_config_makefile dlls/inseng "dlls/Makedll.rules \$(MAKEDEP)"
14773 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
14774
14775 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
14776 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14777 dlls/iphlpapi/libiphlpapi.$IMPLIBEXT dlls/iphlpapi/libiphlpapi.cross.a: dlls/iphlpapi/iphlpapi.spec dlls/iphlpapi/Makefile
14778         @cd dlls/iphlpapi && \$(MAKE) \`basename \$@\`
14779 dlls/iphlpapi dlls/iphlpapi/__install__ dlls/iphlpapi/__install-lib__ dlls/iphlpapi/__install-dev__: __builddeps__"
14780 wine_fn_config_makefile dlls/iphlpapi "dlls/Makedll.rules \$(MAKEDEP)"
14781 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
14782
14783 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14784 wine_fn_config_makefile dlls/iphlpapi/tests "Maketest.rules \$(MAKEDEP)"
14785 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
14786
14787 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itircl dlls/itircl/__install__ dlls/itircl/__install-lib__ dlls/itircl/__install-dev__: __builddeps__"
14788 wine_fn_config_makefile dlls/itircl "dlls/Makedll.rules \$(MAKEDEP)"
14789 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
14790
14791 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/itss dlls/itss/__install__ dlls/itss/__install-lib__ dlls/itss/__install-dev__: __builddeps__"
14792 wine_fn_config_makefile dlls/itss "dlls/Makedll.rules \$(MAKEDEP)"
14793 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
14794
14795 wine_fn_config_test dlls/itss/tests itss_test
14796 wine_fn_config_makefile dlls/itss/tests "Maketest.rules \$(MAKEDEP)"
14797 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
14798
14799 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/jscript dlls/jscript/__install__ dlls/jscript/__install-lib__ dlls/jscript/__install-dev__: __builddeps__"
14800 wine_fn_config_makefile dlls/jscript "dlls/Makedll.rules \$(MAKEDEP)"
14801 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
14802
14803 wine_fn_config_test dlls/jscript/tests jscript_test
14804 wine_fn_config_makefile dlls/jscript/tests "Maketest.rules \$(MAKEDEP)"
14805 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
14806
14807 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
14808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: tools/widl tools/winebuild tools/winegcc include
14809 dlls/kernel32/libkernel32.$IMPLIBEXT dlls/kernel32/libkernel32.cross.a: dlls/kernel32/kernel32.spec dlls/kernel32/Makefile
14810         @cd dlls/kernel32 && \$(MAKE) \`basename \$@\`
14811 dlls/kernel32 dlls/kernel32/__install__ dlls/kernel32/__install-lib__ dlls/kernel32/__install-dev__: __builddeps__"
14812 wine_fn_config_makefile dlls/kernel32 "dlls/Makedll.rules \$(MAKEDEP)"
14813 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
14814
14815 wine_fn_config_test dlls/kernel32/tests kernel32_test
14816 wine_fn_config_makefile dlls/kernel32/tests "Maketest.rules \$(MAKEDEP)"
14817 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
14818
14819 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__"
14820 wine_fn_config_makefile dlls/keyboard.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14821 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
14822
14823 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"
14824 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
14825 dlls/libkernel.$IMPLIBEXT: dlls/krnl386.exe16/libkernel.$IMPLIBEXT
14826         \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.$IMPLIBEXT \$@
14827 dlls/libkernel.cross.a: dlls/krnl386.exe16/libkernel.cross.a
14828         \$(RM) \$@ && \$(LN_S) krnl386.exe16/libkernel.cross.a \$@
14829 clean::
14830         \$(RM) dlls/libkernel.$IMPLIBEXT
14831 dlls/krnl386.exe16/libkernel.$IMPLIBEXT dlls/krnl386.exe16/libkernel.cross.a: dlls/krnl386.exe16/krnl386.exe16.spec dlls/krnl386.exe16/Makefile
14832         @cd dlls/krnl386.exe16 && \$(MAKE) \`basename \$@\`
14833 dlls/krnl386.exe16 dlls/krnl386.exe16/__install__ dlls/krnl386.exe16/__install-lib__ dlls/krnl386.exe16/__install-dev__: __builddeps__"
14834 wine_fn_config_makefile dlls/krnl386.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14835 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
14836
14837 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
14838 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: tools/widl tools/winebuild tools/winegcc include
14839 dlls/loadperf/libloadperf.$IMPLIBEXT dlls/loadperf/libloadperf.cross.a: dlls/loadperf/loadperf.spec dlls/loadperf/Makefile
14840         @cd dlls/loadperf && \$(MAKE) \`basename \$@\`
14841 dlls/loadperf dlls/loadperf/__install__ dlls/loadperf/__install-lib__ dlls/loadperf/__install-dev__: __builddeps__"
14842 wine_fn_config_makefile dlls/loadperf "dlls/Makedll.rules \$(MAKEDEP)"
14843 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
14844
14845 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localspl dlls/localspl/__install__ dlls/localspl/__install-lib__ dlls/localspl/__install-dev__: __builddeps__"
14846 wine_fn_config_makefile dlls/localspl "dlls/Makedll.rules \$(MAKEDEP)"
14847 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
14848
14849 wine_fn_config_test dlls/localspl/tests localspl_test
14850 wine_fn_config_makefile dlls/localspl/tests "Maketest.rules \$(MAKEDEP)"
14851 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
14852
14853 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/localui dlls/localui/__install__ dlls/localui/__install-lib__ dlls/localui/__install-dev__: __builddeps__"
14854 wine_fn_config_makefile dlls/localui "dlls/Makedll.rules \$(MAKEDEP)"
14855 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
14856
14857 wine_fn_config_test dlls/localui/tests localui_test
14858 wine_fn_config_makefile dlls/localui/tests "Maketest.rules \$(MAKEDEP)"
14859 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
14860
14861 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
14862 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: tools/widl tools/winebuild tools/winegcc include
14863 dlls/lz32/liblz32.$IMPLIBEXT dlls/lz32/liblz32.cross.a: dlls/lz32/lz32.spec dlls/lz32/Makefile
14864         @cd dlls/lz32 && \$(MAKE) \`basename \$@\`
14865 dlls/lz32 dlls/lz32/__install__ dlls/lz32/__install-lib__ dlls/lz32/__install-dev__: __builddeps__"
14866 wine_fn_config_makefile dlls/lz32 "dlls/Makedll.rules \$(MAKEDEP)"
14867 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
14868
14869 wine_fn_config_test dlls/lz32/tests lz32_test
14870 wine_fn_config_makefile dlls/lz32/tests "Maketest.rules \$(MAKEDEP)"
14871 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
14872
14873 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__"
14874 wine_fn_config_makefile dlls/lzexpand.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14875 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
14876
14877 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
14878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
14879 dlls/mapi32/libmapi32.$IMPLIBEXT dlls/mapi32/libmapi32.cross.a: dlls/mapi32/mapi32.spec dlls/mapi32/Makefile
14880         @cd dlls/mapi32 && \$(MAKE) \`basename \$@\`
14881 dlls/mapi32 dlls/mapi32/__install__ dlls/mapi32/__install-lib__ dlls/mapi32/__install-dev__: __builddeps__"
14882 wine_fn_config_makefile dlls/mapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14883 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
14884
14885 wine_fn_config_test dlls/mapi32/tests mapi32_test
14886 wine_fn_config_makefile dlls/mapi32/tests "Maketest.rules \$(MAKEDEP)"
14887 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
14888
14889 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mapistub dlls/mapistub/__install__ dlls/mapistub/__install-lib__ dlls/mapistub/__install-dev__: __builddeps__"
14890 wine_fn_config_makefile dlls/mapistub "dlls/Makedll.rules \$(MAKEDEP)"
14891 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
14892
14893 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciavi32 dlls/mciavi32/__install__ dlls/mciavi32/__install-lib__ dlls/mciavi32/__install-dev__: __builddeps__"
14894 wine_fn_config_makefile dlls/mciavi32 "dlls/Makedll.rules \$(MAKEDEP)"
14895 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
14896
14897 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mcicda dlls/mcicda/__install__ dlls/mcicda/__install-lib__ dlls/mcicda/__install-dev__: __builddeps__"
14898 wine_fn_config_makefile dlls/mcicda "dlls/Makedll.rules \$(MAKEDEP)"
14899 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
14900
14901 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciqtz32 dlls/mciqtz32/__install__ dlls/mciqtz32/__install-lib__ dlls/mciqtz32/__install-dev__: __builddeps__"
14902 wine_fn_config_makefile dlls/mciqtz32 "dlls/Makedll.rules \$(MAKEDEP)"
14903 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
14904
14905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciseq dlls/mciseq/__install__ dlls/mciseq/__install-lib__ dlls/mciseq/__install-dev__: __builddeps__"
14906 wine_fn_config_makefile dlls/mciseq "dlls/Makedll.rules \$(MAKEDEP)"
14907 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
14908
14909 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mciwave dlls/mciwave/__install__ dlls/mciwave/__install-lib__ dlls/mciwave/__install-dev__: __builddeps__"
14910 wine_fn_config_makefile dlls/mciwave "dlls/Makedll.rules \$(MAKEDEP)"
14911 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
14912
14913 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/midimap dlls/midimap/__install__ dlls/midimap/__install-lib__ dlls/midimap/__install-dev__: __builddeps__"
14914 wine_fn_config_makefile dlls/midimap "dlls/Makedll.rules \$(MAKEDEP)"
14915 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
14916
14917 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
14918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: tools/widl tools/winebuild tools/winegcc include
14919 dlls/mlang/libmlang.$IMPLIBEXT dlls/mlang/libmlang.cross.a: dlls/mlang/mlang.spec dlls/mlang/Makefile
14920         @cd dlls/mlang && \$(MAKE) \`basename \$@\`
14921 dlls/mlang dlls/mlang/__install__ dlls/mlang/__install-lib__ dlls/mlang/__install-dev__: __builddeps__"
14922 wine_fn_config_makefile dlls/mlang "dlls/Makedll.rules \$(MAKEDEP)"
14923 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
14924
14925 wine_fn_config_test dlls/mlang/tests mlang_test
14926 wine_fn_config_makefile dlls/mlang/tests "Maketest.rules \$(MAKEDEP)"
14927 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
14928
14929 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mmdevapi dlls/mmdevapi/__install__ dlls/mmdevapi/__install-lib__ dlls/mmdevapi/__install-dev__: __builddeps__"
14930 wine_fn_config_makefile dlls/mmdevapi "dlls/Makedll.rules \$(MAKEDEP)"
14931 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
14932
14933 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14934 wine_fn_config_makefile dlls/mmdevapi/tests "Maketest.rules \$(MAKEDEP)"
14935 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
14936
14937 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__"
14938 wine_fn_config_makefile dlls/mmdevldr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14939 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
14940
14941 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__"
14942 wine_fn_config_makefile dlls/mmsystem.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14943 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
14944
14945 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__"
14946 wine_fn_config_makefile dlls/monodebg.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14947 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
14948
14949 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__"
14950 wine_fn_config_makefile dlls/mountmgr.sys "dlls/Makedll.rules \$(MAKEDEP)"
14951 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
14952
14953 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__"
14954 wine_fn_config_makefile dlls/mouse.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14955 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
14956
14957 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
14958 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: tools/widl tools/winebuild tools/winegcc include
14959 dlls/mpr/libmpr.$IMPLIBEXT dlls/mpr/libmpr.cross.a: dlls/mpr/mpr.spec dlls/mpr/Makefile
14960         @cd dlls/mpr && \$(MAKE) \`basename \$@\`
14961 dlls/mpr dlls/mpr/__install__ dlls/mpr/__install-lib__ dlls/mpr/__install-dev__: __builddeps__"
14962 wine_fn_config_makefile dlls/mpr "dlls/Makedll.rules \$(MAKEDEP)"
14963 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
14964
14965 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
14966 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: tools/widl tools/winebuild tools/winegcc include
14967 dlls/mprapi/libmprapi.$IMPLIBEXT dlls/mprapi/libmprapi.cross.a: dlls/mprapi/mprapi.spec dlls/mprapi/Makefile
14968         @cd dlls/mprapi && \$(MAKE) \`basename \$@\`
14969 dlls/mprapi dlls/mprapi/__install__ dlls/mprapi/__install-lib__ dlls/mprapi/__install-dev__: __builddeps__"
14970 wine_fn_config_makefile dlls/mprapi "dlls/Makedll.rules \$(MAKEDEP)"
14971 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
14972
14973 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__"
14974 wine_fn_config_makefile dlls/msacm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14975 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
14976
14977 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__"
14978 wine_fn_config_makefile dlls/msacm32.drv "dlls/Makedll.rules \$(MAKEDEP)"
14979 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
14980
14981 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
14982 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: tools/widl tools/winebuild tools/winegcc include
14983 dlls/msacm32/libmsacm32.$IMPLIBEXT dlls/msacm32/libmsacm32.cross.a: dlls/msacm32/msacm32.spec dlls/msacm32/Makefile
14984         @cd dlls/msacm32 && \$(MAKE) \`basename \$@\`
14985 dlls/msacm32 dlls/msacm32/__install__ dlls/msacm32/__install-lib__ dlls/msacm32/__install-dev__: __builddeps__"
14986 wine_fn_config_makefile dlls/msacm32 "dlls/Makedll.rules \$(MAKEDEP)"
14987 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
14988
14989 wine_fn_config_test dlls/msacm32/tests msacm32_test
14990 wine_fn_config_makefile dlls/msacm32/tests "Maketest.rules \$(MAKEDEP)"
14991 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
14992
14993 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__"
14994 wine_fn_config_makefile dlls/msadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14995 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
14996
14997 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscat32 dlls/mscat32/__install__ dlls/mscat32/__install-lib__ dlls/mscat32/__install-dev__: __builddeps__"
14998 wine_fn_config_makefile dlls/mscat32 "dlls/Makedll.rules \$(MAKEDEP)"
14999 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
15000
15001 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
15002 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: tools/widl tools/winebuild tools/winegcc include
15003 dlls/mscms/libmscms.$IMPLIBEXT dlls/mscms/libmscms.cross.a: dlls/mscms/mscms.spec dlls/mscms/Makefile
15004         @cd dlls/mscms && \$(MAKE) \`basename \$@\`
15005 dlls/mscms dlls/mscms/__install__ dlls/mscms/__install-lib__ dlls/mscms/__install-dev__: __builddeps__"
15006 wine_fn_config_makefile dlls/mscms "dlls/Makedll.rules \$(MAKEDEP)"
15007 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
15008
15009 wine_fn_config_test dlls/mscms/tests mscms_test
15010 wine_fn_config_makefile dlls/mscms/tests "Maketest.rules \$(MAKEDEP)"
15011 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
15012
15013 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mscoree dlls/mscoree/__install__ dlls/mscoree/__install-lib__ dlls/mscoree/__install-dev__: __builddeps__"
15014 wine_fn_config_makefile dlls/mscoree "dlls/Makedll.rules \$(MAKEDEP)"
15015 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
15016
15017 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msctf dlls/msctf/__install__ dlls/msctf/__install-lib__ dlls/msctf/__install-dev__: __builddeps__"
15018 wine_fn_config_makefile dlls/msctf "dlls/Makedll.rules \$(MAKEDEP)"
15019 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
15020
15021 wine_fn_config_test dlls/msctf/tests msctf_test
15022 wine_fn_config_makefile dlls/msctf/tests "Maketest.rules \$(MAKEDEP)"
15023 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
15024
15025 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdaps dlls/msdaps/__install__ dlls/msdaps/__install-lib__ dlls/msdaps/__install-dev__: __builddeps__"
15026 wine_fn_config_makefile dlls/msdaps "dlls/Makedll.rules \$(MAKEDEP)"
15027 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
15028
15029 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
15030 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: tools/widl tools/winebuild tools/winegcc include
15031 dlls/msdmo/libmsdmo.$IMPLIBEXT dlls/msdmo/libmsdmo.cross.a: dlls/msdmo/msdmo.spec dlls/msdmo/Makefile
15032         @cd dlls/msdmo && \$(MAKE) \`basename \$@\`
15033 dlls/msdmo dlls/msdmo/__install__ dlls/msdmo/__install-lib__ dlls/msdmo/__install-dev__: __builddeps__"
15034 wine_fn_config_makefile dlls/msdmo "dlls/Makedll.rules \$(MAKEDEP)"
15035 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
15036
15037 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msftedit dlls/msftedit/__install__ dlls/msftedit/__install-lib__ dlls/msftedit/__install-dev__: __builddeps__"
15038 wine_fn_config_makefile dlls/msftedit "dlls/Makedll.rules \$(MAKEDEP)"
15039 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
15040
15041 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__"
15042 wine_fn_config_makefile dlls/msg711.acm "dlls/Makedll.rules \$(MAKEDEP)"
15043 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
15044
15045 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__"
15046 wine_fn_config_makefile dlls/msgsm32.acm "dlls/Makedll.rules \$(MAKEDEP)"
15047 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
15048
15049 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__"
15050 wine_fn_config_makefile dlls/mshtml.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15051 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
15052
15053 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
15054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: tools/widl tools/winebuild tools/winegcc include
15055 dlls/mshtml/libmshtml.$IMPLIBEXT dlls/mshtml/libmshtml.cross.a: dlls/mshtml/mshtml.spec dlls/mshtml/Makefile
15056         @cd dlls/mshtml && \$(MAKE) \`basename \$@\`
15057 dlls/mshtml dlls/mshtml/__install__ dlls/mshtml/__install-lib__ dlls/mshtml/__install-dev__: __builddeps__"
15058 wine_fn_config_makefile dlls/mshtml "dlls/Makedll.rules \$(MAKEDEP)"
15059 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
15060
15061 wine_fn_config_test dlls/mshtml/tests mshtml_test
15062 wine_fn_config_makefile dlls/mshtml/tests "Maketest.rules \$(MAKEDEP)"
15063 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
15064
15065 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
15066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: tools/widl tools/winebuild tools/winegcc include
15067 dlls/msi/libmsi.$IMPLIBEXT dlls/msi/libmsi.cross.a: dlls/msi/msi.spec dlls/msi/Makefile
15068         @cd dlls/msi && \$(MAKE) \`basename \$@\`
15069 dlls/msi dlls/msi/__install__ dlls/msi/__install-lib__ dlls/msi/__install-dev__: __builddeps__"
15070 wine_fn_config_makefile dlls/msi "dlls/Makedll.rules \$(MAKEDEP)"
15071 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
15072
15073 wine_fn_config_test dlls/msi/tests msi_test
15074 wine_fn_config_makefile dlls/msi/tests "Maketest.rules \$(MAKEDEP)"
15075 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
15076
15077 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
15078 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: tools/widl tools/winebuild tools/winegcc include
15079 dlls/msimg32/libmsimg32.$IMPLIBEXT dlls/msimg32/libmsimg32.cross.a: dlls/msimg32/msimg32.spec dlls/msimg32/Makefile
15080         @cd dlls/msimg32 && \$(MAKE) \`basename \$@\`
15081 dlls/msimg32 dlls/msimg32/__install__ dlls/msimg32/__install-lib__ dlls/msimg32/__install-dev__: __builddeps__"
15082 wine_fn_config_makefile dlls/msimg32 "dlls/Makedll.rules \$(MAKEDEP)"
15083 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
15084
15085 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msimtf dlls/msimtf/__install__ dlls/msimtf/__install-lib__ dlls/msimtf/__install-dev__: __builddeps__"
15086 wine_fn_config_makefile dlls/msimtf "dlls/Makedll.rules \$(MAKEDEP)"
15087 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
15088
15089 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msisip dlls/msisip/__install__ dlls/msisip/__install-lib__ dlls/msisip/__install-dev__: __builddeps__"
15090 wine_fn_config_makefile dlls/msisip "dlls/Makedll.rules \$(MAKEDEP)"
15091 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
15092
15093 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__"
15094 wine_fn_config_makefile dlls/msisys.ocx "dlls/Makedll.rules \$(MAKEDEP)"
15095 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
15096
15097 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msnet32 dlls/msnet32/__install__ dlls/msnet32/__install-lib__ dlls/msnet32/__install-dev__: __builddeps__"
15098 wine_fn_config_makefile dlls/msnet32 "dlls/Makedll.rules \$(MAKEDEP)"
15099 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
15100
15101 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msrle32 dlls/msrle32/__install__ dlls/msrle32/__install-lib__ dlls/msrle32/__install-dev__: __builddeps__"
15102 wine_fn_config_makefile dlls/msrle32 "dlls/Makedll.rules \$(MAKEDEP)"
15103 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
15104
15105 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssign32 dlls/mssign32/__install__ dlls/mssign32/__install-lib__ dlls/mssign32/__install-dev__: __builddeps__"
15106 wine_fn_config_makefile dlls/mssign32 "dlls/Makedll.rules \$(MAKEDEP)"
15107 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
15108
15109 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mssip32 dlls/mssip32/__install__ dlls/mssip32/__install-lib__ dlls/mssip32/__install-dev__: __builddeps__"
15110 wine_fn_config_makefile dlls/mssip32 "dlls/Makedll.rules \$(MAKEDEP)"
15111 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
15112
15113 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mstask dlls/mstask/__install__ dlls/mstask/__install-lib__ dlls/mstask/__install-dev__: __builddeps__"
15114 wine_fn_config_makefile dlls/mstask "dlls/Makedll.rules \$(MAKEDEP)"
15115 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
15116
15117 wine_fn_config_test dlls/mstask/tests mstask_test
15118 wine_fn_config_makefile dlls/mstask/tests "Maketest.rules \$(MAKEDEP)"
15119 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
15120
15121 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcirt dlls/msvcirt/__install__ dlls/msvcirt/__install-lib__ dlls/msvcirt/__install-dev__: __builddeps__"
15122 wine_fn_config_makefile dlls/msvcirt "dlls/Makedll.rules \$(MAKEDEP)"
15123 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
15124
15125 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
15126 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: tools/widl tools/winebuild tools/winegcc include
15127 dlls/msvcr71/libmsvcr71.$IMPLIBEXT dlls/msvcr71/libmsvcr71.cross.a: dlls/msvcr71/msvcr71.spec dlls/msvcr71/Makefile
15128         @cd dlls/msvcr71 && \$(MAKE) \`basename \$@\`
15129 dlls/msvcr71 dlls/msvcr71/__install__ dlls/msvcr71/__install-lib__ dlls/msvcr71/__install-dev__: __builddeps__"
15130 wine_fn_config_makefile dlls/msvcr71 "dlls/Makedll.rules \$(MAKEDEP)"
15131 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
15132
15133 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
15134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: tools/widl tools/winebuild tools/winegcc include
15135 dlls/msvcrt/libmsvcrt.$IMPLIBEXT dlls/msvcrt/libmsvcrt.cross.a: dlls/msvcrt/msvcrt.spec dlls/msvcrt/Makefile
15136         @cd dlls/msvcrt && \$(MAKE) \`basename \$@\`
15137 dlls/msvcrt dlls/msvcrt/__install__ dlls/msvcrt/__install-lib__ dlls/msvcrt/__install-dev__: __builddeps__"
15138 wine_fn_config_makefile dlls/msvcrt "dlls/Makedll.rules \$(MAKEDEP)"
15139 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
15140
15141 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15142 wine_fn_config_makefile dlls/msvcrt/tests "Maketest.rules \$(MAKEDEP)"
15143 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
15144
15145 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
15146 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: tools/widl tools/winebuild tools/winegcc include
15147 dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT dlls/msvcrt20/libmsvcrt20.cross.a: dlls/msvcrt20/msvcrt20.spec dlls/msvcrt20/Makefile
15148         @cd dlls/msvcrt20 && \$(MAKE) \`basename \$@\`
15149 dlls/msvcrt20 dlls/msvcrt20/__install__ dlls/msvcrt20/__install-lib__ dlls/msvcrt20/__install-dev__: __builddeps__"
15150 wine_fn_config_makefile dlls/msvcrt20 "dlls/Makedll.rules \$(MAKEDEP)"
15151 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
15152
15153 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
15154 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: tools/widl tools/winebuild tools/winegcc include
15155 dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT dlls/msvcrt40/libmsvcrt40.cross.a: dlls/msvcrt40/msvcrt40.spec dlls/msvcrt40/Makefile
15156         @cd dlls/msvcrt40 && \$(MAKE) \`basename \$@\`
15157 dlls/msvcrt40 dlls/msvcrt40/__install__ dlls/msvcrt40/__install-lib__ dlls/msvcrt40/__install-dev__: __builddeps__"
15158 wine_fn_config_makefile dlls/msvcrt40 "dlls/Makedll.rules \$(MAKEDEP)"
15159 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
15160
15161 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
15162 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: tools/widl tools/winebuild tools/winegcc include
15163 dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT dlls/msvcrtd/libmsvcrtd.cross.a: dlls/msvcrtd/msvcrtd.spec dlls/msvcrtd/Makefile
15164         @cd dlls/msvcrtd && \$(MAKE) \`basename \$@\`
15165 dlls/msvcrtd dlls/msvcrtd/__install__ dlls/msvcrtd/__install-lib__ dlls/msvcrtd/__install-dev__: __builddeps__"
15166 wine_fn_config_makefile dlls/msvcrtd "dlls/Makedll.rules \$(MAKEDEP)"
15167 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
15168
15169 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15170 wine_fn_config_makefile dlls/msvcrtd/tests "Maketest.rules \$(MAKEDEP)"
15171 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
15172
15173 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
15174 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: tools/widl tools/winebuild tools/winegcc include
15175 dlls/msvfw32/libmsvfw32.$IMPLIBEXT dlls/msvfw32/libmsvfw32.cross.a: dlls/msvfw32/msvfw32.spec dlls/msvfw32/Makefile
15176         @cd dlls/msvfw32 && \$(MAKE) \`basename \$@\`
15177 dlls/msvfw32 dlls/msvfw32/__install__ dlls/msvfw32/__install-lib__ dlls/msvfw32/__install-dev__: __builddeps__"
15178 wine_fn_config_makefile dlls/msvfw32 "dlls/Makedll.rules \$(MAKEDEP)"
15179 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
15180
15181 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15182 wine_fn_config_makefile dlls/msvfw32/tests "Maketest.rules \$(MAKEDEP)"
15183 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
15184
15185 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msvidc32 dlls/msvidc32/__install__ dlls/msvidc32/__install-lib__ dlls/msvidc32/__install-dev__: __builddeps__"
15186 wine_fn_config_makefile dlls/msvidc32 "dlls/Makedll.rules \$(MAKEDEP)"
15187 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
15188
15189 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__"
15190 wine_fn_config_makefile dlls/msvideo.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15191 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
15192
15193 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
15194 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: tools/widl tools/winebuild tools/winegcc include
15195 dlls/mswsock/libmswsock.$IMPLIBEXT dlls/mswsock/libmswsock.cross.a: dlls/mswsock/mswsock.spec dlls/mswsock/Makefile
15196         @cd dlls/mswsock && \$(MAKE) \`basename \$@\`
15197 dlls/mswsock dlls/mswsock/__install__ dlls/mswsock/__install-lib__ dlls/mswsock/__install-dev__: __builddeps__"
15198 wine_fn_config_makefile dlls/mswsock "dlls/Makedll.rules \$(MAKEDEP)"
15199 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
15200
15201 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml3 dlls/msxml3/__install__ dlls/msxml3/__install-lib__ dlls/msxml3/__install-dev__: __builddeps__"
15202 wine_fn_config_makefile dlls/msxml3 "dlls/Makedll.rules \$(MAKEDEP)"
15203 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
15204
15205 wine_fn_config_test dlls/msxml3/tests msxml3_test
15206 wine_fn_config_makefile dlls/msxml3/tests "Maketest.rules \$(MAKEDEP)"
15207 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
15208
15209 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/msxml4 dlls/msxml4/__install__ dlls/msxml4/__install-lib__ dlls/msxml4/__install-dev__: __builddeps__"
15210 wine_fn_config_makefile dlls/msxml4 "dlls/Makedll.rules \$(MAKEDEP)"
15211 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
15212
15213 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
15214 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15215 dlls/nddeapi/libnddeapi.$IMPLIBEXT dlls/nddeapi/libnddeapi.cross.a: dlls/nddeapi/nddeapi.spec dlls/nddeapi/Makefile
15216         @cd dlls/nddeapi && \$(MAKE) \`basename \$@\`
15217 dlls/nddeapi dlls/nddeapi/__install__ dlls/nddeapi/__install-lib__ dlls/nddeapi/__install-dev__: __builddeps__"
15218 wine_fn_config_makefile dlls/nddeapi "dlls/Makedll.rules \$(MAKEDEP)"
15219 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
15220
15221 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
15222 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15223 dlls/netapi32/libnetapi32.$IMPLIBEXT dlls/netapi32/libnetapi32.cross.a: dlls/netapi32/netapi32.spec dlls/netapi32/Makefile
15224         @cd dlls/netapi32 && \$(MAKE) \`basename \$@\`
15225 dlls/netapi32 dlls/netapi32/__install__ dlls/netapi32/__install-lib__ dlls/netapi32/__install-dev__: __builddeps__"
15226 wine_fn_config_makefile dlls/netapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15227 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
15228
15229 wine_fn_config_test dlls/netapi32/tests netapi32_test
15230 wine_fn_config_makefile dlls/netapi32/tests "Maketest.rules \$(MAKEDEP)"
15231 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
15232
15233 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
15234 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: tools/widl tools/winebuild tools/winegcc include
15235 dlls/newdev/libnewdev.$IMPLIBEXT dlls/newdev/libnewdev.cross.a: dlls/newdev/newdev.spec dlls/newdev/Makefile
15236         @cd dlls/newdev && \$(MAKE) \`basename \$@\`
15237 dlls/newdev dlls/newdev/__install__ dlls/newdev/__install-lib__ dlls/newdev/__install-dev__: __builddeps__"
15238 wine_fn_config_makefile dlls/newdev "dlls/Makedll.rules \$(MAKEDEP)"
15239 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
15240
15241 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
15242 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: tools/widl tools/winebuild tools/winegcc include
15243 dlls/ntdll/libntdll.$IMPLIBEXT dlls/ntdll/libntdll.cross.a: dlls/ntdll/ntdll.spec dlls/ntdll/Makefile
15244         @cd dlls/ntdll && \$(MAKE) \`basename \$@\`
15245 dlls/ntdll dlls/ntdll/__install__ dlls/ntdll/__install-lib__ dlls/ntdll/__install-dev__: __builddeps__"
15246 wine_fn_config_makefile dlls/ntdll "dlls/Makedll.rules \$(MAKEDEP)"
15247 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
15248
15249 wine_fn_config_test dlls/ntdll/tests ntdll_test
15250 wine_fn_config_makefile dlls/ntdll/tests "Maketest.rules \$(MAKEDEP)"
15251 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
15252
15253 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
15254 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15255 dlls/ntdsapi/libntdsapi.$IMPLIBEXT dlls/ntdsapi/libntdsapi.cross.a: dlls/ntdsapi/ntdsapi.spec dlls/ntdsapi/Makefile
15256         @cd dlls/ntdsapi && \$(MAKE) \`basename \$@\`
15257 dlls/ntdsapi dlls/ntdsapi/__install__ dlls/ntdsapi/__install-lib__ dlls/ntdsapi/__install-dev__: __builddeps__"
15258 wine_fn_config_makefile dlls/ntdsapi "dlls/Makedll.rules \$(MAKEDEP)"
15259 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
15260
15261 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15262 wine_fn_config_makefile dlls/ntdsapi/tests "Maketest.rules \$(MAKEDEP)"
15263 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
15264
15265 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
15266 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
15267 dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT dlls/ntoskrnl.exe/libntoskrnl.exe.cross.a: dlls/ntoskrnl.exe/ntoskrnl.exe.spec dlls/ntoskrnl.exe/Makefile
15268         @cd dlls/ntoskrnl.exe && \$(MAKE) \`basename \$@\`
15269 dlls/ntoskrnl.exe dlls/ntoskrnl.exe/__install__ dlls/ntoskrnl.exe/__install-lib__ dlls/ntoskrnl.exe/__install-dev__: __builddeps__"
15270 wine_fn_config_makefile dlls/ntoskrnl.exe "dlls/Makedll.rules \$(MAKEDEP)"
15271 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
15272
15273 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ntprint dlls/ntprint/__install__ dlls/ntprint/__install-lib__ dlls/ntprint/__install-dev__: __builddeps__"
15274 wine_fn_config_makefile dlls/ntprint "dlls/Makedll.rules \$(MAKEDEP)"
15275 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
15276
15277 wine_fn_config_test dlls/ntprint/tests ntprint_test
15278 wine_fn_config_makefile dlls/ntprint/tests "Maketest.rules \$(MAKEDEP)"
15279 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
15280
15281 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/objsel dlls/objsel/__install__ dlls/objsel/__install-lib__ dlls/objsel/__install-dev__: __builddeps__"
15282 wine_fn_config_makefile dlls/objsel "dlls/Makedll.rules \$(MAKEDEP)"
15283 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
15284
15285 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
15286 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: tools/widl tools/winebuild tools/winegcc include
15287 dlls/odbc32/libodbc32.$IMPLIBEXT dlls/odbc32/libodbc32.cross.a: dlls/odbc32/odbc32.spec dlls/odbc32/Makefile
15288         @cd dlls/odbc32 && \$(MAKE) \`basename \$@\`
15289 dlls/odbc32 dlls/odbc32/__install__ dlls/odbc32/__install-lib__ dlls/odbc32/__install-dev__: __builddeps__"
15290 wine_fn_config_makefile dlls/odbc32 "dlls/Makedll.rules \$(MAKEDEP)"
15291 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
15292
15293 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
15294 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: tools/widl tools/winebuild tools/winegcc include
15295 dlls/odbccp32/libodbccp32.$IMPLIBEXT dlls/odbccp32/libodbccp32.cross.a: dlls/odbccp32/odbccp32.spec dlls/odbccp32/Makefile
15296         @cd dlls/odbccp32 && \$(MAKE) \`basename \$@\`
15297 dlls/odbccp32 dlls/odbccp32/__install__ dlls/odbccp32/__install-lib__ dlls/odbccp32/__install-dev__: __builddeps__"
15298 wine_fn_config_makefile dlls/odbccp32 "dlls/Makedll.rules \$(MAKEDEP)"
15299 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
15300
15301 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15302 wine_fn_config_makefile dlls/odbccp32/tests "Maketest.rules \$(MAKEDEP)"
15303 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
15304
15305 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__"
15306 wine_fn_config_makefile dlls/ole2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15307 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
15308
15309 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__"
15310 wine_fn_config_makefile dlls/ole2conv.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15311 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
15312
15313 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__"
15314 wine_fn_config_makefile dlls/ole2disp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15315 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
15316
15317 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__"
15318 wine_fn_config_makefile dlls/ole2nls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15319 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
15320
15321 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__"
15322 wine_fn_config_makefile dlls/ole2prox.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15323 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
15324
15325 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__"
15326 wine_fn_config_makefile dlls/ole2thk.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15327 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
15328
15329 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
15330 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: tools/widl tools/winebuild tools/winegcc include
15331 dlls/ole32/libole32.$IMPLIBEXT dlls/ole32/libole32.cross.a: dlls/ole32/ole32.spec dlls/ole32/Makefile
15332         @cd dlls/ole32 && \$(MAKE) \`basename \$@\`
15333 dlls/ole32 dlls/ole32/__install__ dlls/ole32/__install-lib__ dlls/ole32/__install-dev__: __builddeps__"
15334 wine_fn_config_makefile dlls/ole32 "dlls/Makedll.rules \$(MAKEDEP)"
15335 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
15336
15337 wine_fn_config_test dlls/ole32/tests ole32_test
15338 wine_fn_config_makefile dlls/ole32/tests "Maketest.rules \$(MAKEDEP)"
15339 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
15340
15341 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
15342 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: tools/widl tools/winebuild tools/winegcc include
15343 dlls/oleacc/liboleacc.$IMPLIBEXT dlls/oleacc/liboleacc.cross.a: dlls/oleacc/oleacc.spec dlls/oleacc/Makefile
15344         @cd dlls/oleacc && \$(MAKE) \`basename \$@\`
15345 dlls/oleacc dlls/oleacc/__install__ dlls/oleacc/__install-lib__ dlls/oleacc/__install-dev__: __builddeps__"
15346 wine_fn_config_makefile dlls/oleacc "dlls/Makedll.rules \$(MAKEDEP)"
15347 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
15348
15349 wine_fn_config_test dlls/oleacc/tests oleacc_test
15350 wine_fn_config_makefile dlls/oleacc/tests "Maketest.rules \$(MAKEDEP)"
15351 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
15352
15353 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
15354 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: tools/widl tools/winebuild tools/winegcc include
15355 dlls/oleaut32/liboleaut32.$IMPLIBEXT dlls/oleaut32/liboleaut32.cross.a: dlls/oleaut32/oleaut32.spec dlls/oleaut32/Makefile
15356         @cd dlls/oleaut32 && \$(MAKE) \`basename \$@\`
15357 dlls/oleaut32 dlls/oleaut32/__install__ dlls/oleaut32/__install-lib__ dlls/oleaut32/__install-dev__: __builddeps__"
15358 wine_fn_config_makefile dlls/oleaut32 "dlls/Makedll.rules \$(MAKEDEP)"
15359 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
15360
15361 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15362 wine_fn_config_makefile dlls/oleaut32/tests "Maketest.rules \$(MAKEDEP)"
15363 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
15364
15365 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__"
15366 wine_fn_config_makefile dlls/olecli.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15367 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
15368
15369 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
15370 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: tools/widl tools/winebuild tools/winegcc include
15371 dlls/olecli32/libolecli32.$IMPLIBEXT dlls/olecli32/libolecli32.cross.a: dlls/olecli32/olecli32.spec dlls/olecli32/Makefile
15372         @cd dlls/olecli32 && \$(MAKE) \`basename \$@\`
15373 dlls/olecli32 dlls/olecli32/__install__ dlls/olecli32/__install-lib__ dlls/olecli32/__install-dev__: __builddeps__"
15374 wine_fn_config_makefile dlls/olecli32 "dlls/Makedll.rules \$(MAKEDEP)"
15375 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
15376
15377 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledb32 dlls/oledb32/__install__ dlls/oledb32/__install-lib__ dlls/oledb32/__install-dev__: __builddeps__"
15378 wine_fn_config_makefile dlls/oledb32 "dlls/Makedll.rules \$(MAKEDEP)"
15379 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
15380
15381 wine_fn_config_test dlls/oledb32/tests oledb32_test
15382 wine_fn_config_makefile dlls/oledb32/tests "Maketest.rules \$(MAKEDEP)"
15383 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
15384
15385 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
15386 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: tools/widl tools/winebuild tools/winegcc include
15387 dlls/oledlg/liboledlg.$IMPLIBEXT dlls/oledlg/liboledlg.cross.a: dlls/oledlg/oledlg.spec dlls/oledlg/Makefile
15388         @cd dlls/oledlg && \$(MAKE) \`basename \$@\`
15389 dlls/oledlg dlls/oledlg/__install__ dlls/oledlg/__install-lib__ dlls/oledlg/__install-dev__: __builddeps__"
15390 wine_fn_config_makefile dlls/oledlg "dlls/Makedll.rules \$(MAKEDEP)"
15391 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
15392
15393 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
15394 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: tools/widl tools/winebuild tools/winegcc include
15395 dlls/olepro32/libolepro32.$IMPLIBEXT dlls/olepro32/libolepro32.cross.a: dlls/olepro32/olepro32.spec dlls/olepro32/Makefile
15396         @cd dlls/olepro32 && \$(MAKE) \`basename \$@\`
15397 dlls/olepro32 dlls/olepro32/__install__ dlls/olepro32/__install-lib__ dlls/olepro32/__install-dev__: __builddeps__"
15398 wine_fn_config_makefile dlls/olepro32 "dlls/Makedll.rules \$(MAKEDEP)"
15399 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
15400
15401 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__"
15402 wine_fn_config_makefile dlls/olesvr.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15403 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
15404
15405 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
15406 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: tools/widl tools/winebuild tools/winegcc include
15407 dlls/olesvr32/libolesvr32.$IMPLIBEXT dlls/olesvr32/libolesvr32.cross.a: dlls/olesvr32/olesvr32.spec dlls/olesvr32/Makefile
15408         @cd dlls/olesvr32 && \$(MAKE) \`basename \$@\`
15409 dlls/olesvr32 dlls/olesvr32/__install__ dlls/olesvr32/__install-lib__ dlls/olesvr32/__install-dev__: __builddeps__"
15410 wine_fn_config_makefile dlls/olesvr32 "dlls/Makedll.rules \$(MAKEDEP)"
15411 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
15412
15413 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/olethk32 dlls/olethk32/__install__ dlls/olethk32/__install-lib__ dlls/olethk32/__install-dev__: __builddeps__"
15414 wine_fn_config_makefile dlls/olethk32 "dlls/Makedll.rules \$(MAKEDEP)"
15415 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
15416
15417 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/openal32 dlls/openal32/__install__ dlls/openal32/__install-lib__ dlls/openal32/__install-dev__: __builddeps__"
15418 wine_fn_config_makefile dlls/openal32 "dlls/Makedll.rules \$(MAKEDEP)"
15419 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
15420
15421 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
15422 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: tools/widl tools/winebuild tools/winegcc include
15423 dlls/opengl32/libopengl32.$IMPLIBEXT dlls/opengl32/libopengl32.cross.a: dlls/opengl32/opengl32.spec dlls/opengl32/Makefile
15424         @cd dlls/opengl32 && \$(MAKE) \`basename \$@\`
15425 dlls/opengl32 dlls/opengl32/__install__ dlls/opengl32/__install-lib__ dlls/opengl32/__install-dev__: __builddeps__"
15426 wine_fn_config_makefile dlls/opengl32 "dlls/Makedll.rules \$(MAKEDEP)"
15427 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
15428
15429 wine_fn_config_test dlls/opengl32/tests opengl32_test
15430 wine_fn_config_makefile dlls/opengl32/tests "Maketest.rules \$(MAKEDEP)"
15431 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
15432
15433 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
15434 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: tools/widl tools/winebuild tools/winegcc include
15435 dlls/pdh/libpdh.$IMPLIBEXT dlls/pdh/libpdh.cross.a: dlls/pdh/pdh.spec dlls/pdh/Makefile
15436         @cd dlls/pdh && \$(MAKE) \`basename \$@\`
15437 dlls/pdh dlls/pdh/__install__ dlls/pdh/__install-lib__ dlls/pdh/__install-dev__: __builddeps__"
15438 wine_fn_config_makefile dlls/pdh "dlls/Makedll.rules \$(MAKEDEP)"
15439 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
15440
15441 wine_fn_config_test dlls/pdh/tests pdh_test
15442 wine_fn_config_makefile dlls/pdh/tests "Maketest.rules \$(MAKEDEP)"
15443 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
15444
15445 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pidgen dlls/pidgen/__install__ dlls/pidgen/__install-lib__ dlls/pidgen/__install-dev__: __builddeps__"
15446 wine_fn_config_makefile dlls/pidgen "dlls/Makedll.rules \$(MAKEDEP)"
15447 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
15448
15449 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
15450 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: tools/widl tools/winebuild tools/winegcc include
15451 dlls/powrprof/libpowrprof.$IMPLIBEXT dlls/powrprof/libpowrprof.cross.a: dlls/powrprof/powrprof.spec dlls/powrprof/Makefile
15452         @cd dlls/powrprof && \$(MAKE) \`basename \$@\`
15453 dlls/powrprof dlls/powrprof/__install__ dlls/powrprof/__install-lib__ dlls/powrprof/__install-dev__: __builddeps__"
15454 wine_fn_config_makefile dlls/powrprof "dlls/Makedll.rules \$(MAKEDEP)"
15455 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
15456
15457 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/printui dlls/printui/__install__ dlls/printui/__install-lib__ dlls/printui/__install-dev__: __builddeps__"
15458 wine_fn_config_makefile dlls/printui "dlls/Makedll.rules \$(MAKEDEP)"
15459 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
15460
15461 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/propsys dlls/propsys/__install__ dlls/propsys/__install-lib__ dlls/propsys/__install-dev__: __builddeps__"
15462 wine_fn_config_makefile dlls/propsys "dlls/Makedll.rules \$(MAKEDEP)"
15463 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
15464
15465 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
15466 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15467 dlls/psapi/libpsapi.$IMPLIBEXT dlls/psapi/libpsapi.cross.a: dlls/psapi/psapi.spec dlls/psapi/Makefile
15468         @cd dlls/psapi && \$(MAKE) \`basename \$@\`
15469 dlls/psapi dlls/psapi/__install__ dlls/psapi/__install-lib__ dlls/psapi/__install-dev__: __builddeps__"
15470 wine_fn_config_makefile dlls/psapi "dlls/Makedll.rules \$(MAKEDEP)"
15471 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
15472
15473 wine_fn_config_test dlls/psapi/tests psapi_test
15474 wine_fn_config_makefile dlls/psapi/tests "Maketest.rules \$(MAKEDEP)"
15475 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
15476
15477 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/pstorec dlls/pstorec/__install__ dlls/pstorec/__install-lib__ dlls/pstorec/__install-dev__: __builddeps__"
15478 wine_fn_config_makefile dlls/pstorec "dlls/Makedll.rules \$(MAKEDEP)"
15479 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
15480
15481 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qcap dlls/qcap/__install__ dlls/qcap/__install-lib__ dlls/qcap/__install-dev__: __builddeps__"
15482 wine_fn_config_makefile dlls/qcap "dlls/Makedll.rules \$(MAKEDEP)"
15483 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
15484
15485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qedit dlls/qedit/__install__ dlls/qedit/__install-lib__ dlls/qedit/__install-dev__: __builddeps__"
15486 wine_fn_config_makefile dlls/qedit "dlls/Makedll.rules \$(MAKEDEP)"
15487 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
15488
15489 wine_fn_config_test dlls/qedit/tests qedit_test
15490 wine_fn_config_makefile dlls/qedit/tests "Maketest.rules \$(MAKEDEP)"
15491 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
15492
15493 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgr dlls/qmgr/__install__ dlls/qmgr/__install-lib__ dlls/qmgr/__install-dev__: __builddeps__"
15494 wine_fn_config_makefile dlls/qmgr "dlls/Makedll.rules \$(MAKEDEP)"
15495 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
15496
15497 wine_fn_config_test dlls/qmgr/tests qmgr_test
15498 wine_fn_config_makefile dlls/qmgr/tests "Maketest.rules \$(MAKEDEP)"
15499 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
15500
15501 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/qmgrprxy dlls/qmgrprxy/__install__ dlls/qmgrprxy/__install-lib__ dlls/qmgrprxy/__install-dev__: __builddeps__"
15502 wine_fn_config_makefile dlls/qmgrprxy "dlls/Makedll.rules \$(MAKEDEP)"
15503 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
15504
15505 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
15506 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: tools/widl tools/winebuild tools/winegcc include
15507 dlls/quartz/libquartz.$IMPLIBEXT dlls/quartz/libquartz.cross.a: dlls/quartz/quartz.spec dlls/quartz/Makefile
15508         @cd dlls/quartz && \$(MAKE) \`basename \$@\`
15509 dlls/quartz dlls/quartz/__install__ dlls/quartz/__install-lib__ dlls/quartz/__install-dev__: __builddeps__"
15510 wine_fn_config_makefile dlls/quartz "dlls/Makedll.rules \$(MAKEDEP)"
15511 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
15512
15513 wine_fn_config_test dlls/quartz/tests quartz_test
15514 wine_fn_config_makefile dlls/quartz/tests "Maketest.rules \$(MAKEDEP)"
15515 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
15516
15517 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/query dlls/query/__install__ dlls/query/__install-lib__ dlls/query/__install-dev__: __builddeps__"
15518 wine_fn_config_makefile dlls/query "dlls/Makedll.rules \$(MAKEDEP)"
15519 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
15520
15521 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__"
15522 wine_fn_config_makefile dlls/rasapi16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15523 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
15524
15525 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
15526 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15527 dlls/rasapi32/librasapi32.$IMPLIBEXT dlls/rasapi32/librasapi32.cross.a: dlls/rasapi32/rasapi32.spec dlls/rasapi32/Makefile
15528         @cd dlls/rasapi32 && \$(MAKE) \`basename \$@\`
15529 dlls/rasapi32 dlls/rasapi32/__install__ dlls/rasapi32/__install-lib__ dlls/rasapi32/__install-dev__: __builddeps__"
15530 wine_fn_config_makefile dlls/rasapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15531 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
15532
15533 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15534 wine_fn_config_makefile dlls/rasapi32/tests "Maketest.rules \$(MAKEDEP)"
15535 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
15536
15537 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
15538 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: tools/widl tools/winebuild tools/winegcc include
15539 dlls/rasdlg/librasdlg.$IMPLIBEXT dlls/rasdlg/librasdlg.cross.a: dlls/rasdlg/rasdlg.spec dlls/rasdlg/Makefile
15540         @cd dlls/rasdlg && \$(MAKE) \`basename \$@\`
15541 dlls/rasdlg dlls/rasdlg/__install__ dlls/rasdlg/__install-lib__ dlls/rasdlg/__install-dev__: __builddeps__"
15542 wine_fn_config_makefile dlls/rasdlg "dlls/Makedll.rules \$(MAKEDEP)"
15543 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
15544
15545 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
15546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: tools/widl tools/winebuild tools/winegcc include
15547 dlls/resutils/libresutils.$IMPLIBEXT dlls/resutils/libresutils.cross.a: dlls/resutils/resutils.spec dlls/resutils/Makefile
15548         @cd dlls/resutils && \$(MAKE) \`basename \$@\`
15549 dlls/resutils dlls/resutils/__install__ dlls/resutils/__install-lib__ dlls/resutils/__install-dev__: __builddeps__"
15550 wine_fn_config_makefile dlls/resutils "dlls/Makedll.rules \$(MAKEDEP)"
15551 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
15552
15553 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
15554 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: tools/widl tools/winebuild tools/winegcc include
15555 dlls/riched20/libriched20.$IMPLIBEXT dlls/riched20/libriched20.cross.a: dlls/riched20/riched20.spec dlls/riched20/Makefile
15556         @cd dlls/riched20 && \$(MAKE) \`basename \$@\`
15557 dlls/riched20 dlls/riched20/__install__ dlls/riched20/__install-lib__ dlls/riched20/__install-dev__: __builddeps__"
15558 wine_fn_config_makefile dlls/riched20 "dlls/Makedll.rules \$(MAKEDEP)"
15559 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
15560
15561 wine_fn_config_test dlls/riched20/tests riched20_test
15562 wine_fn_config_makefile dlls/riched20/tests "Maketest.rules \$(MAKEDEP)"
15563 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
15564
15565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/riched32 dlls/riched32/__install__ dlls/riched32/__install-lib__ dlls/riched32/__install-dev__: __builddeps__"
15566 wine_fn_config_makefile dlls/riched32 "dlls/Makedll.rules \$(MAKEDEP)"
15567 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
15568
15569 wine_fn_config_test dlls/riched32/tests riched32_test
15570 wine_fn_config_makefile dlls/riched32/tests "Maketest.rules \$(MAKEDEP)"
15571 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
15572
15573 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
15574 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: tools/widl tools/winebuild tools/winegcc include
15575 dlls/rpcrt4/librpcrt4.$IMPLIBEXT dlls/rpcrt4/librpcrt4.cross.a: dlls/rpcrt4/rpcrt4.spec dlls/rpcrt4/Makefile
15576         @cd dlls/rpcrt4 && \$(MAKE) \`basename \$@\`
15577 dlls/rpcrt4 dlls/rpcrt4/__install__ dlls/rpcrt4/__install-lib__ dlls/rpcrt4/__install-dev__: __builddeps__"
15578 wine_fn_config_makefile dlls/rpcrt4 "dlls/Makedll.rules \$(MAKEDEP)"
15579 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
15580
15581 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15582 wine_fn_config_makefile dlls/rpcrt4/tests "Maketest.rules \$(MAKEDEP)"
15583 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
15584
15585 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsabase dlls/rsabase/__install__ dlls/rsabase/__install-lib__ dlls/rsabase/__install-dev__: __builddeps__"
15586 wine_fn_config_makefile dlls/rsabase "dlls/Makedll.rules \$(MAKEDEP)"
15587 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
15588
15589 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
15590 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: tools/widl tools/winebuild tools/winegcc include
15591 dlls/rsaenh/librsaenh.$IMPLIBEXT dlls/rsaenh/librsaenh.cross.a: dlls/rsaenh/rsaenh.spec dlls/rsaenh/Makefile
15592         @cd dlls/rsaenh && \$(MAKE) \`basename \$@\`
15593 dlls/rsaenh dlls/rsaenh/__install__ dlls/rsaenh/__install-lib__ dlls/rsaenh/__install-dev__: __builddeps__"
15594 wine_fn_config_makefile dlls/rsaenh "dlls/Makedll.rules \$(MAKEDEP)"
15595 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
15596
15597 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15598 wine_fn_config_makefile dlls/rsaenh/tests "Maketest.rules \$(MAKEDEP)"
15599 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
15600
15601 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
15602 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: tools/widl tools/winebuild tools/winegcc include
15603 dlls/rtutils/librtutils.$IMPLIBEXT dlls/rtutils/librtutils.cross.a: dlls/rtutils/rtutils.spec dlls/rtutils/Makefile
15604         @cd dlls/rtutils && \$(MAKE) \`basename \$@\`
15605 dlls/rtutils dlls/rtutils/__install__ dlls/rtutils/__install-lib__ dlls/rtutils/__install-dev__: __builddeps__"
15606 wine_fn_config_makefile dlls/rtutils "dlls/Makedll.rules \$(MAKEDEP)"
15607 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
15608
15609 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__"
15610 wine_fn_config_makefile dlls/sane.ds "dlls/Makedll.rules \$(MAKEDEP)"
15611 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
15612
15613 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sccbase dlls/sccbase/__install__ dlls/sccbase/__install-lib__ dlls/sccbase/__install-dev__: __builddeps__"
15614 wine_fn_config_makefile dlls/sccbase "dlls/Makedll.rules \$(MAKEDEP)"
15615 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
15616
15617 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/schannel dlls/schannel/__install__ dlls/schannel/__install-lib__ dlls/schannel/__install-dev__: __builddeps__"
15618 wine_fn_config_makefile dlls/schannel "dlls/Makedll.rules \$(MAKEDEP)"
15619 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
15620
15621 wine_fn_config_test dlls/schannel/tests schannel_test
15622 wine_fn_config_makefile dlls/schannel/tests "Maketest.rules \$(MAKEDEP)"
15623 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
15624
15625 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
15626 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: tools/widl tools/winebuild tools/winegcc include
15627 dlls/secur32/libsecur32.$IMPLIBEXT dlls/secur32/libsecur32.cross.a: dlls/secur32/secur32.spec dlls/secur32/Makefile
15628         @cd dlls/secur32 && \$(MAKE) \`basename \$@\`
15629 dlls/secur32 dlls/secur32/__install__ dlls/secur32/__install-lib__ dlls/secur32/__install-dev__: __builddeps__"
15630 wine_fn_config_makefile dlls/secur32 "dlls/Makedll.rules \$(MAKEDEP)"
15631 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
15632
15633 wine_fn_config_test dlls/secur32/tests secur32_test
15634 wine_fn_config_makefile dlls/secur32/tests "Maketest.rules \$(MAKEDEP)"
15635 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
15636
15637 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/security dlls/security/__install__ dlls/security/__install-lib__ dlls/security/__install-dev__: __builddeps__"
15638 wine_fn_config_makefile dlls/security "dlls/Makedll.rules \$(MAKEDEP)"
15639 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
15640
15641 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
15642 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15643 dlls/sensapi/libsensapi.$IMPLIBEXT dlls/sensapi/libsensapi.cross.a: dlls/sensapi/sensapi.spec dlls/sensapi/Makefile
15644         @cd dlls/sensapi && \$(MAKE) \`basename \$@\`
15645 dlls/sensapi dlls/sensapi/__install__ dlls/sensapi/__install-lib__ dlls/sensapi/__install-dev__: __builddeps__"
15646 wine_fn_config_makefile dlls/sensapi "dlls/Makedll.rules \$(MAKEDEP)"
15647 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
15648
15649 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
15650 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: tools/widl tools/winebuild tools/winegcc include
15651 dlls/serialui/libserialui.$IMPLIBEXT dlls/serialui/libserialui.cross.a: dlls/serialui/serialui.spec dlls/serialui/Makefile
15652         @cd dlls/serialui && \$(MAKE) \`basename \$@\`
15653 dlls/serialui dlls/serialui/__install__ dlls/serialui/__install-lib__ dlls/serialui/__install-dev__: __builddeps__"
15654 wine_fn_config_makefile dlls/serialui "dlls/Makedll.rules \$(MAKEDEP)"
15655 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
15656
15657 wine_fn_config_test dlls/serialui/tests serialui_test
15658 wine_fn_config_makefile dlls/serialui/tests "Maketest.rules \$(MAKEDEP)"
15659 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
15660
15661 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
15662 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15663 dlls/setupapi/libsetupapi.$IMPLIBEXT dlls/setupapi/libsetupapi.cross.a: dlls/setupapi/setupapi.spec dlls/setupapi/Makefile
15664         @cd dlls/setupapi && \$(MAKE) \`basename \$@\`
15665 dlls/setupapi dlls/setupapi/__install__ dlls/setupapi/__install-lib__ dlls/setupapi/__install-dev__: __builddeps__"
15666 wine_fn_config_makefile dlls/setupapi "dlls/Makedll.rules \$(MAKEDEP)"
15667 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
15668
15669 wine_fn_config_test dlls/setupapi/tests setupapi_test
15670 wine_fn_config_makefile dlls/setupapi/tests "Maketest.rules \$(MAKEDEP)"
15671 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
15672
15673 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__"
15674 wine_fn_config_makefile dlls/setupx.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15675 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
15676
15677 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
15678 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: tools/widl tools/winebuild tools/winegcc include
15679 dlls/sfc/libsfc.$IMPLIBEXT dlls/sfc/libsfc.cross.a: dlls/sfc/sfc.spec dlls/sfc/Makefile
15680         @cd dlls/sfc && \$(MAKE) \`basename \$@\`
15681 dlls/sfc dlls/sfc/__install__ dlls/sfc/__install-lib__ dlls/sfc/__install-dev__: __builddeps__"
15682 wine_fn_config_makefile dlls/sfc "dlls/Makedll.rules \$(MAKEDEP)"
15683 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
15684
15685 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
15686 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
15687 dlls/sfc_os/libsfc_os.$IMPLIBEXT dlls/sfc_os/libsfc_os.cross.a: dlls/sfc_os/sfc_os.spec dlls/sfc_os/Makefile
15688         @cd dlls/sfc_os && \$(MAKE) \`basename \$@\`
15689 dlls/sfc_os dlls/sfc_os/__install__ dlls/sfc_os/__install-lib__ dlls/sfc_os/__install-dev__: __builddeps__"
15690 wine_fn_config_makefile dlls/sfc_os "dlls/Makedll.rules \$(MAKEDEP)"
15691 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
15692
15693 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdoclc dlls/shdoclc/__install__ dlls/shdoclc/__install-lib__ dlls/shdoclc/__install-dev__: __builddeps__"
15694 wine_fn_config_makefile dlls/shdoclc "dlls/Makedll.rules \$(MAKEDEP)"
15695 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
15696
15697 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
15698 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: tools/widl tools/winebuild tools/winegcc include
15699 dlls/shdocvw/libshdocvw.$IMPLIBEXT dlls/shdocvw/libshdocvw.cross.a: dlls/shdocvw/shdocvw.spec dlls/shdocvw/Makefile
15700         @cd dlls/shdocvw && \$(MAKE) \`basename \$@\`
15701 dlls/shdocvw dlls/shdocvw/__install__ dlls/shdocvw/__install-lib__ dlls/shdocvw/__install-dev__: __builddeps__"
15702 wine_fn_config_makefile dlls/shdocvw "dlls/Makedll.rules \$(MAKEDEP)"
15703 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
15704
15705 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15706 wine_fn_config_makefile dlls/shdocvw/tests "Maketest.rules \$(MAKEDEP)"
15707 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
15708
15709 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__"
15710 wine_fn_config_makefile dlls/shell.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15711 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
15712
15713 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
15714 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: tools/widl tools/winebuild tools/winegcc include
15715 dlls/shell32/libshell32.$IMPLIBEXT dlls/shell32/libshell32.cross.a: dlls/shell32/shell32.spec dlls/shell32/Makefile
15716         @cd dlls/shell32 && \$(MAKE) \`basename \$@\`
15717 dlls/shell32 dlls/shell32/__install__ dlls/shell32/__install-lib__ dlls/shell32/__install-dev__: __builddeps__"
15718 wine_fn_config_makefile dlls/shell32 "dlls/Makedll.rules \$(MAKEDEP)"
15719 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
15720
15721 wine_fn_config_test dlls/shell32/tests shell32_test
15722 wine_fn_config_makefile dlls/shell32/tests "Maketest.rules \$(MAKEDEP)"
15723 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
15724
15725 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
15726 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: tools/widl tools/winebuild tools/winegcc include
15727 dlls/shfolder/libshfolder.$IMPLIBEXT dlls/shfolder/libshfolder.cross.a: dlls/shfolder/shfolder.spec dlls/shfolder/Makefile
15728         @cd dlls/shfolder && \$(MAKE) \`basename \$@\`
15729 dlls/shfolder dlls/shfolder/__install__ dlls/shfolder/__install-lib__ dlls/shfolder/__install-dev__: __builddeps__"
15730 wine_fn_config_makefile dlls/shfolder "dlls/Makedll.rules \$(MAKEDEP)"
15731 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
15732
15733 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
15734 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15735 dlls/shlwapi/libshlwapi.$IMPLIBEXT dlls/shlwapi/libshlwapi.cross.a: dlls/shlwapi/shlwapi.spec dlls/shlwapi/Makefile
15736         @cd dlls/shlwapi && \$(MAKE) \`basename \$@\`
15737 dlls/shlwapi dlls/shlwapi/__install__ dlls/shlwapi/__install-lib__ dlls/shlwapi/__install-dev__: __builddeps__"
15738 wine_fn_config_makefile dlls/shlwapi "dlls/Makedll.rules \$(MAKEDEP)"
15739 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
15740
15741 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15742 wine_fn_config_makefile dlls/shlwapi/tests "Maketest.rules \$(MAKEDEP)"
15743 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
15744
15745 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slbcsp dlls/slbcsp/__install__ dlls/slbcsp/__install-lib__ dlls/slbcsp/__install-dev__: __builddeps__"
15746 wine_fn_config_makefile dlls/slbcsp "dlls/Makedll.rules \$(MAKEDEP)"
15747 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
15748
15749 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
15750 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: tools/widl tools/winebuild tools/winegcc include
15751 dlls/slc/libslc.$IMPLIBEXT dlls/slc/libslc.cross.a: dlls/slc/slc.spec dlls/slc/Makefile
15752         @cd dlls/slc && \$(MAKE) \`basename \$@\`
15753 dlls/slc dlls/slc/__install__ dlls/slc/__install-lib__ dlls/slc/__install-dev__: __builddeps__"
15754 wine_fn_config_makefile dlls/slc "dlls/Makedll.rules \$(MAKEDEP)"
15755 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
15756
15757 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
15758 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: tools/widl tools/winebuild tools/winegcc include
15759 dlls/snmpapi/libsnmpapi.$IMPLIBEXT dlls/snmpapi/libsnmpapi.cross.a: dlls/snmpapi/snmpapi.spec dlls/snmpapi/Makefile
15760         @cd dlls/snmpapi && \$(MAKE) \`basename \$@\`
15761 dlls/snmpapi dlls/snmpapi/__install__ dlls/snmpapi/__install-lib__ dlls/snmpapi/__install-dev__: __builddeps__"
15762 wine_fn_config_makefile dlls/snmpapi "dlls/Makedll.rules \$(MAKEDEP)"
15763 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
15764
15765 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15766 wine_fn_config_makefile dlls/snmpapi/tests "Maketest.rules \$(MAKEDEP)"
15767 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
15768
15769 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/softpub dlls/softpub/__install__ dlls/softpub/__install-lib__ dlls/softpub/__install-dev__: __builddeps__"
15770 wine_fn_config_makefile dlls/softpub "dlls/Makedll.rules \$(MAKEDEP)"
15771 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
15772
15773 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__"
15774 wine_fn_config_makefile dlls/sound.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15775 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
15776
15777 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
15778 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: tools/widl tools/winebuild tools/winegcc include
15779 dlls/spoolss/libspoolss.$IMPLIBEXT dlls/spoolss/libspoolss.cross.a: dlls/spoolss/spoolss.spec dlls/spoolss/Makefile
15780         @cd dlls/spoolss && \$(MAKE) \`basename \$@\`
15781 dlls/spoolss dlls/spoolss/__install__ dlls/spoolss/__install-lib__ dlls/spoolss/__install-dev__: __builddeps__"
15782 wine_fn_config_makefile dlls/spoolss "dlls/Makedll.rules \$(MAKEDEP)"
15783 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
15784
15785 wine_fn_config_test dlls/spoolss/tests spoolss_test
15786 wine_fn_config_makefile dlls/spoolss/tests "Maketest.rules \$(MAKEDEP)"
15787 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
15788
15789 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__"
15790 wine_fn_config_makefile dlls/stdole2.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15791 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
15792
15793 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__"
15794 wine_fn_config_makefile dlls/stdole32.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15795 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
15796
15797 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
15798 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: tools/widl tools/winebuild tools/winegcc include
15799 dlls/sti/libsti.$IMPLIBEXT dlls/sti/libsti.cross.a: dlls/sti/sti.spec dlls/sti/Makefile
15800         @cd dlls/sti && \$(MAKE) \`basename \$@\`
15801 dlls/sti dlls/sti/__install__ dlls/sti/__install-lib__ dlls/sti/__install-dev__: __builddeps__"
15802 wine_fn_config_makefile dlls/sti "dlls/Makedll.rules \$(MAKEDEP)"
15803 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
15804
15805 wine_fn_config_test dlls/sti/tests sti_test
15806 wine_fn_config_makefile dlls/sti/tests "Maketest.rules \$(MAKEDEP)"
15807 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
15808
15809 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__"
15810 wine_fn_config_makefile dlls/storage.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15811 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
15812
15813 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__"
15814 wine_fn_config_makefile dlls/stress.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15815 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
15816
15817 wine_fn_config_lib strmiids
15818 wine_fn_config_makefile dlls/strmiids "dlls/Makeimplib.rules \$(MAKEDEP)"
15819 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
15820
15821 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/svrapi dlls/svrapi/__install__ dlls/svrapi/__install-lib__ dlls/svrapi/__install-dev__: __builddeps__"
15822 wine_fn_config_makefile dlls/svrapi "dlls/Makedll.rules \$(MAKEDEP)"
15823 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
15824
15825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/sxs dlls/sxs/__install__ dlls/sxs/__install-lib__ dlls/sxs/__install-dev__: __builddeps__"
15826 wine_fn_config_makefile dlls/sxs "dlls/Makedll.rules \$(MAKEDEP)"
15827 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
15828
15829 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__"
15830 wine_fn_config_makefile dlls/system.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15831 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
15832
15833 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/t2embed dlls/t2embed/__install__ dlls/t2embed/__install-lib__ dlls/t2embed/__install-dev__: __builddeps__"
15834 wine_fn_config_makefile dlls/t2embed "dlls/Makedll.rules \$(MAKEDEP)"
15835 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
15836
15837 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
15838 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
15839 dlls/tapi32/libtapi32.$IMPLIBEXT dlls/tapi32/libtapi32.cross.a: dlls/tapi32/tapi32.spec dlls/tapi32/Makefile
15840         @cd dlls/tapi32 && \$(MAKE) \`basename \$@\`
15841 dlls/tapi32 dlls/tapi32/__install__ dlls/tapi32/__install-lib__ dlls/tapi32/__install-dev__: __builddeps__"
15842 wine_fn_config_makefile dlls/tapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15843 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
15844
15845 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__"
15846 wine_fn_config_makefile dlls/toolhelp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15847 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
15848
15849 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/traffic dlls/traffic/__install__ dlls/traffic/__install-lib__ dlls/traffic/__install-dev__: __builddeps__"
15850 wine_fn_config_makefile dlls/traffic "dlls/Makedll.rules \$(MAKEDEP)"
15851 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
15852
15853 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__"
15854 wine_fn_config_makefile dlls/twain.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15855 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
15856
15857 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__"
15858 wine_fn_config_makefile dlls/twain_32 "dlls/Makedll.rules \$(MAKEDEP)"
15859 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
15860
15861 wine_fn_config_test dlls/twain_32/tests twain_32_test
15862 wine_fn_config_makefile dlls/twain_32/tests "Maketest.rules \$(MAKEDEP)"
15863 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
15864
15865 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__"
15866 wine_fn_config_makefile dlls/typelib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15867 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
15868
15869 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
15870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: tools/widl tools/winebuild tools/winegcc include
15871 dlls/unicows/libunicows.$IMPLIBEXT dlls/unicows/libunicows.cross.a: dlls/unicows/unicows.spec dlls/unicows/Makefile
15872         @cd dlls/unicows && \$(MAKE) \`basename \$@\`
15873 dlls/unicows dlls/unicows/__install__ dlls/unicows/__install-lib__ dlls/unicows/__install-dev__: __builddeps__"
15874 wine_fn_config_makefile dlls/unicows "dlls/Makedll.rules \$(MAKEDEP)"
15875 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
15876
15877 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/updspapi dlls/updspapi/__install__ dlls/updspapi/__install-lib__ dlls/updspapi/__install-dev__: __builddeps__"
15878 wine_fn_config_makefile dlls/updspapi "dlls/Makedll.rules \$(MAKEDEP)"
15879 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
15880
15881 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
15882 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: tools/widl tools/winebuild tools/winegcc include
15883 dlls/url/liburl.$IMPLIBEXT dlls/url/liburl.cross.a: dlls/url/url.spec dlls/url/Makefile
15884         @cd dlls/url && \$(MAKE) \`basename \$@\`
15885 dlls/url dlls/url/__install__ dlls/url/__install-lib__ dlls/url/__install-dev__: __builddeps__"
15886 wine_fn_config_makefile dlls/url "dlls/Makedll.rules \$(MAKEDEP)"
15887 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
15888
15889 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
15890 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: tools/widl tools/winebuild tools/winegcc include
15891 dlls/urlmon/liburlmon.$IMPLIBEXT dlls/urlmon/liburlmon.cross.a: dlls/urlmon/urlmon.spec dlls/urlmon/Makefile
15892         @cd dlls/urlmon && \$(MAKE) \`basename \$@\`
15893 dlls/urlmon dlls/urlmon/__install__ dlls/urlmon/__install-lib__ dlls/urlmon/__install-dev__: __builddeps__"
15894 wine_fn_config_makefile dlls/urlmon "dlls/Makedll.rules \$(MAKEDEP)"
15895 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
15896
15897 wine_fn_config_test dlls/urlmon/tests urlmon_test
15898 wine_fn_config_makefile dlls/urlmon/tests "Maketest.rules \$(MAKEDEP)"
15899 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
15900
15901 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__"
15902 wine_fn_config_makefile dlls/user.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
15903 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
15904
15905 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
15906 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: tools/widl tools/winebuild tools/winegcc include
15907 dlls/user32/libuser32.$IMPLIBEXT dlls/user32/libuser32.cross.a: dlls/user32/user32.spec dlls/user32/Makefile
15908         @cd dlls/user32 && \$(MAKE) \`basename \$@\`
15909 dlls/user32 dlls/user32/__install__ dlls/user32/__install-lib__ dlls/user32/__install-dev__: __builddeps__"
15910 wine_fn_config_makefile dlls/user32 "dlls/Makedll.rules \$(MAKEDEP)"
15911 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
15912
15913 wine_fn_config_test dlls/user32/tests user32_test
15914 wine_fn_config_makefile dlls/user32/tests "Maketest.rules \$(MAKEDEP)"
15915 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
15916
15917 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
15918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: tools/widl tools/winebuild tools/winegcc include
15919 dlls/userenv/libuserenv.$IMPLIBEXT dlls/userenv/libuserenv.cross.a: dlls/userenv/userenv.spec dlls/userenv/Makefile
15920         @cd dlls/userenv && \$(MAKE) \`basename \$@\`
15921 dlls/userenv dlls/userenv/__install__ dlls/userenv/__install-lib__ dlls/userenv/__install-dev__: __builddeps__"
15922 wine_fn_config_makefile dlls/userenv "dlls/Makedll.rules \$(MAKEDEP)"
15923 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
15924
15925 wine_fn_config_test dlls/userenv/tests userenv_test
15926 wine_fn_config_makefile dlls/userenv/tests "Maketest.rules \$(MAKEDEP)"
15927 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
15928
15929 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
15930 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: tools/widl tools/winebuild tools/winegcc include
15931 dlls/usp10/libusp10.$IMPLIBEXT dlls/usp10/libusp10.cross.a: dlls/usp10/usp10.spec dlls/usp10/Makefile
15932         @cd dlls/usp10 && \$(MAKE) \`basename \$@\`
15933 dlls/usp10 dlls/usp10/__install__ dlls/usp10/__install-lib__ dlls/usp10/__install-dev__: __builddeps__"
15934 wine_fn_config_makefile dlls/usp10 "dlls/Makedll.rules \$(MAKEDEP)"
15935 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
15936
15937 wine_fn_config_test dlls/usp10/tests usp10_test
15938 wine_fn_config_makefile dlls/usp10/tests "Maketest.rules \$(MAKEDEP)"
15939 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
15940
15941 wine_fn_config_lib uuid
15942 wine_fn_config_makefile dlls/uuid "dlls/Makeimplib.rules \$(MAKEDEP)"
15943 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
15944
15945 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
15946 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: tools/widl tools/winebuild tools/winegcc include
15947 dlls/uxtheme/libuxtheme.$IMPLIBEXT dlls/uxtheme/libuxtheme.cross.a: dlls/uxtheme/uxtheme.spec dlls/uxtheme/Makefile
15948         @cd dlls/uxtheme && \$(MAKE) \`basename \$@\`
15949 dlls/uxtheme dlls/uxtheme/__install__ dlls/uxtheme/__install-lib__ dlls/uxtheme/__install-dev__: __builddeps__"
15950 wine_fn_config_makefile dlls/uxtheme "dlls/Makedll.rules \$(MAKEDEP)"
15951 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
15952
15953 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15954 wine_fn_config_makefile dlls/uxtheme/tests "Maketest.rules \$(MAKEDEP)"
15955 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
15956
15957 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__"
15958 wine_fn_config_makefile dlls/vdhcp.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15959 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
15960
15961 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
15962 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: tools/widl tools/winebuild tools/winegcc include
15963 dlls/vdmdbg/libvdmdbg.$IMPLIBEXT dlls/vdmdbg/libvdmdbg.cross.a: dlls/vdmdbg/vdmdbg.spec dlls/vdmdbg/Makefile
15964         @cd dlls/vdmdbg && \$(MAKE) \`basename \$@\`
15965 dlls/vdmdbg dlls/vdmdbg/__install__ dlls/vdmdbg/__install-lib__ dlls/vdmdbg/__install-dev__: __builddeps__"
15966 wine_fn_config_makefile dlls/vdmdbg "dlls/Makedll.rules \$(MAKEDEP)"
15967 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
15968
15969 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__"
15970 wine_fn_config_makefile dlls/ver.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15971 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
15972
15973 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
15974 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: tools/widl tools/winebuild tools/winegcc include
15975 dlls/version/libversion.$IMPLIBEXT dlls/version/libversion.cross.a: dlls/version/version.spec dlls/version/Makefile
15976         @cd dlls/version && \$(MAKE) \`basename \$@\`
15977 dlls/version dlls/version/__install__ dlls/version/__install-lib__ dlls/version/__install-dev__: __builddeps__"
15978 wine_fn_config_makefile dlls/version "dlls/Makedll.rules \$(MAKEDEP)"
15979 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
15980
15981 wine_fn_config_test dlls/version/tests version_test
15982 wine_fn_config_makefile dlls/version/tests "Maketest.rules \$(MAKEDEP)"
15983 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
15984
15985 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__"
15986 wine_fn_config_makefile dlls/vmm.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15987 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
15988
15989 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__"
15990 wine_fn_config_makefile dlls/vnbt.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15991 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
15992
15993 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__"
15994 wine_fn_config_makefile dlls/vnetbios.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15995 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
15996
15997 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__"
15998 wine_fn_config_makefile dlls/vtdapi.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15999 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
16000
16001 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__"
16002 wine_fn_config_makefile dlls/vwin32.vxd "dlls/Makedll.rules \$(MAKEDEP)"
16003 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
16004
16005 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/w32skrnl dlls/w32skrnl/__install__ dlls/w32skrnl/__install-lib__ dlls/w32skrnl/__install-dev__: __builddeps__"
16006 wine_fn_config_makefile dlls/w32skrnl "dlls/Makedll.rules \$(MAKEDEP)"
16007 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
16008
16009 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__"
16010 wine_fn_config_makefile dlls/w32sys.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16011 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
16012
16013 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wbemprox dlls/wbemprox/__install__ dlls/wbemprox/__install-lib__ dlls/wbemprox/__install-dev__: __builddeps__"
16014 wine_fn_config_makefile dlls/wbemprox "dlls/Makedll.rules \$(MAKEDEP)"
16015 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
16016
16017 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wiaservc dlls/wiaservc/__install__ dlls/wiaservc/__install-lib__ dlls/wiaservc/__install-dev__: __builddeps__"
16018 wine_fn_config_makefile dlls/wiaservc "dlls/Makedll.rules \$(MAKEDEP)"
16019 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
16020
16021 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__"
16022 wine_fn_config_makefile dlls/win32s16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16023 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
16024
16025 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__"
16026 wine_fn_config_makefile dlls/win87em.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16027 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
16028
16029 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__"
16030 wine_fn_config_makefile dlls/winaspi.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16031 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
16032
16033 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__"
16034 wine_fn_config_makefile dlls/windebug.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16035 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
16036
16037 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
16038 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: tools/widl tools/winebuild tools/winegcc include
16039 dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT dlls/windowscodecs/libwindowscodecs.cross.a: dlls/windowscodecs/windowscodecs.spec dlls/windowscodecs/Makefile
16040         @cd dlls/windowscodecs && \$(MAKE) \`basename \$@\`
16041 dlls/windowscodecs dlls/windowscodecs/__install__ dlls/windowscodecs/__install-lib__ dlls/windowscodecs/__install-dev__: __builddeps__"
16042 wine_fn_config_makefile dlls/windowscodecs "dlls/Makedll.rules \$(MAKEDEP)"
16043 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
16044
16045 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
16046 wine_fn_config_makefile dlls/windowscodecs/tests "Maketest.rules \$(MAKEDEP)"
16047 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
16048
16049 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__"
16050 wine_fn_config_makefile dlls/winealsa.drv "dlls/Makedll.rules \$(MAKEDEP)"
16051 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
16052
16053 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__"
16054 wine_fn_config_makefile dlls/wineaudioio.drv "dlls/Makedll.rules \$(MAKEDEP)"
16055 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
16056
16057 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__"
16058 wine_fn_config_makefile dlls/winecoreaudio.drv "dlls/Makedll.rules \$(MAKEDEP)"
16059 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
16060
16061 wine_fn_config_lib winecrt0
16062 wine_fn_config_makefile dlls/winecrt0 "dlls/Makeimplib.rules \$(MAKEDEP)"
16063 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
16064
16065 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
16066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: tools/widl tools/winebuild tools/winegcc include
16067 dlls/wined3d/libwined3d.$IMPLIBEXT dlls/wined3d/libwined3d.cross.a: dlls/wined3d/wined3d.spec dlls/wined3d/Makefile
16068         @cd dlls/wined3d && \$(MAKE) \`basename \$@\`
16069 dlls/wined3d dlls/wined3d/__install__ dlls/wined3d/__install-lib__ dlls/wined3d/__install-dev__: __builddeps__"
16070 wine_fn_config_makefile dlls/wined3d "dlls/Makedll.rules \$(MAKEDEP)"
16071 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
16072
16073 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__"
16074 wine_fn_config_makefile dlls/wineesd.drv "dlls/Makedll.rules \$(MAKEDEP)"
16075 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
16076
16077 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__"
16078 wine_fn_config_makefile dlls/winejack.drv "dlls/Makedll.rules \$(MAKEDEP)"
16079 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
16080
16081 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__"
16082 wine_fn_config_makefile dlls/winejoystick.drv "dlls/Makedll.rules \$(MAKEDEP)"
16083 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
16084
16085 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winemapi dlls/winemapi/__install__ dlls/winemapi/__install-lib__ dlls/winemapi/__install-dev__: __builddeps__"
16086 wine_fn_config_makefile dlls/winemapi "dlls/Makedll.rules \$(MAKEDEP)"
16087 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
16088
16089 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__"
16090 wine_fn_config_makefile dlls/winemp3.acm "dlls/Makedll.rules \$(MAKEDEP)"
16091 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
16092
16093 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__"
16094 wine_fn_config_makefile dlls/winenas.drv "dlls/Makedll.rules \$(MAKEDEP)"
16095 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
16096
16097 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__"
16098 wine_fn_config_makefile dlls/wineoss.drv "dlls/Makedll.rules \$(MAKEDEP)"
16099 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
16100
16101 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__"
16102 wine_fn_config_makefile dlls/wineps.drv "dlls/Makedll.rules \$(MAKEDEP)"
16103 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
16104
16105 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__"
16106 wine_fn_config_makefile dlls/wineps16.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
16107 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
16108
16109 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__"
16110 wine_fn_config_makefile dlls/winequartz.drv "dlls/Makedll.rules \$(MAKEDEP)"
16111 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
16112
16113 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__"
16114 wine_fn_config_makefile dlls/winex11.drv "dlls/Makedll.rules \$(MAKEDEP)"
16115 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
16116
16117 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__"
16118 wine_fn_config_makefile dlls/wing.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16119 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
16120
16121 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wing32 dlls/wing32/__install__ dlls/wing32/__install-lib__ dlls/wing32/__install-dev__: __builddeps__"
16122 wine_fn_config_makefile dlls/wing32 "dlls/Makedll.rules \$(MAKEDEP)"
16123 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
16124
16125 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
16126 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: tools/widl tools/winebuild tools/winegcc include
16127 dlls/winhttp/libwinhttp.$IMPLIBEXT dlls/winhttp/libwinhttp.cross.a: dlls/winhttp/winhttp.spec dlls/winhttp/Makefile
16128         @cd dlls/winhttp && \$(MAKE) \`basename \$@\`
16129 dlls/winhttp dlls/winhttp/__install__ dlls/winhttp/__install-lib__ dlls/winhttp/__install-dev__: __builddeps__"
16130 wine_fn_config_makefile dlls/winhttp "dlls/Makedll.rules \$(MAKEDEP)"
16131 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
16132
16133 wine_fn_config_test dlls/winhttp/tests winhttp_test
16134 wine_fn_config_makefile dlls/winhttp/tests "Maketest.rules \$(MAKEDEP)"
16135 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
16136
16137 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
16138 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: tools/widl tools/winebuild tools/winegcc include
16139 dlls/wininet/libwininet.$IMPLIBEXT dlls/wininet/libwininet.cross.a: dlls/wininet/wininet.spec dlls/wininet/Makefile
16140         @cd dlls/wininet && \$(MAKE) \`basename \$@\`
16141 dlls/wininet dlls/wininet/__install__ dlls/wininet/__install-lib__ dlls/wininet/__install-dev__: __builddeps__"
16142 wine_fn_config_makefile dlls/wininet "dlls/Makedll.rules \$(MAKEDEP)"
16143 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
16144
16145 wine_fn_config_test dlls/wininet/tests wininet_test
16146 wine_fn_config_makefile dlls/wininet/tests "Maketest.rules \$(MAKEDEP)"
16147 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
16148
16149 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
16150 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: tools/widl tools/winebuild tools/winegcc include
16151 dlls/winmm/libwinmm.$IMPLIBEXT dlls/winmm/libwinmm.cross.a: dlls/winmm/winmm.spec dlls/winmm/Makefile
16152         @cd dlls/winmm && \$(MAKE) \`basename \$@\`
16153 dlls/winmm dlls/winmm/__install__ dlls/winmm/__install-lib__ dlls/winmm/__install-dev__: __builddeps__"
16154 wine_fn_config_makefile dlls/winmm "dlls/Makedll.rules \$(MAKEDEP)"
16155 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
16156
16157 wine_fn_config_test dlls/winmm/tests winmm_test
16158 wine_fn_config_makefile dlls/winmm/tests "Maketest.rules \$(MAKEDEP)"
16159 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
16160
16161 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__"
16162 wine_fn_config_makefile dlls/winnls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16163 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
16164
16165 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
16166 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: tools/widl tools/winebuild tools/winegcc include
16167 dlls/winnls32/libwinnls32.$IMPLIBEXT dlls/winnls32/libwinnls32.cross.a: dlls/winnls32/winnls32.spec dlls/winnls32/Makefile
16168         @cd dlls/winnls32 && \$(MAKE) \`basename \$@\`
16169 dlls/winnls32 dlls/winnls32/__install__ dlls/winnls32/__install-lib__ dlls/winnls32/__install-dev__: __builddeps__"
16170 wine_fn_config_makefile dlls/winnls32 "dlls/Makedll.rules \$(MAKEDEP)"
16171 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
16172
16173 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
16174 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: tools/widl tools/winebuild tools/winegcc include
16175 dlls/winscard/libwinscard.$IMPLIBEXT dlls/winscard/libwinscard.cross.a: dlls/winscard/winscard.spec dlls/winscard/Makefile
16176         @cd dlls/winscard && \$(MAKE) \`basename \$@\`
16177 dlls/winscard dlls/winscard/__install__ dlls/winscard/__install-lib__ dlls/winscard/__install-dev__: __builddeps__"
16178 wine_fn_config_makefile dlls/winscard "dlls/Makedll.rules \$(MAKEDEP)"
16179 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
16180
16181 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__"
16182 wine_fn_config_makefile dlls/winsock.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16183 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
16184
16185 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
16186 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
16187 dlls/libwinspool.$IMPLIBEXT: dlls/winspool.drv/libwinspool.$IMPLIBEXT
16188         \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.$IMPLIBEXT \$@
16189 dlls/libwinspool.cross.a: dlls/winspool.drv/libwinspool.cross.a
16190         \$(RM) \$@ && \$(LN_S) winspool.drv/libwinspool.cross.a \$@
16191 clean::
16192         \$(RM) dlls/libwinspool.$IMPLIBEXT
16193 dlls/winspool.drv/libwinspool.$IMPLIBEXT dlls/winspool.drv/libwinspool.cross.a: dlls/winspool.drv/winspool.drv.spec dlls/winspool.drv/Makefile
16194         @cd dlls/winspool.drv && \$(MAKE) \`basename \$@\`
16195 dlls/winspool.drv dlls/winspool.drv/__install__ dlls/winspool.drv/__install-lib__ dlls/winspool.drv/__install-dev__: __builddeps__"
16196 wine_fn_config_makefile dlls/winspool.drv "dlls/Makedll.rules \$(MAKEDEP)"
16197 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
16198
16199 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
16200 wine_fn_config_makefile dlls/winspool.drv/tests "Maketest.rules \$(MAKEDEP)"
16201 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
16202
16203 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__"
16204 wine_fn_config_makefile dlls/wintab.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
16205 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
16206
16207 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
16208 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: tools/widl tools/winebuild tools/winegcc include
16209 dlls/wintab32/libwintab32.$IMPLIBEXT dlls/wintab32/libwintab32.cross.a: dlls/wintab32/wintab32.spec dlls/wintab32/Makefile
16210         @cd dlls/wintab32 && \$(MAKE) \`basename \$@\`
16211 dlls/wintab32 dlls/wintab32/__install__ dlls/wintab32/__install-lib__ dlls/wintab32/__install-dev__: __builddeps__"
16212 wine_fn_config_makefile dlls/wintab32 "dlls/Makedll.rules \$(MAKEDEP)"
16213 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
16214
16215 wine_fn_config_test dlls/wintab32/tests wintab32_test
16216 wine_fn_config_makefile dlls/wintab32/tests "Maketest.rules \$(MAKEDEP)"
16217 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
16218
16219 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
16220 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: tools/widl tools/winebuild tools/winegcc include
16221 dlls/wintrust/libwintrust.$IMPLIBEXT dlls/wintrust/libwintrust.cross.a: dlls/wintrust/wintrust.spec dlls/wintrust/Makefile
16222         @cd dlls/wintrust && \$(MAKE) \`basename \$@\`
16223 dlls/wintrust dlls/wintrust/__install__ dlls/wintrust/__install-lib__ dlls/wintrust/__install-dev__: __builddeps__"
16224 wine_fn_config_makefile dlls/wintrust "dlls/Makedll.rules \$(MAKEDEP)"
16225 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
16226
16227 wine_fn_config_test dlls/wintrust/tests wintrust_test
16228 wine_fn_config_makefile dlls/wintrust/tests "Maketest.rules \$(MAKEDEP)"
16229 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
16230
16231 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
16232 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: tools/widl tools/winebuild tools/winegcc include
16233 dlls/wldap32/libwldap32.$IMPLIBEXT dlls/wldap32/libwldap32.cross.a: dlls/wldap32/wldap32.spec dlls/wldap32/Makefile
16234         @cd dlls/wldap32 && \$(MAKE) \`basename \$@\`
16235 dlls/wldap32 dlls/wldap32/__install__ dlls/wldap32/__install-lib__ dlls/wldap32/__install-dev__: __builddeps__"
16236 wine_fn_config_makefile dlls/wldap32 "dlls/Makedll.rules \$(MAKEDEP)"
16237 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
16238
16239 wine_fn_config_test dlls/wldap32/tests wldap32_test
16240 wine_fn_config_makefile dlls/wldap32/tests "Maketest.rules \$(MAKEDEP)"
16241 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
16242
16243 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmi dlls/wmi/__install__ dlls/wmi/__install-lib__ dlls/wmi/__install-dev__: __builddeps__"
16244 wine_fn_config_makefile dlls/wmi "dlls/Makedll.rules \$(MAKEDEP)"
16245 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
16246
16247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wmiutils dlls/wmiutils/__install__ dlls/wmiutils/__install-lib__ dlls/wmiutils/__install-dev__: __builddeps__"
16248 wine_fn_config_makefile dlls/wmiutils "dlls/Makedll.rules \$(MAKEDEP)"
16249 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
16250
16251 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
16252 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16253 dlls/wnaspi32/libwnaspi32.$IMPLIBEXT dlls/wnaspi32/libwnaspi32.cross.a: dlls/wnaspi32/wnaspi32.spec dlls/wnaspi32/Makefile
16254         @cd dlls/wnaspi32 && \$(MAKE) \`basename \$@\`
16255 dlls/wnaspi32 dlls/wnaspi32/__install__ dlls/wnaspi32/__install-lib__ dlls/wnaspi32/__install-dev__: __builddeps__"
16256 wine_fn_config_makefile dlls/wnaspi32 "dlls/Makedll.rules \$(MAKEDEP)"
16257 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
16258
16259 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
16260 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: tools/widl tools/winebuild tools/winegcc include
16261 dlls/wow32/libwow32.$IMPLIBEXT dlls/wow32/libwow32.cross.a: dlls/wow32/wow32.spec dlls/wow32/Makefile
16262         @cd dlls/wow32 && \$(MAKE) \`basename \$@\`
16263 dlls/wow32 dlls/wow32/__install__ dlls/wow32/__install-lib__ dlls/wow32/__install-dev__: __builddeps__"
16264 wine_fn_config_makefile dlls/wow32 "dlls/Makedll.rules \$(MAKEDEP)"
16265 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
16266
16267 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
16268 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
16269 dlls/ws2_32/libws2_32.$IMPLIBEXT dlls/ws2_32/libws2_32.cross.a: dlls/ws2_32/ws2_32.spec dlls/ws2_32/Makefile
16270         @cd dlls/ws2_32 && \$(MAKE) \`basename \$@\`
16271 dlls/ws2_32 dlls/ws2_32/__install__ dlls/ws2_32/__install-lib__ dlls/ws2_32/__install-dev__: __builddeps__"
16272 wine_fn_config_makefile dlls/ws2_32 "dlls/Makedll.rules \$(MAKEDEP)"
16273 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
16274
16275 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
16276 wine_fn_config_makefile dlls/ws2_32/tests "Maketest.rules \$(MAKEDEP)"
16277 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
16278
16279 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
16280 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: tools/widl tools/winebuild tools/winegcc include
16281 dlls/wsock32/libwsock32.$IMPLIBEXT dlls/wsock32/libwsock32.cross.a: dlls/wsock32/wsock32.spec dlls/wsock32/Makefile
16282         @cd dlls/wsock32 && \$(MAKE) \`basename \$@\`
16283 dlls/wsock32 dlls/wsock32/__install__ dlls/wsock32/__install-lib__ dlls/wsock32/__install-dev__: __builddeps__"
16284 wine_fn_config_makefile dlls/wsock32 "dlls/Makedll.rules \$(MAKEDEP)"
16285 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
16286
16287 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
16288 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: tools/widl tools/winebuild tools/winegcc include
16289 dlls/wtsapi32/libwtsapi32.$IMPLIBEXT dlls/wtsapi32/libwtsapi32.cross.a: dlls/wtsapi32/wtsapi32.spec dlls/wtsapi32/Makefile
16290         @cd dlls/wtsapi32 && \$(MAKE) \`basename \$@\`
16291 dlls/wtsapi32 dlls/wtsapi32/__install__ dlls/wtsapi32/__install-lib__ dlls/wtsapi32/__install-dev__: __builddeps__"
16292 wine_fn_config_makefile dlls/wtsapi32 "dlls/Makedll.rules \$(MAKEDEP)"
16293 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
16294
16295 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuapi dlls/wuapi/__install__ dlls/wuapi/__install-lib__ dlls/wuapi/__install-dev__: __builddeps__"
16296 wine_fn_config_makefile dlls/wuapi "dlls/Makedll.rules \$(MAKEDEP)"
16297 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
16298
16299 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/wuaueng dlls/wuaueng/__install__ dlls/wuaueng/__install-lib__ dlls/wuaueng/__install-dev__: __builddeps__"
16300 wine_fn_config_makefile dlls/wuaueng "dlls/Makedll.rules \$(MAKEDEP)"
16301 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
16302
16303 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__"
16304 wine_fn_config_makefile dlls/xinput1_1 "dlls/Makedll.rules \$(MAKEDEP)"
16305 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
16306
16307 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__"
16308 wine_fn_config_makefile dlls/xinput1_2 "dlls/Makedll.rules \$(MAKEDEP)"
16309 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
16310
16311 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
16312 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
16313 dlls/libxinput.$IMPLIBEXT: dlls/xinput1_3/libxinput.$IMPLIBEXT
16314         \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.$IMPLIBEXT \$@
16315 dlls/libxinput.cross.a: dlls/xinput1_3/libxinput.cross.a
16316         \$(RM) \$@ && \$(LN_S) xinput1_3/libxinput.cross.a \$@
16317 clean::
16318         \$(RM) dlls/libxinput.$IMPLIBEXT
16319 dlls/xinput1_3/libxinput.$IMPLIBEXT dlls/xinput1_3/libxinput.cross.a: dlls/xinput1_3/xinput1_3.spec dlls/xinput1_3/Makefile
16320         @cd dlls/xinput1_3 && \$(MAKE) \`basename \$@\`
16321 dlls/xinput1_3 dlls/xinput1_3/__install__ dlls/xinput1_3/__install-lib__ dlls/xinput1_3/__install-dev__: __builddeps__"
16322 wine_fn_config_makefile dlls/xinput1_3 "dlls/Makedll.rules \$(MAKEDEP)"
16323 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
16324
16325 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
16326 wine_fn_config_makefile dlls/xinput1_3/tests "Maketest.rules \$(MAKEDEP)"
16327 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
16328
16329 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__"
16330 wine_fn_config_makefile dlls/xinput9_1_0 "dlls/Makedll.rules \$(MAKEDEP)"
16331 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
16332
16333 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/xmllite dlls/xmllite/__install__ dlls/xmllite/__install-lib__ dlls/xmllite/__install-dev__: __builddeps__"
16334 wine_fn_config_makefile dlls/xmllite "dlls/Makedll.rules \$(MAKEDEP)"
16335 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
16336
16337 wine_fn_config_test dlls/xmllite/tests xmllite_test
16338 wine_fn_config_makefile dlls/xmllite/tests "Maketest.rules \$(MAKEDEP)"
16339 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
16340
16341 wine_fn_config_makefile documentation "Make.rules \$(MAKEDEP)"
16342 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
16343
16344 wine_fn_config_makefile fonts "Make.rules \$(MAKEDEP)"
16345 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
16346
16347 wine_fn_config_makefile include "Make.rules \$(MAKEDEP)"
16348 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
16349
16350 wine_fn_config_makefile libs/port "Make.rules \$(MAKEDEP)"
16351
16352
16353 wine_fn_config_makefile libs/wine "Make.rules \$(MAKEDEP)"
16354
16355
16356 wine_fn_config_makefile libs/wpp "Make.rules \$(MAKEDEP)"
16357
16358
16359 wine_fn_config_makefile loader "Make.rules \$(MAKEDEP)"
16360 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
16361
16362 wine_fn_config_makefile programs "Make.rules \$(MAKEDEP)"
16363 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
16364
16365 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cacls programs/cacls/__install__ programs/cacls/__install-lib__: __builddeps__"
16366 wine_fn_config_makefile programs/cacls "programs/Makeprog.rules \$(MAKEDEP)"
16367 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
16368
16369 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/clock programs/clock/__install__ programs/clock/__install-lib__: __builddeps__"
16370 wine_fn_config_makefile programs/clock "programs/Makeprog.rules \$(MAKEDEP)"
16371 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
16372
16373 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmd programs/cmd/__install__ programs/cmd/__install-lib__: __builddeps__"
16374 wine_fn_config_makefile programs/cmd "programs/Makeprog.rules \$(MAKEDEP)"
16375 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
16376
16377 wine_fn_config_test programs/cmd/tests cmd.exe_test
16378 wine_fn_config_makefile programs/cmd/tests "Maketest.rules \$(MAKEDEP)"
16379 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
16380
16381 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/cmdlgtst programs/cmdlgtst/__install__ programs/cmdlgtst/__install-lib__: __builddeps__"
16382 wine_fn_config_makefile programs/cmdlgtst "programs/Makeprog.rules \$(MAKEDEP)"
16383 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
16384
16385 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/control programs/control/__install__ programs/control/__install-lib__: __builddeps__"
16386 wine_fn_config_makefile programs/control "programs/Makeprog.rules \$(MAKEDEP)"
16387 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
16388
16389 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/dxdiag programs/dxdiag/__install__ programs/dxdiag/__install-lib__: __builddeps__"
16390 wine_fn_config_makefile programs/dxdiag "programs/Makeprog.rules \$(MAKEDEP)"
16391 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
16392
16393 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/eject programs/eject/__install__ programs/eject/__install-lib__: __builddeps__"
16394 wine_fn_config_makefile programs/eject "programs/Makeprog.rules \$(MAKEDEP)"
16395 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
16396
16397 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/expand programs/expand/__install__ programs/expand/__install-lib__: __builddeps__"
16398 wine_fn_config_makefile programs/expand "programs/Makeprog.rules \$(MAKEDEP)"
16399 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
16400
16401 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/explorer programs/explorer/__install__ programs/explorer/__install-lib__: __builddeps__"
16402 wine_fn_config_makefile programs/explorer "programs/Makeprog.rules \$(MAKEDEP)"
16403 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
16404
16405 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/extrac32 programs/extrac32/__install__ programs/extrac32/__install-lib__: __builddeps__"
16406 wine_fn_config_makefile programs/extrac32 "programs/Makeprog.rules \$(MAKEDEP)"
16407 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
16408
16409 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/hh programs/hh/__install__ programs/hh/__install-lib__: __builddeps__"
16410 wine_fn_config_makefile programs/hh "programs/Makeprog.rules \$(MAKEDEP)"
16411 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
16412
16413 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/icinfo programs/icinfo/__install__ programs/icinfo/__install-lib__: __builddeps__"
16414 wine_fn_config_makefile programs/icinfo "programs/Makeprog.rules \$(MAKEDEP)"
16415 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
16416
16417 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/iexplore programs/iexplore/__install__ programs/iexplore/__install-lib__: __builddeps__"
16418 wine_fn_config_makefile programs/iexplore "programs/Makeprog.rules \$(MAKEDEP)"
16419 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
16420
16421 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/lodctr programs/lodctr/__install__ programs/lodctr/__install-lib__: __builddeps__"
16422 wine_fn_config_makefile programs/lodctr "programs/Makeprog.rules \$(MAKEDEP)"
16423 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
16424
16425 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/mshta programs/mshta/__install__ programs/mshta/__install-lib__: __builddeps__"
16426 wine_fn_config_makefile programs/mshta "programs/Makeprog.rules \$(MAKEDEP)"
16427 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
16428
16429 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/msiexec programs/msiexec/__install__ programs/msiexec/__install-lib__: __builddeps__"
16430 wine_fn_config_makefile programs/msiexec "programs/Makeprog.rules \$(MAKEDEP)"
16431 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"
16432
16433 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/net programs/net/__install__ programs/net/__install-lib__: __builddeps__"
16434 wine_fn_config_makefile programs/net "programs/Makeprog.rules \$(MAKEDEP)"
16435 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
16436
16437 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/notepad programs/notepad/__install__ programs/notepad/__install-lib__: __builddeps__"
16438 wine_fn_config_makefile programs/notepad "programs/Makeprog.rules \$(MAKEDEP)"
16439 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"
16440
16441 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/oleview programs/oleview/__install__ programs/oleview/__install-lib__: __builddeps__"
16442 wine_fn_config_makefile programs/oleview "programs/Makeprog.rules \$(MAKEDEP)"
16443 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
16444
16445 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/progman programs/progman/__install__ programs/progman/__install-lib__: __builddeps__"
16446 wine_fn_config_makefile programs/progman "programs/Makeprog.rules \$(MAKEDEP)"
16447 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
16448
16449 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/reg programs/reg/__install__ programs/reg/__install-lib__: __builddeps__"
16450 wine_fn_config_makefile programs/reg "programs/Makeprog.rules \$(MAKEDEP)"
16451 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
16452
16453 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regedit programs/regedit/__install__ programs/regedit/__install-lib__: __builddeps__"
16454 wine_fn_config_makefile programs/regedit "programs/Makeprog.rules \$(MAKEDEP)"
16455 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"
16456
16457 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/regsvr32 programs/regsvr32/__install__ programs/regsvr32/__install-lib__: __builddeps__"
16458 wine_fn_config_makefile programs/regsvr32 "programs/Makeprog.rules \$(MAKEDEP)"
16459 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"
16460
16461 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rpcss programs/rpcss/__install__ programs/rpcss/__install-lib__: __builddeps__"
16462 wine_fn_config_makefile programs/rpcss "programs/Makeprog.rules \$(MAKEDEP)"
16463 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
16464
16465 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/rundll32 programs/rundll32/__install__ programs/rundll32/__install-lib__: __builddeps__"
16466 wine_fn_config_makefile programs/rundll32 "programs/Makeprog.rules \$(MAKEDEP)"
16467 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
16468
16469 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/secedit programs/secedit/__install__ programs/secedit/__install-lib__: __builddeps__"
16470 wine_fn_config_makefile programs/secedit "programs/Makeprog.rules \$(MAKEDEP)"
16471 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
16472
16473 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/services programs/services/__install__ programs/services/__install-lib__: __builddeps__"
16474 wine_fn_config_makefile programs/services "programs/Makeprog.rules \$(MAKEDEP)"
16475 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
16476
16477 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/spoolsv programs/spoolsv/__install__ programs/spoolsv/__install-lib__: __builddeps__"
16478 wine_fn_config_makefile programs/spoolsv "programs/Makeprog.rules \$(MAKEDEP)"
16479 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
16480
16481 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/start programs/start/__install__ programs/start/__install-lib__: __builddeps__"
16482 wine_fn_config_makefile programs/start "programs/Makeprog.rules \$(MAKEDEP)"
16483 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
16484
16485 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/svchost programs/svchost/__install__ programs/svchost/__install-lib__: __builddeps__"
16486 wine_fn_config_makefile programs/svchost "programs/Makeprog.rules \$(MAKEDEP)"
16487 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
16488
16489 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/taskmgr programs/taskmgr/__install__ programs/taskmgr/__install-lib__: __builddeps__"
16490 wine_fn_config_makefile programs/taskmgr "programs/Makeprog.rules \$(MAKEDEP)"
16491 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
16492
16493 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/termsv programs/termsv/__install__ programs/termsv/__install-lib__: __builddeps__"
16494 wine_fn_config_makefile programs/termsv "programs/Makeprog.rules \$(MAKEDEP)"
16495 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
16496
16497 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/uninstaller programs/uninstaller/__install__ programs/uninstaller/__install-lib__: __builddeps__"
16498 wine_fn_config_makefile programs/uninstaller "programs/Makeprog.rules \$(MAKEDEP)"
16499 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
16500
16501 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/unlodctr programs/unlodctr/__install__ programs/unlodctr/__install-lib__: __builddeps__"
16502 wine_fn_config_makefile programs/unlodctr "programs/Makeprog.rules \$(MAKEDEP)"
16503 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
16504
16505 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/view programs/view/__install__ programs/view/__install-lib__: __builddeps__"
16506 wine_fn_config_makefile programs/view "programs/Makeprog.rules \$(MAKEDEP)"
16507 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
16508
16509 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineboot programs/wineboot/__install__ programs/wineboot/__install-lib__: __builddeps__"
16510 wine_fn_config_makefile programs/wineboot "programs/Makeprog.rules \$(MAKEDEP)"
16511 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"
16512
16513 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winebrowser programs/winebrowser/__install__ programs/winebrowser/__install-lib__: __builddeps__"
16514 wine_fn_config_makefile programs/winebrowser "programs/Makeprog.rules \$(MAKEDEP)"
16515 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
16516
16517 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winecfg programs/winecfg/__install__ programs/winecfg/__install-lib__: __builddeps__"
16518 wine_fn_config_makefile programs/winecfg "programs/Makeprog.rules \$(MAKEDEP)"
16519 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"
16520
16521 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wineconsole programs/wineconsole/__install__ programs/wineconsole/__install-lib__: __builddeps__"
16522 wine_fn_config_makefile programs/wineconsole "programs/Makeprog.rules \$(MAKEDEP)"
16523 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"
16524
16525 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedbg programs/winedbg/__install__ programs/winedbg/__install-lib__: __builddeps__"
16526 wine_fn_config_makefile programs/winedbg "programs/Makeprog.rules \$(MAKEDEP)"
16527 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"
16528
16529 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winedevice programs/winedevice/__install__ programs/winedevice/__install-lib__: __builddeps__"
16530 wine_fn_config_makefile programs/winedevice "programs/Makeprog.rules \$(MAKEDEP)"
16531 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
16532
16533 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winefile programs/winefile/__install__ programs/winefile/__install-lib__: __builddeps__"
16534 wine_fn_config_makefile programs/winefile "programs/Makeprog.rules \$(MAKEDEP)"
16535 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"
16536
16537 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemenubuilder programs/winemenubuilder/__install__ programs/winemenubuilder/__install-lib__: __builddeps__"
16538 wine_fn_config_makefile programs/winemenubuilder "programs/Makeprog.rules \$(MAKEDEP)"
16539 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
16540
16541 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winemine programs/winemine/__install__ programs/winemine/__install-lib__: __builddeps__"
16542 wine_fn_config_makefile programs/winemine "programs/Makeprog.rules \$(MAKEDEP)"
16543 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"
16544
16545 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winepath programs/winepath/__install__ programs/winepath/__install-lib__: __builddeps__"
16546 wine_fn_config_makefile programs/winepath "programs/Makeprog.rules \$(MAKEDEP)"
16547 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"
16548
16549 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winetest programs/winetest/__install__ programs/winetest/__install-lib__: __builddeps__"
16550 wine_fn_config_makefile programs/winetest "programs/Makeprog.rules \$(MAKEDEP)"
16551 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
16552
16553 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winevdm programs/winevdm/__install__ programs/winevdm/__install-lib__: __builddeps__"
16554 wine_fn_config_makefile programs/winevdm "programs/Makeprog.rules \$(MAKEDEP)"
16555 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
16556
16557 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhelp.exe16 programs/winhelp.exe16/__install__ programs/winhelp.exe16/__install-lib__: __builddeps__"
16558 wine_fn_config_makefile programs/winhelp.exe16 "programs/Makeprog.rules \$(MAKEDEP)"
16559 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"
16560
16561 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winhlp32 programs/winhlp32/__install__ programs/winhlp32/__install-lib__: __builddeps__"
16562 wine_fn_config_makefile programs/winhlp32 "programs/Makeprog.rules \$(MAKEDEP)"
16563 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
16564
16565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winoldap.mod16 programs/winoldap.mod16/__install__ programs/winoldap.mod16/__install-lib__: __builddeps__"
16566 wine_fn_config_makefile programs/winoldap.mod16 "programs/Makeprog.rules \$(MAKEDEP)"
16567 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"
16568
16569 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/winver programs/winver/__install__ programs/winver/__install-lib__: __builddeps__"
16570 wine_fn_config_makefile programs/winver "programs/Makeprog.rules \$(MAKEDEP)"
16571 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
16572
16573 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/wordpad programs/wordpad/__install__ programs/wordpad/__install-lib__: __builddeps__"
16574 wine_fn_config_makefile programs/wordpad "programs/Makeprog.rules \$(MAKEDEP)"
16575 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
16576
16577 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/write programs/write/__install__ programs/write/__install-lib__: __builddeps__"
16578 wine_fn_config_makefile programs/write "programs/Makeprog.rules \$(MAKEDEP)"
16579 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
16580
16581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/xcopy programs/xcopy/__install__ programs/xcopy/__install-lib__: __builddeps__"
16582 wine_fn_config_makefile programs/xcopy "programs/Makeprog.rules \$(MAKEDEP)"
16583 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
16584
16585 wine_fn_config_makefile server "Make.rules \$(MAKEDEP)"
16586 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
16587
16588 wine_fn_config_makefile tools Make.rules
16589 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
16590
16591 wine_fn_config_makefile tools/widl "Make.rules \$(MAKEDEP)"
16592 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
16593
16594 wine_fn_config_makefile tools/winebuild "Make.rules \$(MAKEDEP)"
16595 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
16596
16597 wine_fn_config_makefile tools/winedump "Make.rules \$(MAKEDEP)"
16598 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
16599
16600 wine_fn_config_makefile tools/winegcc "Make.rules \$(MAKEDEP)"
16601 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
16602
16603 wine_fn_config_makefile tools/wmc "Make.rules \$(MAKEDEP)"
16604 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
16605
16606 wine_fn_config_makefile tools/wrc "Make.rules \$(MAKEDEP)"
16607 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
16608
16609
16610 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
16611
16612 cat >confcache <<\_ACEOF
16613 # This file is a shell script that caches the results of configure
16614 # tests run on this system so they can be shared between configure
16615 # scripts and configure runs, see configure's option --config-cache.
16616 # It is not useful on other systems.  If it contains results you don't
16617 # want to keep, you may remove or edit it.
16618 #
16619 # config.status only pays attention to the cache file if you give it
16620 # the --recheck option to rerun configure.
16621 #
16622 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16623 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16624 # following values.
16625
16626 _ACEOF
16627
16628 # The following way of writing the cache mishandles newlines in values,
16629 # but we know of no workaround that is simple, portable, and efficient.
16630 # So, we kill variables containing newlines.
16631 # Ultrix sh set writes to stderr and can't be redirected directly,
16632 # and sets the high bit in the cache file unless we assign to the vars.
16633 (
16634   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16635     eval ac_val=\$$ac_var
16636     case $ac_val in #(
16637     *${as_nl}*)
16638       case $ac_var in #(
16639       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16640 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16641       esac
16642       case $ac_var in #(
16643       _ | IFS | as_nl) ;; #(
16644       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16645       *) { eval $ac_var=; unset $ac_var;} ;;
16646       esac ;;
16647     esac
16648   done
16649
16650   (set) 2>&1 |
16651     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16652     *${as_nl}ac_space=\ *)
16653       # `set' does not quote correctly, so add quotes: double-quote
16654       # substitution turns \\\\ into \\, and sed turns \\ into \.
16655       sed -n \
16656         "s/'/'\\\\''/g;
16657           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16658       ;; #(
16659     *)
16660       # `set' quotes correctly as required by POSIX, so do not add quotes.
16661       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16662       ;;
16663     esac |
16664     sort
16665 ) |
16666   sed '
16667      /^ac_cv_env_/b end
16668      t clear
16669      :clear
16670      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16671      t end
16672      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16673      :end' >>confcache
16674 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16675   if test -w "$cache_file"; then
16676     test "x$cache_file" != "x/dev/null" &&
16677       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16678 $as_echo "$as_me: updating cache $cache_file" >&6;}
16679     cat confcache >$cache_file
16680   else
16681     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16682 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16683   fi
16684 fi
16685 rm -f confcache
16686
16687 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16688 # Let make expand exec_prefix.
16689 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16690
16691 DEFS=-DHAVE_CONFIG_H
16692
16693 ac_libobjs=
16694 ac_ltlibobjs=
16695 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16696   # 1. Remove the extension, and $U if already installed.
16697   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16698   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16699   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
16700   #    will be set to the directory where LIBOBJS objects are built.
16701   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16702   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16703 done
16704 LIBOBJS=$ac_libobjs
16705
16706 LTLIBOBJS=$ac_ltlibobjs
16707
16708
16709
16710 : ${CONFIG_STATUS=./config.status}
16711 ac_write_fail=0
16712 ac_clean_files_save=$ac_clean_files
16713 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16714 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16715 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16716 as_write_fail=0
16717 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16718 #! $SHELL
16719 # Generated by $as_me.
16720 # Run this file to recreate the current configuration.
16721 # Compiler output produced by configure, useful for debugging
16722 # configure, is in config.log if it exists.
16723
16724 debug=false
16725 ac_cs_recheck=false
16726 ac_cs_silent=false
16727
16728 SHELL=\${CONFIG_SHELL-$SHELL}
16729 export SHELL
16730 _ASEOF
16731 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16732 ## -------------------- ##
16733 ## M4sh Initialization. ##
16734 ## -------------------- ##
16735
16736 # Be more Bourne compatible
16737 DUALCASE=1; export DUALCASE # for MKS sh
16738 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16739   emulate sh
16740   NULLCMD=:
16741   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16742   # is contrary to our usage.  Disable this feature.
16743   alias -g '${1+"$@"}'='"$@"'
16744   setopt NO_GLOB_SUBST
16745 else
16746   case `(set -o) 2>/dev/null` in #(
16747   *posix*) :
16748     set -o posix ;; #(
16749   *) :
16750      ;;
16751 esac
16752 fi
16753
16754
16755 as_nl='
16756 '
16757 export as_nl
16758 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16759 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16760 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16761 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16762 # Prefer a ksh shell builtin over an external printf program on Solaris,
16763 # but without wasting forks for bash or zsh.
16764 if test -z "$BASH_VERSION$ZSH_VERSION" \
16765     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16766   as_echo='print -r --'
16767   as_echo_n='print -rn --'
16768 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16769   as_echo='printf %s\n'
16770   as_echo_n='printf %s'
16771 else
16772   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16773     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16774     as_echo_n='/usr/ucb/echo -n'
16775   else
16776     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16777     as_echo_n_body='eval
16778       arg=$1;
16779       case $arg in #(
16780       *"$as_nl"*)
16781         expr "X$arg" : "X\\(.*\\)$as_nl";
16782         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16783       esac;
16784       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16785     '
16786     export as_echo_n_body
16787     as_echo_n='sh -c $as_echo_n_body as_echo'
16788   fi
16789   export as_echo_body
16790   as_echo='sh -c $as_echo_body as_echo'
16791 fi
16792
16793 # The user is always right.
16794 if test "${PATH_SEPARATOR+set}" != set; then
16795   PATH_SEPARATOR=:
16796   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16797     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16798       PATH_SEPARATOR=';'
16799   }
16800 fi
16801
16802
16803 # IFS
16804 # We need space, tab and new line, in precisely that order.  Quoting is
16805 # there to prevent editors from complaining about space-tab.
16806 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16807 # splitting by setting IFS to empty value.)
16808 IFS=" ""        $as_nl"
16809
16810 # Find who we are.  Look in the path if we contain no directory separator.
16811 case $0 in #((
16812   *[\\/]* ) as_myself=$0 ;;
16813   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16814 for as_dir in $PATH
16815 do
16816   IFS=$as_save_IFS
16817   test -z "$as_dir" && as_dir=.
16818     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16819   done
16820 IFS=$as_save_IFS
16821
16822      ;;
16823 esac
16824 # We did not find ourselves, most probably we were run as `sh COMMAND'
16825 # in which case we are not to be found in the path.
16826 if test "x$as_myself" = x; then
16827   as_myself=$0
16828 fi
16829 if test ! -f "$as_myself"; then
16830   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16831   exit 1
16832 fi
16833
16834 # Unset variables that we do not need and which cause bugs (e.g. in
16835 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
16836 # suppresses any "Segmentation fault" message there.  '((' could
16837 # trigger a bug in pdksh 5.2.14.
16838 for as_var in BASH_ENV ENV MAIL MAILPATH
16839 do eval test x\${$as_var+set} = xset \
16840   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16841 done
16842 PS1='$ '
16843 PS2='> '
16844 PS4='+ '
16845
16846 # NLS nuisances.
16847 LC_ALL=C
16848 export LC_ALL
16849 LANGUAGE=C
16850 export LANGUAGE
16851
16852 # CDPATH.
16853 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16854
16855
16856 # as_fn_error ERROR [LINENO LOG_FD]
16857 # ---------------------------------
16858 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16859 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16860 # script with status $?, using 1 if that was 0.
16861 as_fn_error ()
16862 {
16863   as_status=$?; test $as_status -eq 0 && as_status=1
16864   if test "$3"; then
16865     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16866     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16867   fi
16868   $as_echo "$as_me: error: $1" >&2
16869   as_fn_exit $as_status
16870 } # as_fn_error
16871
16872
16873 # as_fn_set_status STATUS
16874 # -----------------------
16875 # Set $? to STATUS, without forking.
16876 as_fn_set_status ()
16877 {
16878   return $1
16879 } # as_fn_set_status
16880
16881 # as_fn_exit STATUS
16882 # -----------------
16883 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16884 as_fn_exit ()
16885 {
16886   set +e
16887   as_fn_set_status $1
16888   exit $1
16889 } # as_fn_exit
16890
16891 # as_fn_unset VAR
16892 # ---------------
16893 # Portably unset VAR.
16894 as_fn_unset ()
16895 {
16896   { eval $1=; unset $1;}
16897 }
16898 as_unset=as_fn_unset
16899 # as_fn_append VAR VALUE
16900 # ----------------------
16901 # Append the text in VALUE to the end of the definition contained in VAR. Take
16902 # advantage of any shell optimizations that allow amortized linear growth over
16903 # repeated appends, instead of the typical quadratic growth present in naive
16904 # implementations.
16905 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16906   eval 'as_fn_append ()
16907   {
16908     eval $1+=\$2
16909   }'
16910 else
16911   as_fn_append ()
16912   {
16913     eval $1=\$$1\$2
16914   }
16915 fi # as_fn_append
16916
16917 # as_fn_arith ARG...
16918 # ------------------
16919 # Perform arithmetic evaluation on the ARGs, and store the result in the
16920 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16921 # must be portable across $(()) and expr.
16922 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16923   eval 'as_fn_arith ()
16924   {
16925     as_val=$(( $* ))
16926   }'
16927 else
16928   as_fn_arith ()
16929   {
16930     as_val=`expr "$@" || test $? -eq 1`
16931   }
16932 fi # as_fn_arith
16933
16934
16935 if expr a : '\(a\)' >/dev/null 2>&1 &&
16936    test "X`expr 00001 : '.*\(...\)'`" = X001; then
16937   as_expr=expr
16938 else
16939   as_expr=false
16940 fi
16941
16942 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16943   as_basename=basename
16944 else
16945   as_basename=false
16946 fi
16947
16948 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16949   as_dirname=dirname
16950 else
16951   as_dirname=false
16952 fi
16953
16954 as_me=`$as_basename -- "$0" ||
16955 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16956          X"$0" : 'X\(//\)$' \| \
16957          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16958 $as_echo X/"$0" |
16959     sed '/^.*\/\([^/][^/]*\)\/*$/{
16960             s//\1/
16961             q
16962           }
16963           /^X\/\(\/\/\)$/{
16964             s//\1/
16965             q
16966           }
16967           /^X\/\(\/\).*/{
16968             s//\1/
16969             q
16970           }
16971           s/.*/./; q'`
16972
16973 # Avoid depending upon Character Ranges.
16974 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16975 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16976 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16977 as_cr_digits='0123456789'
16978 as_cr_alnum=$as_cr_Letters$as_cr_digits
16979
16980 ECHO_C= ECHO_N= ECHO_T=
16981 case `echo -n x` in #(((((
16982 -n*)
16983   case `echo 'xy\c'` in
16984   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
16985   xy)  ECHO_C='\c';;
16986   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
16987        ECHO_T=' ';;
16988   esac;;
16989 *)
16990   ECHO_N='-n';;
16991 esac
16992
16993 rm -f conf$$ conf$$.exe conf$$.file
16994 if test -d conf$$.dir; then
16995   rm -f conf$$.dir/conf$$.file
16996 else
16997   rm -f conf$$.dir
16998   mkdir conf$$.dir 2>/dev/null
16999 fi
17000 if (echo >conf$$.file) 2>/dev/null; then
17001   if ln -s conf$$.file conf$$ 2>/dev/null; then
17002     as_ln_s='ln -s'
17003     # ... but there are two gotchas:
17004     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17005     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17006     # In both cases, we have to default to `cp -p'.
17007     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17008       as_ln_s='cp -p'
17009   elif ln conf$$.file conf$$ 2>/dev/null; then
17010     as_ln_s=ln
17011   else
17012     as_ln_s='cp -p'
17013   fi
17014 else
17015   as_ln_s='cp -p'
17016 fi
17017 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17018 rmdir conf$$.dir 2>/dev/null
17019
17020
17021 # as_fn_mkdir_p
17022 # -------------
17023 # Create "$as_dir" as a directory, including parents if necessary.
17024 as_fn_mkdir_p ()
17025 {
17026
17027   case $as_dir in #(
17028   -*) as_dir=./$as_dir;;
17029   esac
17030   test -d "$as_dir" || eval $as_mkdir_p || {
17031     as_dirs=
17032     while :; do
17033       case $as_dir in #(
17034       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17035       *) as_qdir=$as_dir;;
17036       esac
17037       as_dirs="'$as_qdir' $as_dirs"
17038       as_dir=`$as_dirname -- "$as_dir" ||
17039 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17040          X"$as_dir" : 'X\(//\)[^/]' \| \
17041          X"$as_dir" : 'X\(//\)$' \| \
17042          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17043 $as_echo X"$as_dir" |
17044     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17045             s//\1/
17046             q
17047           }
17048           /^X\(\/\/\)[^/].*/{
17049             s//\1/
17050             q
17051           }
17052           /^X\(\/\/\)$/{
17053             s//\1/
17054             q
17055           }
17056           /^X\(\/\).*/{
17057             s//\1/
17058             q
17059           }
17060           s/.*/./; q'`
17061       test -d "$as_dir" && break
17062     done
17063     test -z "$as_dirs" || eval "mkdir $as_dirs"
17064   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17065
17066
17067 } # as_fn_mkdir_p
17068 if mkdir -p . 2>/dev/null; then
17069   as_mkdir_p='mkdir -p "$as_dir"'
17070 else
17071   test -d ./-p && rmdir ./-p
17072   as_mkdir_p=false
17073 fi
17074
17075 if test -x / >/dev/null 2>&1; then
17076   as_test_x='test -x'
17077 else
17078   if ls -dL / >/dev/null 2>&1; then
17079     as_ls_L_option=L
17080   else
17081     as_ls_L_option=
17082   fi
17083   as_test_x='
17084     eval sh -c '\''
17085       if test -d "$1"; then
17086         test -d "$1/.";
17087       else
17088         case $1 in #(
17089         -*)set "./$1";;
17090         esac;
17091         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17092         ???[sx]*):;;*)false;;esac;fi
17093     '\'' sh
17094   '
17095 fi
17096 as_executable_p=$as_test_x
17097
17098 # Sed expression to map a string onto a valid CPP name.
17099 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17100
17101 # Sed expression to map a string onto a valid variable name.
17102 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17103
17104
17105 exec 6>&1
17106 ## ----------------------------------- ##
17107 ## Main body of $CONFIG_STATUS script. ##
17108 ## ----------------------------------- ##
17109 _ASEOF
17110 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17111
17112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17113 # Save the log message, to keep $0 and so on meaningful, and to
17114 # report actual input values of CONFIG_FILES etc. instead of their
17115 # values after options handling.
17116 ac_log="
17117 This file was extended by Wine $as_me 1.1.40, which was
17118 generated by GNU Autoconf 2.65.  Invocation command line was
17119
17120   CONFIG_FILES    = $CONFIG_FILES
17121   CONFIG_HEADERS  = $CONFIG_HEADERS
17122   CONFIG_LINKS    = $CONFIG_LINKS
17123   CONFIG_COMMANDS = $CONFIG_COMMANDS
17124   $ $0 $@
17125
17126 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17127 "
17128
17129 _ACEOF
17130
17131 case $ac_config_files in *"
17132 "*) set x $ac_config_files; shift; ac_config_files=$*;;
17133 esac
17134
17135 case $ac_config_headers in *"
17136 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17137 esac
17138
17139
17140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17141 # Files that config.status was made for.
17142 config_files="$ac_config_files"
17143 config_headers="$ac_config_headers"
17144 config_links="$ac_config_links"
17145 config_commands="$ac_config_commands"
17146
17147 _ACEOF
17148
17149 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17150 ac_cs_usage="\
17151 \`$as_me' instantiates files and other configuration actions
17152 from templates according to the current configuration.  Unless the files
17153 and actions are specified as TAGs, all are instantiated by default.
17154
17155 Usage: $0 [OPTION]... [TAG]...
17156
17157   -h, --help       print this help, then exit
17158   -V, --version    print version number and configuration settings, then exit
17159       --config     print configuration, then exit
17160   -q, --quiet, --silent
17161                    do not print progress messages
17162   -d, --debug      don't remove temporary files
17163       --recheck    update $as_me by reconfiguring in the same conditions
17164       --file=FILE[:TEMPLATE]
17165                    instantiate the configuration file FILE
17166       --header=FILE[:TEMPLATE]
17167                    instantiate the configuration header FILE
17168
17169 Configuration files:
17170 $config_files
17171
17172 Configuration headers:
17173 $config_headers
17174
17175 Configuration links:
17176 $config_links
17177
17178 Configuration commands:
17179 $config_commands
17180
17181 Report bugs to <wine-devel@winehq.org>.
17182 Wine home page: <http://www.winehq.org>."
17183
17184 _ACEOF
17185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17186 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17187 ac_cs_version="\\
17188 Wine config.status 1.1.40
17189 configured by $0, generated by GNU Autoconf 2.65,
17190   with options \\"\$ac_cs_config\\"
17191
17192 Copyright (C) 2009 Free Software Foundation, Inc.
17193 This config.status script is free software; the Free Software Foundation
17194 gives unlimited permission to copy, distribute and modify it."
17195
17196 ac_pwd='$ac_pwd'
17197 srcdir='$srcdir'
17198 INSTALL='$INSTALL'
17199 test -n "\$AWK" || AWK=awk
17200 _ACEOF
17201
17202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17203 # The default lists apply if the user does not specify any file.
17204 ac_need_defaults=:
17205 while test $# != 0
17206 do
17207   case $1 in
17208   --*=*)
17209     ac_option=`expr "X$1" : 'X\([^=]*\)='`
17210     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17211     ac_shift=:
17212     ;;
17213   *)
17214     ac_option=$1
17215     ac_optarg=$2
17216     ac_shift=shift
17217     ;;
17218   esac
17219
17220   case $ac_option in
17221   # Handling of the options.
17222   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17223     ac_cs_recheck=: ;;
17224   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17225     $as_echo "$ac_cs_version"; exit ;;
17226   --config | --confi | --conf | --con | --co | --c )
17227     $as_echo "$ac_cs_config"; exit ;;
17228   --debug | --debu | --deb | --de | --d | -d )
17229     debug=: ;;
17230   --file | --fil | --fi | --f )
17231     $ac_shift
17232     case $ac_optarg in
17233     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17234     esac
17235     as_fn_append CONFIG_FILES " '$ac_optarg'"
17236     ac_need_defaults=false;;
17237   --header | --heade | --head | --hea )
17238     $ac_shift
17239     case $ac_optarg in
17240     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17241     esac
17242     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17243     ac_need_defaults=false;;
17244   --he | --h)
17245     # Conflict between --help and --header
17246     as_fn_error "ambiguous option: \`$1'
17247 Try \`$0 --help' for more information.";;
17248   --help | --hel | -h )
17249     $as_echo "$ac_cs_usage"; exit ;;
17250   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17251   | -silent | --silent | --silen | --sile | --sil | --si | --s)
17252     ac_cs_silent=: ;;
17253
17254   # This is an error.
17255   -*) as_fn_error "unrecognized option: \`$1'
17256 Try \`$0 --help' for more information." ;;
17257
17258   *) as_fn_append ac_config_targets " $1"
17259      ac_need_defaults=false ;;
17260
17261   esac
17262   shift
17263 done
17264
17265 ac_configure_extra_args=
17266
17267 if $ac_cs_silent; then
17268   exec 6>/dev/null
17269   ac_configure_extra_args="$ac_configure_extra_args --silent"
17270 fi
17271
17272 _ACEOF
17273 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17274 if \$ac_cs_recheck; then
17275   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17276   shift
17277   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17278   CONFIG_SHELL='$SHELL'
17279   export CONFIG_SHELL
17280   exec "\$@"
17281 fi
17282
17283 _ACEOF
17284 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17285 exec 5>>config.log
17286 {
17287   echo
17288   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17289 ## Running $as_me. ##
17290 _ASBOX
17291   $as_echo "$ac_log"
17292 } >&5
17293
17294 _ACEOF
17295 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17296 _ACEOF
17297
17298 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17299
17300 # Handling of arguments.
17301 for ac_config_target in $ac_config_targets
17302 do
17303   case $ac_config_target in
17304     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
17305     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
17306     "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
17307     "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
17308     "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
17309     "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
17310     "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
17311     "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
17312     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
17313     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
17314     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
17315     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
17316     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
17317     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
17318     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
17319     "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
17320     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
17321     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
17322     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
17323     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17324     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
17325     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
17326     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
17327     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
17328     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
17329     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
17330     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
17331     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
17332     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
17333     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
17334     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
17335     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
17336     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
17337     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
17338     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
17339     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
17340     "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
17341     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
17342     "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
17343     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
17344     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
17345     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
17346     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
17347     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
17348     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
17349     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
17350     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
17351     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
17352     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
17353     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
17354     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
17355     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
17356     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
17357     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
17358     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
17359     "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
17360     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
17361     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
17362     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
17363     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
17364     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
17365     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
17366     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
17367     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
17368     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
17369     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
17370     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
17371     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
17372     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
17373     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
17374     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
17375     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
17376     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
17377     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
17378     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
17379     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
17380     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
17381     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
17382     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
17383     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
17384     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
17385     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
17386     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
17387     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
17388     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
17389     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
17390     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
17391     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
17392     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
17393     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
17394     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
17395     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
17396     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
17397     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
17398     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
17399     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
17400     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
17401     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
17402     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
17403     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
17404     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
17405     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
17406     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
17407     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
17408     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
17409     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
17410     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
17411     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
17412     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
17413     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
17414     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
17415     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
17416     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
17417     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
17418     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
17419     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
17420     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
17421     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
17422     "dlls/dispex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/Makefile" ;;
17423     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
17424     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
17425     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
17426     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
17427     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
17428     "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
17429     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
17430     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
17431     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
17432     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
17433     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
17434     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
17435     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
17436     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
17437     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
17438     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
17439     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
17440     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
17441     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
17442     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
17443     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
17444     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
17445     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
17446     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
17447     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
17448     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
17449     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
17450     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
17451     "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
17452     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
17453     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
17454     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
17455     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
17456     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
17457     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
17458     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
17459     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
17460     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
17461     "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
17462     "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
17463     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
17464     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
17465     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
17466     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
17467     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
17468     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
17469     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
17470     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
17471     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
17472     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
17473     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
17474     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
17475     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
17476     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
17477     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
17478     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
17479     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
17480     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
17481     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
17482     "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
17483     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
17484     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
17485     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
17486     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
17487     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
17488     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
17489     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
17490     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
17491     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
17492     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
17493     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
17494     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
17495     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
17496     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
17497     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
17498     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
17499     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
17500     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
17501     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
17502     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
17503     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
17504     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
17505     "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
17506     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
17507     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
17508     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
17509     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
17510     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
17511     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
17512     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
17513     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
17514     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
17515     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
17516     "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
17517     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
17518     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
17519     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
17520     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
17521     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
17522     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
17523     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
17524     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
17525     "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
17526     "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
17527     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
17528     "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
17529     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
17530     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
17531     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
17532     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
17533     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
17534     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
17535     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
17536     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
17537     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
17538     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
17539     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
17540     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
17541     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
17542     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
17543     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
17544     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
17545     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
17546     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
17547     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
17548     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
17549     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
17550     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
17551     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
17552     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
17553     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
17554     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
17555     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
17556     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
17557     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
17558     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
17559     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
17560     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
17561     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
17562     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
17563     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
17564     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
17565     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
17566     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
17567     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
17568     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
17569     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
17570     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
17571     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
17572     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
17573     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
17574     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
17575     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
17576     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
17577     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
17578     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
17579     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
17580     "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
17581     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
17582     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
17583     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
17584     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
17585     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
17586     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
17587     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
17588     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
17589     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
17590     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
17591     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
17592     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
17593     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
17594     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
17595     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
17596     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
17597     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
17598     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
17599     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
17600     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
17601     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
17602     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
17603     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
17604     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
17605     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
17606     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
17607     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
17608     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
17609     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
17610     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
17611     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
17612     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
17613     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
17614     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
17615     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
17616     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
17617     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
17618     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
17619     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
17620     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
17621     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
17622     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
17623     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
17624     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
17625     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
17626     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
17627     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
17628     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
17629     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
17630     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
17631     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
17632     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
17633     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
17634     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
17635     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
17636     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
17637     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
17638     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
17639     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
17640     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
17641     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
17642     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
17643     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
17644     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
17645     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
17646     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
17647     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
17648     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
17649     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
17650     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
17651     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
17652     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
17653     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
17654     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
17655     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
17656     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
17657     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
17658     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
17659     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
17660     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
17661     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
17662     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
17663     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
17664     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
17665     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
17666     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
17667     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
17668     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
17669     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
17670     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
17671     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
17672     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
17673     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
17674     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
17675     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
17676     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
17677     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
17678     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
17679     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
17680     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
17681     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
17682     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
17683     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
17684     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
17685     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
17686     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
17687     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
17688     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
17689     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
17690     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
17691     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
17692     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
17693     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
17694     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
17695     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
17696     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
17697     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
17698     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
17699     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
17700     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
17701     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
17702     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
17703     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
17704     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
17705     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
17706     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
17707     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
17708     "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
17709     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
17710     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
17711     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
17712     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
17713     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
17714     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
17715     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
17716     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
17717     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
17718     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
17719     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
17720     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
17721     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
17722     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
17723     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
17724     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
17725     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
17726     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
17727     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
17728     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
17729     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
17730     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
17731     "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
17732     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
17733     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
17734     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
17735     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
17736     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
17737     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
17738     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
17739     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
17740     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
17741     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
17742     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
17743     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
17744     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
17745     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
17746     "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
17747     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
17748     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
17749     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
17750     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
17751     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
17752     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
17753     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
17754     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
17755     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
17756     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
17757     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
17758     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
17759     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
17760     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
17761     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
17762     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
17763     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
17764     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
17765     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
17766     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
17767     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
17768     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
17769     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
17770     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
17771     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
17772     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
17773     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
17774     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
17775     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
17776     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
17777     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
17778     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
17779     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
17780     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
17781     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
17782     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
17783     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
17784     "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
17785     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
17786     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
17787     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
17788     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
17789     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
17790     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
17791     "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
17792     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
17793     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
17794     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
17795     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
17796     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
17797     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
17798     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
17799     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
17800     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
17801     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
17802     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
17803     "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
17804     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
17805     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
17806     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
17807     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
17808     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
17809     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
17810     "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
17811     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
17812     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
17813     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
17814     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
17815     "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
17816     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
17817     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
17818     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
17819     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
17820     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
17821     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
17822     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
17823     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
17824     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
17825     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
17826     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
17827     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
17828     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
17829     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
17830     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
17831     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
17832     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
17833     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
17834     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
17835     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
17836     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
17837     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
17838     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
17839     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
17840     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
17841     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
17842     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
17843     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
17844     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
17845     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
17846     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
17847     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
17848     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
17849     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
17850     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
17851     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
17852     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
17853     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
17854     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
17855     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
17856     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
17857     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
17858     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
17859     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
17860     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
17861     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
17862     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
17863
17864   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17865   esac
17866 done
17867
17868
17869 # If the user did not use the arguments to specify the items to instantiate,
17870 # then the envvar interface is used.  Set only those that are not.
17871 # We use the long form for the default assignment because of an extremely
17872 # bizarre bug on SunOS 4.1.3.
17873 if $ac_need_defaults; then
17874   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17875   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17876   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17877   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17878 fi
17879
17880 # Have a temporary directory for convenience.  Make it in the build tree
17881 # simply because there is no reason against having it here, and in addition,
17882 # creating and moving files from /tmp can sometimes cause problems.
17883 # Hook for its removal unless debugging.
17884 # Note that there is a small window in which the directory will not be cleaned:
17885 # after its creation but before its name has been assigned to `$tmp'.
17886 $debug ||
17887 {
17888   tmp=
17889   trap 'exit_status=$?
17890   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17891 ' 0
17892   trap 'as_fn_exit 1' 1 2 13 15
17893 }
17894 # Create a (secure) tmp directory for tmp files.
17895
17896 {
17897   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17898   test -n "$tmp" && test -d "$tmp"
17899 }  ||
17900 {
17901   tmp=./conf$$-$RANDOM
17902   (umask 077 && mkdir "$tmp")
17903 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17904
17905 # Set up the scripts for CONFIG_FILES section.
17906 # No need to generate them if there are no CONFIG_FILES.
17907 # This happens for instance with `./config.status config.h'.
17908 if test -n "$CONFIG_FILES"; then
17909
17910 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17911   ac_cs_awk_getline=:
17912   ac_cs_awk_pipe_init=
17913   ac_cs_awk_read_file='
17914       while ((getline aline < (F[key])) > 0)
17915         print(aline)
17916       close(F[key])'
17917   ac_cs_awk_pipe_fini=
17918 else
17919   ac_cs_awk_getline=false
17920   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17921   ac_cs_awk_read_file='
17922       print "|#_!!_#|"
17923       print "cat " F[key] " &&"
17924       '$ac_cs_awk_pipe_init
17925   # The final `:' finishes the AND list.
17926   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17927 fi
17928 ac_cr=`echo X | tr X '\015'`
17929 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17930 # But we know of no other shell where ac_cr would be empty at this
17931 # point, so we can use a bashism as a fallback.
17932 if test "x$ac_cr" = x; then
17933   eval ac_cr=\$\'\\r\'
17934 fi
17935 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17936 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17937   ac_cs_awk_cr='\r'
17938 else
17939   ac_cs_awk_cr=$ac_cr
17940 fi
17941
17942 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17943 _ACEOF
17944
17945 # Create commands to substitute file output variables.
17946 {
17947   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17948   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
17949   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17950   echo "_ACAWK" &&
17951   echo "_ACEOF"
17952 } >conf$$files.sh &&
17953 . ./conf$$files.sh ||
17954   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17955 rm -f conf$$files.sh
17956
17957 {
17958   echo "cat >conf$$subs.awk <<_ACEOF" &&
17959   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17960   echo "_ACEOF"
17961 } >conf$$subs.sh ||
17962   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17963 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17964 ac_delim='%!_!# '
17965 for ac_last_try in false false false false false :; do
17966   . ./conf$$subs.sh ||
17967     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17968
17969   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17970   if test $ac_delim_n = $ac_delim_num; then
17971     break
17972   elif $ac_last_try; then
17973     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17974   else
17975     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17976   fi
17977 done
17978 rm -f conf$$subs.sh
17979
17980 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17981 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17982 _ACEOF
17983 sed -n '
17984 h
17985 s/^/S["/; s/!.*/"]=/
17986 p
17987 g
17988 s/^[^!]*!//
17989 :repl
17990 t repl
17991 s/'"$ac_delim"'$//
17992 t delim
17993 :nl
17994 h
17995 s/\(.\{148\}\)..*/\1/
17996 t more1
17997 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17998 p
17999 n
18000 b repl
18001 :more1
18002 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18003 p
18004 g
18005 s/.\{148\}//
18006 t nl
18007 :delim
18008 h
18009 s/\(.\{148\}\)..*/\1/
18010 t more2
18011 s/["\\]/\\&/g; s/^/"/; s/$/"/
18012 p
18013 b
18014 :more2
18015 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18016 p
18017 g
18018 s/.\{148\}//
18019 t delim
18020 ' <conf$$subs.awk | sed '
18021 /^[^""]/{
18022   N
18023   s/\n//
18024 }
18025 ' >>$CONFIG_STATUS || ac_write_fail=1
18026 rm -f conf$$subs.awk
18027 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18028 _ACAWK
18029 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18030   for (key in S) S_is_set[key] = 1
18031   FS = "\a"
18032   \$ac_cs_awk_pipe_init
18033 }
18034 {
18035   line = $ 0
18036   nfields = split(line, field, "@")
18037   substed = 0
18038   len = length(field[1])
18039   for (i = 2; i < nfields; i++) {
18040     key = field[i]
18041     keylen = length(key)
18042     if (S_is_set[key]) {
18043       value = S[key]
18044       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18045       len += length(value) + length(field[++i])
18046       substed = 1
18047     } else
18048       len += 1 + keylen
18049   }
18050   if (nfields == 3 && !substed) {
18051     key = field[2]
18052     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
18053       \$ac_cs_awk_read_file
18054       next
18055     }
18056   }
18057   print line
18058 }
18059 \$ac_cs_awk_pipe_fini
18060 _ACAWK
18061 _ACEOF
18062 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18063 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18064   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18065 else
18066   cat
18067 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18068   || as_fn_error "could not setup config files machinery" "$LINENO" 5
18069 _ACEOF
18070
18071 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18072 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18073 # trailing colons and then remove the whole line if VPATH becomes empty
18074 # (actually we leave an empty line to preserve line numbers).
18075 if test "x$srcdir" = x.; then
18076   ac_vpsub='/^[  ]*VPATH[        ]*=/{
18077 s/:*\$(srcdir):*/:/
18078 s/:*\${srcdir}:*/:/
18079 s/:*@srcdir@:*/:/
18080 s/^\([^=]*=[     ]*\):*/\1/
18081 s/:*$//
18082 s/^[^=]*=[       ]*$//
18083 }'
18084 fi
18085
18086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18087 fi # test -n "$CONFIG_FILES"
18088
18089 # Set up the scripts for CONFIG_HEADERS section.
18090 # No need to generate them if there are no CONFIG_HEADERS.
18091 # This happens for instance with `./config.status Makefile'.
18092 if test -n "$CONFIG_HEADERS"; then
18093 cat >"$tmp/defines.awk" <<\_ACAWK ||
18094 BEGIN {
18095 _ACEOF
18096
18097 # Transform confdefs.h into an awk script `defines.awk', embedded as
18098 # here-document in config.status, that substitutes the proper values into
18099 # config.h.in to produce config.h.
18100
18101 # Create a delimiter string that does not exist in confdefs.h, to ease
18102 # handling of long lines.
18103 ac_delim='%!_!# '
18104 for ac_last_try in false false :; do
18105   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18106   if test -z "$ac_t"; then
18107     break
18108   elif $ac_last_try; then
18109     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18110   else
18111     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18112   fi
18113 done
18114
18115 # For the awk script, D is an array of macro values keyed by name,
18116 # likewise P contains macro parameters if any.  Preserve backslash
18117 # newline sequences.
18118
18119 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18120 sed -n '
18121 s/.\{148\}/&'"$ac_delim"'/g
18122 t rset
18123 :rset
18124 s/^[     ]*#[    ]*define[       ][      ]*/ /
18125 t def
18126 d
18127 :def
18128 s/\\$//
18129 t bsnl
18130 s/["\\]/\\&/g
18131 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
18132 D["\1"]=" \3"/p
18133 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
18134 d
18135 :bsnl
18136 s/["\\]/\\&/g
18137 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
18138 D["\1"]=" \3\\\\\\n"\\/p
18139 t cont
18140 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18141 t cont
18142 d
18143 :cont
18144 n
18145 s/.\{148\}/&'"$ac_delim"'/g
18146 t clear
18147 :clear
18148 s/\\$//
18149 t bsnlc
18150 s/["\\]/\\&/g; s/^/"/; s/$/"/p
18151 d
18152 :bsnlc
18153 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18154 b cont
18155 ' <confdefs.h | sed '
18156 s/'"$ac_delim"'/"\\\
18157 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18158
18159 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18160   for (key in D) D_is_set[key] = 1
18161   FS = "\a"
18162 }
18163 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18164   line = \$ 0
18165   split(line, arg, " ")
18166   if (arg[1] == "#") {
18167     defundef = arg[2]
18168     mac1 = arg[3]
18169   } else {
18170     defundef = substr(arg[1], 2)
18171     mac1 = arg[2]
18172   }
18173   split(mac1, mac2, "(") #)
18174   macro = mac2[1]
18175   prefix = substr(line, 1, index(line, defundef) - 1)
18176   if (D_is_set[macro]) {
18177     # Preserve the white space surrounding the "#".
18178     print prefix "define", macro P[macro] D[macro]
18179     next
18180   } else {
18181     # Replace #undef with comments.  This is necessary, for example,
18182     # in the case of _POSIX_SOURCE, which is predefined and required
18183     # on some systems where configure will not decide to define it.
18184     if (defundef == "undef") {
18185       print "/*", prefix defundef, macro, "*/"
18186       next
18187     }
18188   }
18189 }
18190 { print }
18191 _ACAWK
18192 _ACEOF
18193 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18194   as_fn_error "could not setup config headers machinery" "$LINENO" 5
18195 fi # test -n "$CONFIG_HEADERS"
18196
18197
18198 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
18199 shift
18200 for ac_tag
18201 do
18202   case $ac_tag in
18203   :[FHLC]) ac_mode=$ac_tag; continue;;
18204   esac
18205   case $ac_mode$ac_tag in
18206   :[FHL]*:*);;
18207   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18208   :[FH]-) ac_tag=-:-;;
18209   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18210   esac
18211   ac_save_IFS=$IFS
18212   IFS=:
18213   set x $ac_tag
18214   IFS=$ac_save_IFS
18215   shift
18216   ac_file=$1
18217   shift
18218
18219   case $ac_mode in
18220   :L) ac_source=$1;;
18221   :[FH])
18222     ac_file_inputs=
18223     for ac_f
18224     do
18225       case $ac_f in
18226       -) ac_f="$tmp/stdin";;
18227       *) # Look for the file first in the build tree, then in the source tree
18228          # (if the path is not absolute).  The absolute path cannot be DOS-style,
18229          # because $ac_f cannot contain `:'.
18230          test -f "$ac_f" ||
18231            case $ac_f in
18232            [\\/$]*) false;;
18233            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18234            esac ||
18235            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18236       esac
18237       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18238       as_fn_append ac_file_inputs " '$ac_f'"
18239     done
18240
18241     # Let's still pretend it is `configure' which instantiates (i.e., don't
18242     # use $as_me), people would be surprised to read:
18243     #    /* config.h.  Generated by config.status.  */
18244     configure_input='Generated from '`
18245           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18246         `' by configure.'
18247     if test x"$ac_file" != x-; then
18248       configure_input="$ac_file.  $configure_input"
18249       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18250 $as_echo "$as_me: creating $ac_file" >&6;}
18251     fi
18252     # Neutralize special characters interpreted by sed in replacement strings.
18253     case $configure_input in #(
18254     *\&* | *\|* | *\\* )
18255        ac_sed_conf_input=`$as_echo "$configure_input" |
18256        sed 's/[\\\\&|]/\\\\&/g'`;; #(
18257     *) ac_sed_conf_input=$configure_input;;
18258     esac
18259
18260     case $ac_tag in
18261     *:-:* | *:-) cat >"$tmp/stdin" \
18262       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18263     esac
18264     ;;
18265   esac
18266
18267   ac_dir=`$as_dirname -- "$ac_file" ||
18268 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18269          X"$ac_file" : 'X\(//\)[^/]' \| \
18270          X"$ac_file" : 'X\(//\)$' \| \
18271          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18272 $as_echo X"$ac_file" |
18273     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18274             s//\1/
18275             q
18276           }
18277           /^X\(\/\/\)[^/].*/{
18278             s//\1/
18279             q
18280           }
18281           /^X\(\/\/\)$/{
18282             s//\1/
18283             q
18284           }
18285           /^X\(\/\).*/{
18286             s//\1/
18287             q
18288           }
18289           s/.*/./; q'`
18290   as_dir="$ac_dir"; as_fn_mkdir_p
18291   ac_builddir=.
18292
18293 case "$ac_dir" in
18294 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18295 *)
18296   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18297   # A ".." for each directory in $ac_dir_suffix.
18298   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18299   case $ac_top_builddir_sub in
18300   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18301   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18302   esac ;;
18303 esac
18304 ac_abs_top_builddir=$ac_pwd
18305 ac_abs_builddir=$ac_pwd$ac_dir_suffix
18306 # for backward compatibility:
18307 ac_top_builddir=$ac_top_build_prefix
18308
18309 case $srcdir in
18310   .)  # We are building in place.
18311     ac_srcdir=.
18312     ac_top_srcdir=$ac_top_builddir_sub
18313     ac_abs_top_srcdir=$ac_pwd ;;
18314   [\\/]* | ?:[\\/]* )  # Absolute name.
18315     ac_srcdir=$srcdir$ac_dir_suffix;
18316     ac_top_srcdir=$srcdir
18317     ac_abs_top_srcdir=$srcdir ;;
18318   *) # Relative name.
18319     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18320     ac_top_srcdir=$ac_top_build_prefix$srcdir
18321     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18322 esac
18323 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18324
18325
18326   case $ac_mode in
18327   :F)
18328   #
18329   # CONFIG_FILE
18330   #
18331
18332   case $INSTALL in
18333   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18334   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18335   esac
18336 _ACEOF
18337
18338 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18339 # If the template does not know about datarootdir, expand it.
18340 # FIXME: This hack should be removed a few years after 2.60.
18341 ac_datarootdir_hack=; ac_datarootdir_seen=
18342 ac_sed_dataroot='
18343 /datarootdir/ {
18344   p
18345   q
18346 }
18347 /@datadir@/p
18348 /@docdir@/p
18349 /@infodir@/p
18350 /@localedir@/p
18351 /@mandir@/p'
18352 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18353 *datarootdir*) ac_datarootdir_seen=yes;;
18354 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18355   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18356 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18357 _ACEOF
18358 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18359   ac_datarootdir_hack='
18360   s&@datadir@&$datadir&g
18361   s&@docdir@&$docdir&g
18362   s&@infodir@&$infodir&g
18363   s&@localedir@&$localedir&g
18364   s&@mandir@&$mandir&g
18365   s&\\\${datarootdir}&$datarootdir&g' ;;
18366 esac
18367 _ACEOF
18368
18369 # Neutralize VPATH when `$srcdir' = `.'.
18370 # Shell code in configure.ac might set extrasub.
18371 # FIXME: do we really want to maintain this feature?
18372 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18373 ac_sed_extra="$ac_vpsub
18374 $extrasub
18375 _ACEOF
18376 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18377 :t
18378 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18379 s|@configure_input@|$ac_sed_conf_input|;t t
18380 s&@top_builddir@&$ac_top_builddir_sub&;t t
18381 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18382 s&@srcdir@&$ac_srcdir&;t t
18383 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18384 s&@top_srcdir@&$ac_top_srcdir&;t t
18385 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18386 s&@builddir@&$ac_builddir&;t t
18387 s&@abs_builddir@&$ac_abs_builddir&;t t
18388 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18389 s&@INSTALL@&$ac_INSTALL&;t t
18390 $ac_datarootdir_hack
18391 "
18392 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18393 if $ac_cs_awk_getline; then
18394   $AWK -f "$tmp/subs.awk"
18395 else
18396   $AWK -f "$tmp/subs.awk" | $SHELL
18397 fi >$tmp/out \
18398   || as_fn_error "could not create $ac_file" "$LINENO" 5
18399
18400 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18401   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18402   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18403   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18404 which seems to be undefined.  Please make sure it is defined." >&5
18405 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18406 which seems to be undefined.  Please make sure it is defined." >&2;}
18407
18408   rm -f "$tmp/stdin"
18409   case $ac_file in
18410   -) cat "$tmp/out" && rm -f "$tmp/out";;
18411   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18412   esac \
18413   || as_fn_error "could not create $ac_file" "$LINENO" 5
18414  ;;
18415   :H)
18416   #
18417   # CONFIG_HEADER
18418   #
18419   if test x"$ac_file" != x-; then
18420     {
18421       $as_echo "/* $configure_input  */" \
18422       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18423     } >"$tmp/config.h" \
18424       || as_fn_error "could not create $ac_file" "$LINENO" 5
18425     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18426       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18427 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18428     else
18429       rm -f "$ac_file"
18430       mv "$tmp/config.h" "$ac_file" \
18431         || as_fn_error "could not create $ac_file" "$LINENO" 5
18432     fi
18433   else
18434     $as_echo "/* $configure_input  */" \
18435       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18436       || as_fn_error "could not create -" "$LINENO" 5
18437   fi
18438  ;;
18439   :L)
18440   #
18441   # CONFIG_LINK
18442   #
18443
18444   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18445     :
18446   else
18447     # Prefer the file from the source tree if names are identical.
18448     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18449       ac_source=$srcdir/$ac_source
18450     fi
18451
18452     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18453 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18454
18455     if test ! -r "$ac_source"; then
18456       as_fn_error "$ac_source: file not found" "$LINENO" 5
18457     fi
18458     rm -f "$ac_file"
18459
18460     # Try a relative symlink, then a hard link, then a copy.
18461     case $srcdir in
18462     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18463         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18464     esac
18465     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18466       ln "$ac_source" "$ac_file" 2>/dev/null ||
18467       cp -p "$ac_source" "$ac_file" ||
18468       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18469   fi
18470  ;;
18471   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18472 $as_echo "$as_me: executing $ac_file commands" >&6;}
18473  ;;
18474   esac
18475
18476
18477   case $ac_file$ac_mode in
18478     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18479     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18480 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18481     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18482 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18483     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18484 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18485     "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18486 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18487     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18488 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18489     "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18490 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18491
18492   esac
18493 done # for ac_tag
18494
18495
18496 as_fn_exit 0
18497 _ACEOF
18498 ac_clean_files=$ac_clean_files_save
18499
18500 test $ac_write_fail = 0 ||
18501   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18502
18503
18504 # configure is writing to config.log, and then calls config.status.
18505 # config.status does its own redirection, appending to config.log.
18506 # Unfortunately, on DOS this fails, as config.log is still kept open
18507 # by configure, so config.status won't be able to write to it; its
18508 # output is simply discarded.  So we exec the FD to /dev/null,
18509 # effectively closing config.log, so it can be properly (re)opened and
18510 # appended to by config.status.  When coming back to configure, we
18511 # need to make the FD available again.
18512 if test "$no_create" != yes; then
18513   ac_cs_success=:
18514   ac_config_status_args=
18515   test "$silent" = yes &&
18516     ac_config_status_args="$ac_config_status_args --quiet"
18517   exec 5>/dev/null
18518   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18519   exec 5>>config.log
18520   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18521   # would make configure fail if this is the last instruction.
18522   $ac_cs_success || as_fn_exit $?
18523 fi
18524 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18525   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18526 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18527 fi
18528
18529
18530 if test "$no_create" = "yes"
18531 then
18532   exit 0
18533 fi
18534
18535 ac_save_IFS="$IFS"
18536 if test "x$wine_notices != "x; then
18537     echo >&6
18538     IFS="|"
18539     for msg in $wine_notices; do
18540         IFS="$ac_save_IFS"
18541         if test -n "$msg"; then
18542             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18543 $as_echo "$as_me: $msg" >&6;}
18544         fi
18545     done
18546 fi
18547 IFS="|"
18548 for msg in $wine_warnings; do
18549     IFS="$ac_save_IFS"
18550     if test -n "$msg"; then
18551         echo >&2
18552         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18553 $as_echo "$as_me: WARNING: $msg" >&2;}
18554     fi
18555 done
18556 IFS="$ac_save_IFS"
18557
18558 echo "
18559 $as_me: Finished.  Do '${ac_make}' to compile Wine.
18560 " >&6
18561