Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f33f7f0e
Commit
f33f7f0e
authored
Sep 17, 2001
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved make_dlls script. Moved dll list out of
Make.rules.in. Removed a few no longer used rules.
parent
e575ad29
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
946 additions
and
906 deletions
+946
-906
Make.rules.in
Make.rules.in
+0
-81
Makefile.in
Makefile.in
+3
-5
configure
configure
+237
-325
configure.in
configure.in
+1
-39
Makedll.rules.in
dlls/Makedll.rules.in
+9
-21
Makefile.in
dlls/Makefile.in
+585
-395
make_dlls
dlls/make_dlls
+111
-40
No files found.
Make.rules.in
View file @
f33f7f0e
...
...
@@ -29,7 +29,6 @@ OPTIONS = @OPTIONS@ -D_REENTRANT
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
DLL_LINK = @DLL_LINK@
LIBS = @LIBS@
YACC = @YACC@
LEX = @LEX@
...
...
@@ -94,86 +93,6 @@ OBJS = $(SPEC_SRCS:.spec=.spec.o) $(C_SRCS:.c=.o) $(GEN_C_SRCS:.c=.o) $(GEN_ASM_
LINTS = $(C_SRCS:.c=.ln)
# DLL list
X_DLLS = \
ddraw \
@OPENGL32_DLL@ \
@GLU32_DLL@ \
x11drv
DLLS = \
@X_DLLS@ \
advapi32 \
avifil32 \
comctl32 \
comdlg32 \
crtdll \
dciman32 \
dinput \
dplay \
dplayx \
dsound \
gdi32 \
icmp \
imagehlp \
imm32 \
joystick.drv \
kernel32 \
lz32 \
mapi32 \
mcianim.drv \
mciavi.drv \
mcicda.drv \
mciseq.drv \
mciwave.drv \
midimap.drv \
mpr \
msacm.drv \
msacm32 \
msimg32 \
msnet32 \
msvcrt \
msvfw32 \
odbc32 \
ole32 \
oleaut32 \
olecli32 \
oledlg \
olepro32 \
olesvr32 \
psapi \
quartz \
rasapi32 \
riched32 \
rpcrt4 \
serialui \
setupapi \
shdocvw \
shell32 \
shfolder \
shlwapi \
sti \
tapi32 \
ttydrv \
url \
urlmon \
user32 \
version \
w32skrnl \
winedos \
wineoss.drv \
wineps \
wininet \
winmm \
winnls32 \
winspool.drv \
wintrust \
wnaspi32 \
wow32 \
ws2_32 \
wsock32
# Implicit rules
.SUFFIXES: .mc .rc .mc.rc .res .spec .spec.c .glue.c
...
...
Makefile.in
View file @
f33f7f0e
...
...
@@ -67,8 +67,6 @@ INSTALLSUBDIRS = \
EMUOBJS
=
\
miscemu/miscemu.o
DLLOBJS
=
$
(
DLLS:%
=
dlls/lib%.@LIBEXT@
)
all
:
Make.rules $(PROGRAMS) $(LIBPROGRAMS) $(LIBSYMLINKS) wine
@
echo
"Wine build complete."
...
...
@@ -81,7 +79,7 @@ Make.rules: Make.rules.in configure
@
exit
1
wine
:
dlls $(EMUOBJS)
$(CC)
-o
wine
$(EMUOBJS)
$(DLL_LINK
)
$(LIBS)
$(LDFLAGS)
$(CC)
-o
wine
$(EMUOBJS)
-L
$(DLLDIR)
$
(
IMPORTS:%
=
-l
%
)
$(LIBWINE)
$(LIBUNICODE
)
$(LIBS)
$(LDFLAGS)
install
::
all $(INSTALLSUBDIRS:%=%/__install__)
[
-d
$(bindir)
]
||
$(MKDIR)
$(bindir)
...
...
@@ -92,7 +90,7 @@ install:: all $(INSTALLSUBDIRS:%=%/__install__)
uninstall
::
$(INSTALLSUBDIRS:%=%/__uninstall__)
cd
$(bindir)
&&
$(RM)
wine dosmod
$(EMUOBJS) $(
DLLOBJS) $(
PROGRAMS) $(LIBPROGRAMS) $(LIBRARIES)
:
dummy
$(EMUOBJS) $(PROGRAMS) $(LIBPROGRAMS) $(LIBRARIES)
:
dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
`
basename
$@
`
libwine.$(LIBEXT)
:
library/libwine.$(LIBEXT)
...
...
@@ -109,7 +107,7 @@ libwine_uuid.a: ole/libwine_uuid.a
# Dependencies between directories
$(
DLLOBJS) $(
PROGRAMS)
:
tools
$(PROGRAMS)
:
tools
$(EMUOBJS)
:
tools dlls
...
...
configure
View file @
f33f7f0e
...
...
@@ -3104,17 +3104,11 @@ done
X_DLLS
=
""
XFILES
=
""
OPENGLFILES
=
""
OPENGL32_DLL
=
""
GLU32FILES
=
""
GLU32_DLL
=
""
if
test
"
$have_x
"
=
"yes"
then
XLIB
=
"-lXext -lX11"
...
...
@@ -3125,17 +3119,17 @@ then
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:312
9
: checking for
$ac_hdr
"
>
&5
echo
"configure:312
3
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 31
34
"configure"
#line 31
28
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:313
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:313
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3156,7 +3150,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XpmCreatePixmapFromData in -lXpm""...
$ac_c
"
1>&6
echo
"configure:31
60
: checking for XpmCreatePixmapFromData in -lXpm"
>
&5
echo
"configure:31
54
: checking for XpmCreatePixmapFromData in -lXpm"
>
&5
ac_lib_var
=
`
echo
Xpm
'_'
XpmCreatePixmapFromData |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3165,7 +3159,7 @@ else
LIBS
=
"-lXpm
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 316
9
"configure"
#line 316
3
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3176,7 +3170,7 @@ int main() {
XpmCreatePixmapFromData()
; return 0; }
EOF
if
{
(
eval echo
configure:31
80
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:31
74
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3222,17 +3216,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:322
6
: checking for
$ac_hdr
"
>
&5
echo
"configure:322
0
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
31
"configure"
#line 32
25
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:323
6
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:323
0
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3257,17 +3251,17 @@ EOF
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:32
61
: checking for
$ac_hdr
"
>
&5
echo
"configure:32
55
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 326
6
"configure"
#line 326
0
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:32
71
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:32
65
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3288,7 +3282,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XkbQueryExtension in -lX11""...
$ac_c
"
1>&6
echo
"configure:32
92
: checking for XkbQueryExtension in -lX11"
>
&5
echo
"configure:32
86
: checking for XkbQueryExtension in -lX11"
>
&5
ac_lib_var
=
`
echo
X11
'_'
XkbQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3296,7 +3290,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lX11
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
300
"configure"
#line 3
294
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3307,7 +3301,7 @@ int main() {
XkbQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:33
11
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:33
05
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3343,17 +3337,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:334
7
: checking for
$ac_hdr
"
>
&5
echo
"configure:334
1
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 33
52
"configure"
#line 33
46
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:335
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:335
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3374,7 +3368,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XShmQueryExtension in -lXext""...
$ac_c
"
1>&6
echo
"configure:337
8
: checking for XShmQueryExtension in -lXext"
>
&5
echo
"configure:337
2
: checking for XShmQueryExtension in -lXext"
>
&5
ac_lib_var
=
`
echo
Xext
'_'
XShmQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3382,7 +3376,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lXext
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 338
6
"configure"
#line 338
0
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3393,7 +3387,7 @@ int main() {
XShmQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:339
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:339
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3429,17 +3423,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:34
33
: checking for
$ac_hdr
"
>
&5
echo
"configure:34
27
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 343
8
"configure"
#line 343
2
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:34
43
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:34
37
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3460,7 +3454,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XShapeQueryExtension in -lXext""...
$ac_c
"
1>&6
echo
"configure:34
64
: checking for XShapeQueryExtension in -lXext"
>
&5
echo
"configure:34
58
: checking for XShapeQueryExtension in -lXext"
>
&5
ac_lib_var
=
`
echo
Xext
'_'
XShapeQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3468,7 +3462,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lXext
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 34
72
"configure"
#line 34
66
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3479,7 +3473,7 @@ int main() {
XShapeQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:34
83
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:34
77
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3515,17 +3509,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:351
9
: checking for
$ac_hdr
"
>
&5
echo
"configure:351
3
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 35
24
"configure"
#line 35
18
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:352
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:352
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3546,7 +3540,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XDGAQueryExtension in -lXxf86dga""...
$ac_c
"
1>&6
echo
"configure:35
50
: checking for XDGAQueryExtension in -lXxf86dga"
>
&5
echo
"configure:35
44
: checking for XDGAQueryExtension in -lXxf86dga"
>
&5
ac_lib_var
=
`
echo
Xxf86dga
'_'
XDGAQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3555,7 +3549,7 @@ else
LIBS
=
"-lXxf86dga
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 355
9
"configure"
#line 355
3
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3566,7 +3560,7 @@ int main() {
XDGAQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:35
70
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:35
64
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3590,7 +3584,7 @@ EOF
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for XF86DGAQueryExtension in -lXxf86dga""...
$ac_c
"
1>&6
echo
"configure:35
94
: checking for XF86DGAQueryExtension in -lXxf86dga"
>
&5
echo
"configure:35
88
: checking for XF86DGAQueryExtension in -lXxf86dga"
>
&5
ac_lib_var
=
`
echo
Xxf86dga
'_'
XF86DGAQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3599,7 +3593,7 @@ else
LIBS
=
"-lXxf86dga
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
603
"configure"
#line 3
597
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3610,7 +3604,7 @@ int main() {
XF86DGAQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:36
14
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:36
08
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3651,17 +3645,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:36
55
: checking for
$ac_hdr
"
>
&5
echo
"configure:36
49
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 36
60
"configure"
#line 36
54
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:36
65
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:36
59
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3682,7 +3676,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XF86VidModeQueryExtension in -lXxf86vm""...
$ac_c
"
1>&6
echo
"configure:368
6
: checking for XF86VidModeQueryExtension in -lXxf86vm"
>
&5
echo
"configure:368
0
: checking for XF86VidModeQueryExtension in -lXxf86vm"
>
&5
ac_lib_var
=
`
echo
Xxf86vm
'_'
XF86VidModeQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3691,7 +3685,7 @@ else
LIBS
=
"-lXxf86vm
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 36
95
"configure"
#line 36
89
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3702,7 +3696,7 @@ int main() {
XF86VidModeQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:370
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:370
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3740,17 +3734,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:37
44
: checking for
$ac_hdr
"
>
&5
echo
"configure:37
38
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 374
9
"configure"
#line 374
3
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:37
54
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:37
48
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3771,7 +3765,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XvShmCreateImage in -lXv""...
$ac_c
"
1>&6
echo
"configure:37
75
: checking for XvShmCreateImage in -lXv"
>
&5
echo
"configure:37
69
: checking for XvShmCreateImage in -lXv"
>
&5
ac_lib_var
=
`
echo
Xv
'_'
XvShmCreateImage |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3780,7 +3774,7 @@ else
LIBS
=
"-lXv
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 37
84
"configure"
#line 37
78
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3791,7 +3785,7 @@ int main() {
XvShmCreateImage()
; return 0; }
EOF
if
{
(
eval echo
configure:37
95
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:37
89
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3829,17 +3823,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:38
33
: checking for
$ac_hdr
"
>
&5
echo
"configure:38
27
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 383
8
"configure"
#line 383
2
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:38
43
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:38
37
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3860,7 +3854,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for XRenderQueryExtension in -lXrender""...
$ac_c
"
1>&6
echo
"configure:38
64
: checking for XRenderQueryExtension in -lXrender"
>
&5
echo
"configure:38
58
: checking for XRenderQueryExtension in -lXrender"
>
&5
ac_lib_var
=
`
echo
Xrender
'_'
XRenderQueryExtension |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -3869,7 +3863,7 @@ else
LIBS
=
"-lXrender
$X_LIBS
-lXext -lX11
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 38
73
"configure"
#line 38
67
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3880,7 +3874,7 @@ int main() {
XRenderQueryExtension()
; return 0; }
EOF
if
{
(
eval echo
configure:38
84
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:38
78
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -3927,17 +3921,17 @@ done
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:39
31
: checking for
$ac_hdr
"
>
&5
echo
"configure:39
25
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 393
6
"configure"
#line 393
0
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:39
41
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:39
35
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3966,19 +3960,19 @@ done
if
test
"
$ac_cv_header_GL_gl_h
"
=
"yes"
-a
"
$ac_cv_header_GL_glx_h
"
=
"yes"
then
echo
$ac_n
"checking "
for
up-to-date OpenGL version
"""...
$ac_c
"
1>&6
echo
"configure:39
70
: checking "
for
up-to-date OpenGL version
""
>
&5
echo
"configure:39
64
: checking "
for
up-to-date OpenGL version
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_opengl_version_OK
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 39
75
"configure"
#line 39
69
"configure"
#include "confdefs.h"
#include <GL/gl.h>
int main() {
GLenum test = GL_UNSIGNED_SHORT_5_6_5;
; return 0; }
EOF
if
{
(
eval echo
configure:39
82
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:39
76
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_opengl_version_OK
=
"yes"
else
...
...
@@ -3995,21 +3989,21 @@ fi
echo
"
$ac_t
""
$wine_cv_opengl_version_OK
"
1>&6
echo
$ac_n
"checking "
for
thread-safe OpenGL version
"""...
$ac_c
"
1>&6
echo
"configure:399
9
: checking "
for
thread-safe OpenGL version
""
>
&5
echo
"configure:399
3
: checking "
for
thread-safe OpenGL version
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_opengl_version_threadsafe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_libs
=
$LIBS
LIBS
=
"
$X_LIBS
-lGL"
cat
>
conftest.
$ac_ext
<<
EOF
#line 400
6
"configure"
#line 400
0
"configure"
#include "confdefs.h"
int main() {
pthread_getspecific();
; return 0; }
EOF
if
{
(
eval echo
configure:40
13
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:40
07
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
wine_cv_opengl_version_threadsafe
=
"yes"
else
...
...
@@ -4028,7 +4022,7 @@ echo "$ac_t""$wine_cv_opengl_version_threadsafe" 1>&6
if
test
"
$wine_cv_opengl_version_OK
"
=
"yes"
-a
\(
"
$wine_cv_opengl_version_threadsafe
"
=
"no"
-o
$OPENGL
=
"yes"
\)
then
echo
$ac_n
"checking for glXCreateContext in -lGL""...
$ac_c
"
1>&6
echo
"configure:40
32
: checking for glXCreateContext in -lGL"
>
&5
echo
"configure:40
26
: checking for glXCreateContext in -lGL"
>
&5
ac_lib_var
=
`
echo
GL
'_'
glXCreateContext |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4036,7 +4030,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lGL
$X_LIBS
-lXext -lX11 -lm
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 40
40
"configure"
#line 40
34
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4047,7 +4041,7 @@ int main() {
glXCreateContext()
; return 0; }
EOF
if
{
(
eval echo
configure:40
51
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:40
45
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4079,7 +4073,7 @@ EOF
echo
$ac_n
"checking for glXGetProcAddressARB in -lGL""...
$ac_c
"
1>&6
echo
"configure:40
83
: checking for glXGetProcAddressARB in -lGL"
>
&5
echo
"configure:40
77
: checking for glXGetProcAddressARB in -lGL"
>
&5
ac_lib_var
=
`
echo
GL
'_'
glXGetProcAddressARB |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4087,7 +4081,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lGL
$X_LIBS
-lXext -lX11 -lm
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 40
91
"configure"
#line 40
85
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4098,7 +4092,7 @@ int main() {
glXGetProcAddressARB()
; return 0; }
EOF
if
{
(
eval echo
configure:4
102
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:4
096
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4125,12 +4119,12 @@ fi
if
test
$ac_cv_lib_GL_glXGetProcAddressARB
=
"yes"
then
echo
$ac_n
"checking "
for
OpenGL extension functions prototypes
"""...
$ac_c
"
1>&6
echo
"configure:412
9
: checking "
for
OpenGL extension functions prototypes
""
>
&5
echo
"configure:412
3
: checking "
for
OpenGL extension functions prototypes
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_extension_prototypes
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 41
34
"configure"
#line 41
28
"configure"
#include "confdefs.h"
#include <GL/gl.h>
#ifdef HAVE_GL_GLEXT_H
...
...
@@ -4141,7 +4135,7 @@ int main() {
PFNGLCOLORTABLEEXTPROC test_proc;
; return 0; }
EOF
if
{
(
eval echo
configure:41
45
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:41
39
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_extension_prototypes
=
"yes"
else
...
...
@@ -4163,13 +4157,11 @@ echo "$ac_t""$wine_cv_extension_prototypes" 1>&6
EOF
fi
OPENGL32_DLL
=
opengl32
fi
fi
echo
$ac_n
"checking for gluLookAt in -lGLU""...
$ac_c
"
1>&6
echo
"configure:41
73
: checking for gluLookAt in -lGLU"
>
&5
echo
"configure:41
65
: checking for gluLookAt in -lGLU"
>
&5
ac_lib_var
=
`
echo
GLU
'_'
gluLookAt |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4178,7 +4170,7 @@ else
LIBS
=
"-lGLU
$X_LIBS
$X_PRE_LIBS
-lXext -lX11 -lm
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 41
82
"configure"
#line 41
74
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4189,7 +4181,7 @@ int main() {
gluLookAt()
; return 0; }
EOF
if
{
(
eval echo
configure:41
93
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:41
85
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4206,7 +4198,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo
"
$ac_t
""yes"
1>&6
X_PRE_LIBS
=
"
$X_PRE_LIBS
-lGLU"
GLU32FILES
=
'$(GLU32FILES)'
GLU32_DLL
=
glu32
else
echo
"
$ac_t
""no"
1>&6
...
...
@@ -4217,7 +4208,6 @@ fi
fi
CPPFLAGS
=
"
$ac_save_CPPFLAGS
"
X_DLLS
=
'$(X_DLLS)'
XFILES
=
'$(XFILES)'
else
XLIB
=
""
...
...
@@ -4231,17 +4221,17 @@ then
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:42
3
5: checking for
$ac_hdr
"
>
&5
echo
"configure:42
2
5: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
4
0 "configure"
#line 42
3
0 "configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:42
4
5:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:42
3
5:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -4262,7 +4252,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for waddch in -lncurses""...
$ac_c
"
1>&6
echo
"configure:42
6
6: checking for waddch in -lncurses"
>
&5
echo
"configure:42
5
6: checking for waddch in -lncurses"
>
&5
ac_lib_var
=
`
echo
ncurses
'_'
waddch |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4270,7 +4260,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lncurses
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
7
4 "configure"
#line 42
6
4 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4281,7 +4271,7 @@ int main() {
waddch()
; return 0; }
EOF
if
{
(
eval echo
configure:42
8
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:42
7
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4314,17 +4304,17 @@ for ac_hdr in curses.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:43
1
8: checking for
$ac_hdr
"
>
&5
echo
"configure:43
0
8: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
2
3 "configure"
#line 43
1
3 "configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:43
2
8:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:43
1
8:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -4345,7 +4335,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
echo
$ac_n
"checking for waddch in -lcurses""...
$ac_c
"
1>&6
echo
"configure:43
4
9: checking for waddch in -lcurses"
>
&5
echo
"configure:43
3
9: checking for waddch in -lcurses"
>
&5
ac_lib_var
=
`
echo
curses
'_'
waddch |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4353,7 +4343,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcurses
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
5
7 "configure"
#line 43
4
7 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4364,7 +4354,7 @@ int main() {
waddch()
; return 0; }
EOF
if
{
(
eval echo
configure:43
6
8:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:43
5
8:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4402,12 +4392,12 @@ done
for
ac_func
in
getbkgd resizeterm
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:4
40
6: checking for
$ac_func
"
>
&5
echo
"configure:4
39
6: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 44
1
1 "configure"
#line 44
0
1 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -4430,7 +4420,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:44
3
4:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:44
2
4:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -4459,7 +4449,7 @@ fi
CUPSLIBS
=
""
wine_cv_warn_cups_h
=
no
echo
$ac_n
"checking for cupsGetPPD in -lcups""...
$ac_c
"
1>&6
echo
"configure:44
6
3: checking for cupsGetPPD in -lcups"
>
&5
echo
"configure:44
5
3: checking for cupsGetPPD in -lcups"
>
&5
ac_lib_var
=
`
echo
cups
'_'
cupsGetPPD |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4467,7 +4457,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcups
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 44
7
1 "configure"
#line 44
6
1 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4478,7 +4468,7 @@ int main() {
cupsGetPPD()
; return 0; }
EOF
if
{
(
eval echo
configure:44
8
2:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:44
7
2:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4495,17 +4485,17 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo
"
$ac_t
""yes"
1>&6
ac_safe
=
`
echo
"cups/cups.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for cups/cups.h""...
$ac_c
"
1>&6
echo
"configure:44
9
9: checking for cups/cups.h"
>
&5
echo
"configure:44
8
9: checking for cups/cups.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
50
4 "configure"
#line 4
49
4 "configure"
#include "confdefs.h"
#include <cups/cups.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:4
50
9:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:4
49
9:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -4539,7 +4529,7 @@ fi
echo
$ac_n
"checking for FT_Init_FreeType in -lfreetype""...
$ac_c
"
1>&6
echo
"configure:45
4
3: checking for FT_Init_FreeType in -lfreetype"
>
&5
echo
"configure:45
3
3: checking for FT_Init_FreeType in -lfreetype"
>
&5
ac_lib_var
=
`
echo
freetype
'_'
FT_Init_FreeType |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4547,7 +4537,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lfreetype
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 45
5
1 "configure"
#line 45
4
1 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4558,7 +4548,7 @@ int main() {
FT_Init_FreeType()
; return 0; }
EOF
if
{
(
eval echo
configure:45
6
2:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:45
5
2:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4588,7 +4578,7 @@ else
# Extract the first word of "freetype-config", so it can be a program name with args.
set
dummy freetype-config
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
9
2: checking for
$ac_word
"
>
&5
echo
"configure:45
8
2: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ft_devel
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4620,7 +4610,7 @@ fi
# Extract the first word of "freetype2-config", so it can be a program name with args.
set
dummy freetype2-config
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
2
4: checking for
$ac_word
"
>
&5
echo
"configure:46
1
4: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ft_devel2
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4676,17 +4666,17 @@ EOF
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:46
8
0: checking for
$ac_hdr
"
>
&5
echo
"configure:46
7
0: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 46
8
5 "configure"
#line 46
7
5 "configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:46
9
0:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:46
8
0:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -4720,19 +4710,19 @@ fi
echo
$ac_n
"checking "
for
parport header/ppdev.h
"""...
$ac_c
"
1>&6
echo
"configure:47
2
4: checking "
for
parport header/ppdev.h
""
>
&5
echo
"configure:47
1
4: checking "
for
parport header/ppdev.h
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_ppdev
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
2
9 "configure"
#line 47
1
9 "configure"
#include "confdefs.h"
#include <linux/ppdev.h>
int main() {
ioctl (1,PPCLAIM,0)
; return 0; }
EOF
if
{
(
eval echo
configure:47
3
6:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
2
6:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_ppdev
=
"yes"
else
...
...
@@ -4755,12 +4745,12 @@ EOF
fi
echo
$ac_n
"checking "
for
GNU style IPX support
"""...
$ac_c
"
1>&6
echo
"configure:47
5
9: checking "
for
GNU style IPX support
""
>
&5
echo
"configure:47
4
9: checking "
for
GNU style IPX support
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_ipx_gnu
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
6
4 "configure"
#line 47
5
4 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <netipx/ipx.h>
...
...
@@ -4768,7 +4758,7 @@ int main() {
((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
; return 0; }
EOF
if
{
(
eval echo
configure:47
7
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
6
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_ipx_gnu
=
"yes"
else
...
...
@@ -4793,12 +4783,12 @@ fi
if
test
"
$ac_cv_c_ipx_gnu
"
=
"no"
then
echo
$ac_n
"checking "
for
linux style IPX support
"""...
$ac_c
"
1>&6
echo
"configure:47
9
7: checking "
for
linux style IPX support
""
>
&5
echo
"configure:47
8
7: checking "
for
linux style IPX support
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_ipx_linux
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
80
2 "configure"
#line 4
79
2 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <asm/types.h>
...
...
@@ -4807,7 +4797,7 @@ int main() {
((struct sockaddr_ipx *)0)->sipx_family == AF_IPX
; return 0; }
EOF
if
{
(
eval echo
configure:48
1
1:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:48
0
1:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_ipx_linux
=
"yes"
else
...
...
@@ -4834,17 +4824,17 @@ for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:48
3
8: checking for
$ac_hdr
"
>
&5
echo
"configure:48
2
8: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 48
4
3 "configure"
#line 48
3
3 "configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:48
4
8:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:48
3
8:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -4872,12 +4862,12 @@ done
echo
$ac_n
"checking "
for
Open Sound System
"""...
$ac_c
"
1>&6
echo
"configure:48
7
6: checking "
for
Open Sound System
""
>
&5
echo
"configure:48
6
6: checking "
for
Open Sound System
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_opensoundsystem
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 48
8
1 "configure"
#line 48
7
1 "configure"
#include "confdefs.h"
#if defined(HAVE_SYS_SOUNDCARD_H)
...
...
@@ -4898,7 +4888,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:4
90
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:4
89
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_opensoundsystem
=
"yes"
else
...
...
@@ -4921,12 +4911,12 @@ EOF
fi
echo
$ac_n
"checking "
for
Open Sound System/MIDI interface
"""...
$ac_c
"
1>&6
echo
"configure:49
2
5: checking "
for
Open Sound System/MIDI interface
""
>
&5
echo
"configure:49
1
5: checking "
for
Open Sound System/MIDI interface
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_opensoundsystem_midi
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 49
3
0 "configure"
#line 49
2
0 "configure"
#include "confdefs.h"
#if defined(HAVE_SYS_SOUNDCARD_H)
...
...
@@ -4947,7 +4937,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:49
5
1:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:49
4
1:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_opensoundsystem_midi
=
"yes"
else
...
...
@@ -4973,7 +4963,7 @@ if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
echo
$ac_n
"checking "
whether mmap64 works defined as mmap
"""...
$ac_c
"
1>&6
echo
"configure:49
7
7: checking "
whether mmap64 works defined as mmap
""
>
&5
echo
"configure:49
6
7: checking "
whether mmap64 works defined as mmap
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_mmap64_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4981,7 +4971,7 @@ else
ac_cv_mmap64_works
=
"no"
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 49
8
5 "configure"
#line 49
7
5 "configure"
#include "confdefs.h"
#define _FILE_OFFSET_BITS 64
...
...
@@ -5011,7 +5001,7 @@ else
EOF
if
{
(
eval echo
configure:50
1
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:50
0
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_mmap64_works
=
"yes"
else
...
...
@@ -5040,7 +5030,7 @@ if test "x${GCC}" = "xyes"
then
CFLAGS
=
"
$CFLAGS
-Wall"
echo
$ac_n
"checking "
for
gcc strength-reduce bug
"""...
$ac_c
"
1>&6
echo
"configure:50
4
4: checking "
for
gcc strength-reduce bug
""
>
&5
echo
"configure:50
3
4: checking "
for
gcc strength-reduce bug
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_gcc_strength_bug
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5048,7 +5038,7 @@ else
ac_cv_c_gcc_strength_bug
=
"yes"
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 50
5
2 "configure"
#line 50
4
2 "configure"
#include "confdefs.h"
int L[4] = {0,1,2,3};
...
...
@@ -5063,7 +5053,7 @@ int main(void) {
exit( Array[1] != -2 || L[2] != 3);
}
EOF
if
{
(
eval echo
configure:50
6
7:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:50
5
7:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_c_gcc_strength_bug
=
"no"
else
...
...
@@ -5084,21 +5074,21 @@ echo "$ac_t""$ac_cv_c_gcc_strength_bug" 1>&6
fi
echo
$ac_n
"checking "
for
gcc
-mpreferred-stack-boundary
=
2 support
"""...
$ac_c
"
1>&6
echo
"configure:50
8
8: checking "
for
gcc
-mpreferred-stack-boundary
=
2 support
""
>
&5
echo
"configure:50
7
8: checking "
for
gcc
-mpreferred-stack-boundary
=
2 support
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_gcc_stack_boundary
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_cflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-mpreferred-stack-boundary=2"
cat
>
conftest.
$ac_ext
<<
EOF
#line 50
9
5 "configure"
#line 50
8
5 "configure"
#include "confdefs.h"
int main() {
return 0
; return 0; }
EOF
if
{
(
eval echo
configure:5
10
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:5
09
2:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_gcc_stack_boundary
=
"yes"
else
...
...
@@ -5121,7 +5111,7 @@ fi
echo
$ac_n
"checking "
whether .type must sit inside a .def directive
"""...
$ac_c
"
1>&6
echo
"configure:51
2
5: checking "
whether .type must sit inside a .def directive
""
>
&5
echo
"configure:51
1
5: checking "
whether .type must sit inside a .def directive
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_type_in_def
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5134,14 +5124,14 @@ _ac_test:
.long 0
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
3
8 "configure"
#line 51
2
8 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:51
4
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:51
3
5:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_type_in_def
=
"yes"
else
...
...
@@ -5165,7 +5155,7 @@ fi
echo
$ac_n
"checking "
whether external symbols need an underscore prefix
"""...
$ac_c
"
1>&6
echo
"configure:51
6
9: checking "
whether external symbols need an underscore prefix
""
>
&5
echo
"configure:51
5
9: checking "
whether external symbols need an underscore prefix
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_extern_prefix
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5177,14 +5167,14 @@ _ac_test:
.long 0
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
8
1 "configure"
#line 51
7
1 "configure"
#include "confdefs.h"
extern int ac_test;
int main() {
if (ac_test) return 1
; return 0; }
EOF
if
{
(
eval echo
configure:51
8
8:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:51
7
8:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_extern_prefix
=
"yes"
else
...
...
@@ -5208,7 +5198,7 @@ fi
echo
$ac_n
"checking "
whether assembler accepts .string
"""...
$ac_c
"
1>&6
echo
"configure:52
1
2: checking "
whether assembler accepts .string
""
>
&5
echo
"configure:52
0
2: checking "
whether assembler accepts .string
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_asm_string
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5218,14 +5208,14 @@ cat > conftest_asm.s <<EOF
.string "test"
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
2
2 "configure"
#line 52
1
2 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:52
2
9:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:52
1
9:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_asm_string
=
"yes"
else
...
...
@@ -5253,21 +5243,21 @@ LDDLLFLAGS=""
if
test
"
$LIBEXT
"
=
"so"
then
echo
$ac_n
"checking "
whether we can build a GNU style ELF dll
"""...
$ac_c
"
1>&6
echo
"configure:52
5
7: checking "
whether we can build a GNU style ELF dll
""
>
&5
echo
"configure:52
4
7: checking "
whether we can build a GNU style ELF dll
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_dll_gnuelf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_cflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
6
4 "configure"
#line 52
5
4 "configure"
#include "confdefs.h"
int main() {
return 1
; return 0; }
EOF
if
{
(
eval echo
configure:52
7
1:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:52
6
1:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_dll_gnuelf
=
"yes"
else
...
...
@@ -5288,21 +5278,21 @@ echo "$ac_t""$ac_cv_c_dll_gnuelf" 1>&6
LDDLLFLAGS
=
"-Wl,-Bsymbolic"
else
echo
$ac_n
"checking whether we can build a UnixWare (Solaris) dll""...
$ac_c
"
1>&6
echo
"configure:52
9
2: checking whether we can build a UnixWare (Solaris) dll"
>
&5
echo
"configure:52
8
2: checking whether we can build a UnixWare (Solaris) dll"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_dll_unixware
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_cflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
9
9 "configure"
#line 52
8
9 "configure"
#include "confdefs.h"
int main() {
return 1
; return 0; }
EOF
if
{
(
eval echo
configure:5
30
6:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:5
29
6:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_dll_unixware
=
"yes"
else
...
...
@@ -5348,86 +5338,12 @@ LDPATH=""
if
test
"
$LIBEXT
"
=
"so"
;
then
DLLFLAGS
=
"-fPIC"
DLL_LINK
=
"-L
\$
(DLLDIR)
\$
(IMPORTS:%=-l%)
\$
(LIBWINE)
\$
(LIBUNICODE)"
LDPATH
=
"LD_LIBRARY_PATH=
\"\$
(TOPOBJDIR)/unicode:
\$\$
LD_LIBRARY_PATH
\"
"
elif
test
"
$LIBEXT
"
=
"dll"
;
then
#DLLFLAGS="-fPIC" # -fPIC doesn't work(at least in cygwin-b20) - FIXME
DLL_LINK
=
"-L
\$
(DLLDIR)
\$
(IMPORTS:%=-l%)
\$
(LIBWINE)
\$
(LIBUNICODE)"
LDPATH
=
"PATH=
\"\$
(TOPOBJDIR)/unicode:
\$\$
PATH
\"
"
else
DLL_LINK
=
"-L
\$
(DLLDIR)
\$
(DLLS:%=-l%)
\$
(LIBWINE)
\$
(LIBUNICODE)
\$
(X_LIBS)
\$
(XLIB)"
echo
$ac_n
"checking whether the linker supports --[no]-whole-archive (Linux)""...
$ac_c
"
1>&6
echo
"configure:5361: checking whether the linker supports --[no]-whole-archive (Linux)"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_whole_archive
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_cflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,--whole-archive -Wl,--no-whole-archive"
cat
>
conftest.
$ac_ext
<<
EOF
#line 5368 "configure"
#include "confdefs.h"
int main() {
return 1
; return 0; }
EOF
if
{
(
eval echo
configure:5375:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_whole_archive
=
"yes"
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
ac_cv_c_whole_archive
=
"no"
fi
rm
-f
conftest
*
CFLAGS
=
$saved_cflags
fi
echo
"
$ac_t
""
$ac_cv_c_whole_archive
"
1>&6
if
test
"
$ac_cv_c_whole_archive
"
=
"yes"
then
DLL_LINK
=
"-Wl,--whole-archive
$DLL_LINK
-Wl,--no-whole-archive"
else
echo
$ac_n
"checking whether the linker supports -z {all,default}extract (Linux)""...
$ac_c
"
1>&6
echo
"configure:5395: checking whether the linker supports -z {all,default}extract (Linux)"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_allextract
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
saved_cflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-Wl,-z,allextract -Wl,-z,defaultextract"
cat
>
conftest.
$ac_ext
<<
EOF
#line 5402 "configure"
#include "confdefs.h"
int main() {
return 1
; return 0; }
EOF
if
{
(
eval echo
configure:5409:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_c_allextract
=
"yes"
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
ac_cv_c_allextract
=
"no"
fi
rm
-f
conftest
*
CFLAGS
=
$saved_cflags
fi
echo
"
$ac_t
""
$ac_cv_c_allextract
"
1>&6
if
test
"
$ac_cv_c_allextract
"
=
"yes"
then
DLL_LINK
=
"-Wl,-z,allextract
$DLL_LINK
-Wl,-z,defaultextract"
fi
fi
fi
...
...
@@ -5440,7 +5356,7 @@ fi
wine_cv_libc_reentrant
=
no
echo
$ac_n
"checking for reentrant libc: __errno_location""...
$ac_c
"
1>&6
echo
"configure:5
444
: checking for reentrant libc: __errno_location"
>
&5
echo
"configure:5
360
: checking for reentrant libc: __errno_location"
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_libc_r___errno_location
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5448,14 +5364,14 @@ else
wine_cv_libc_r___errno_location
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
452
"configure"
#line 5
368
"configure"
#include "confdefs.h"
int myerrno = 0;
char buf[256];
int *__errno_location(){return &myerrno;}
main(){connect(0,buf,255); exit(!myerrno);}
EOF
if
{
(
eval echo
configure:5
459
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:5
375
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
wine_cv_libc_r___errno_location
=
yes
else
...
...
@@ -5478,7 +5394,7 @@ fi
echo
$ac_n
"checking for reentrant libc: __error""...
$ac_c
"
1>&6
echo
"configure:5
482
: checking for reentrant libc: __error"
>
&5
echo
"configure:5
398
: checking for reentrant libc: __error"
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_libc_r___error
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5486,14 +5402,14 @@ else
wine_cv_libc_r___error
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 54
90
"configure"
#line 54
06
"configure"
#include "confdefs.h"
int myerrno = 0;
char buf[256];
int *__error(){return &myerrno;}
main(){connect(0,buf,255); exit(!myerrno);}
EOF
if
{
(
eval echo
configure:54
97
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:54
13
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
wine_cv_libc_r___error
=
yes
else
...
...
@@ -5516,7 +5432,7 @@ fi
echo
$ac_n
"checking for reentrant libc: ___errno""...
$ac_c
"
1>&6
echo
"configure:5
520
: checking for reentrant libc: ___errno"
>
&5
echo
"configure:5
436
: checking for reentrant libc: ___errno"
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_libc_r____errno
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5524,14 +5440,14 @@ else
wine_cv_libc_r____errno
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
528
"configure"
#line 5
444
"configure"
#include "confdefs.h"
int myerrno = 0;
char buf[256];
int *___errno(){return &myerrno;}
main(){connect(0,buf,255); exit(!myerrno);}
EOF
if
{
(
eval echo
configure:5
535
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:5
451
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
wine_cv_libc_r____errno
=
yes
else
...
...
@@ -5554,7 +5470,7 @@ fi
echo
$ac_n
"checking for reentrant libc: __thr_errno""...
$ac_c
"
1>&6
echo
"configure:5
558
: checking for reentrant libc: __thr_errno"
>
&5
echo
"configure:5
474
: checking for reentrant libc: __thr_errno"
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_libc_r___thr_errno
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5562,14 +5478,14 @@ else
wine_cv_libc_r___thr_errno
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
566
"configure"
#line 5
482
"configure"
#include "confdefs.h"
int myerrno = 0;
char buf[256];
int *__thr_errno(){return &myerrno;}
main(){connect(0,buf,255); exit(!myerrno);}
EOF
if
{
(
eval echo
configure:5
573
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:5
489
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
wine_cv_libc_r___thr_errno
=
yes
else
...
...
@@ -5592,7 +5508,7 @@ fi
echo
$ac_n
"checking for reentrant libc: __errno""...
$ac_c
"
1>&6
echo
"configure:55
96
: checking for reentrant libc: __errno"
>
&5
echo
"configure:55
12
: checking for reentrant libc: __errno"
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_libc_r___errno
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5600,14 +5516,14 @@ else
wine_cv_libc_r___errno
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
604
"configure"
#line 5
520
"configure"
#include "confdefs.h"
int myerrno = 0;
char buf[256];
int *__errno(){return &myerrno;}
main(){connect(0,buf,255); exit(!myerrno);}
EOF
if
{
(
eval echo
configure:5
611
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:5
527
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
wine_cv_libc_r___errno
=
yes
else
...
...
@@ -5641,7 +5557,7 @@ fi
if
test
"
$have_x
"
=
"yes"
-a
"
$wine_cv_libc_reentrant
"
!=
"no"
then
echo
$ac_n
"checking "
for
reentrant X libraries
"""...
$ac_c
"
1>&6
echo
"configure:5
645
: checking "
for
reentrant X libraries
""
>
&5
echo
"configure:5
561
: checking "
for
reentrant X libraries
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_x_reentrant
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5690,19 +5606,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
"configure:56
94
: checking for working alloca.h"
>
&5
echo
"configure:56
10
: checking for working alloca.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 56
99
"configure"
#line 56
15
"configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
if
{
(
eval echo
configure:5
706
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:5
622
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_header_alloca_h
=
yes
else
...
...
@@ -5723,12 +5639,12 @@ EOF
fi
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
"configure:5
727
: checking for alloca"
>
&5
echo
"configure:5
643
: checking for alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
732
"configure"
#line 5
648
"configure"
#include "confdefs.h"
#ifdef __GNUC__
...
...
@@ -5756,7 +5672,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
if
{
(
eval echo
configure:5
760
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:5
676
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_func_alloca_works
=
yes
else
...
...
@@ -5788,12 +5704,12 @@ EOF
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
"configure:57
92
: checking whether alloca needs Cray hooks"
>
&5
echo
"configure:57
08
: checking whether alloca needs Cray hooks"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 57
97
"configure"
#line 57
13
"configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
...
...
@@ -5818,12 +5734,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if
test
$ac_cv_os_cray
=
yes
;
then
for
ac_func
in
_getb67 GETB67 getb67
;
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:5
822
: checking for
$ac_func
"
>
&5
echo
"configure:5
738
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
827
"configure"
#line 5
743
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5846,7 +5762,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:5
850
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:5
766
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -5873,7 +5789,7 @@ done
fi
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
"configure:5
877
: checking stack direction for C alloca"
>
&5
echo
"configure:5
793
: checking stack direction for C alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5881,7 +5797,7 @@ else
ac_cv_c_stack_direction
=
0
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
85
"configure"
#line 58
01
"configure"
#include "confdefs.h"
find_stack_direction ()
{
...
...
@@ -5900,7 +5816,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
if
{
(
eval echo
configure:5
904
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:5
820
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_c_stack_direction
=
1
else
...
...
@@ -5960,12 +5876,12 @@ for ac_func in \
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:5
964
: checking for
$ac_func
"
>
&5
echo
"configure:5
880
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
969
"configure"
#line 5
885
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5988,7 +5904,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:59
92
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:59
08
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -6071,17 +5987,17 @@ for ac_hdr in \
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:
6075
: checking for
$ac_hdr
"
>
&5
echo
"configure:
5991
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line
6080
"configure"
#line
5996
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:60
85
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:60
01
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -6108,12 +6024,12 @@ fi
done
echo
$ac_n
"checking whether stat file-mode macros are broken""...
$ac_c
"
1>&6
echo
"configure:6
112
: checking whether stat file-mode macros are broken"
>
&5
echo
"configure:6
028
: checking whether stat file-mode macros are broken"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stat_broken
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
117
"configure"
#line 6
033
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
...
...
@@ -6166,12 +6082,12 @@ fi
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
"configure:6
170
: checking for working const"
>
&5
echo
"configure:6
086
: checking for working const"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_const
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
175
"configure"
#line 6
091
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -6220,7 +6136,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
if
{
(
eval echo
configure:6
224
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
140
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_const
=
yes
else
...
...
@@ -6241,21 +6157,21 @@ EOF
fi
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
"configure:6
245
: checking for inline"
>
&5
echo
"configure:6
161
: checking for inline"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_inline
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_cv_c_inline
=
no
for
ac_kw
in
inline __inline__ __inline
;
do
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
252
"configure"
#line 6
168
"configure"
#include "confdefs.h"
int main() {
}
$ac_kw
foo() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
259
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
175
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_inline
=
$ac_kw
;
break
else
...
...
@@ -6281,12 +6197,12 @@ EOF
esac
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
"configure:62
85
: checking for ANSI C header files"
>
&5
echo
"configure:62
01
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 62
90
"configure"
#line 62
06
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -6294,7 +6210,7 @@ else
#include <float.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:62
98
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:62
14
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -6311,7 +6227,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
315
"configure"
#line 6
231
"configure"
#include "confdefs.h"
#include <string.h>
EOF
...
...
@@ -6329,7 +6245,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
333
"configure"
#line 6
249
"configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
...
...
@@ -6350,7 +6266,7 @@ if test "$cross_compiling" = yes; then
:
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
354
"configure"
#line 6
270
"configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
...
@@ -6361,7 +6277,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
if
{
(
eval echo
configure:6
365
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:6
281
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
:
else
...
...
@@ -6385,12 +6301,12 @@ EOF
fi
echo
$ac_n
"checking for size_t""...
$ac_c
"
1>&6
echo
"configure:63
89
: checking for size_t"
>
&5
echo
"configure:63
05
: checking for size_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_size_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 63
94
"configure"
#line 63
10
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -6418,7 +6334,7 @@ EOF
fi
echo
$ac_n
"checking size of long long""...
$ac_c
"
1>&6
echo
"configure:6
422
: checking size of long long"
>
&5
echo
"configure:6
338
: checking size of long long"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_long_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6426,7 +6342,7 @@ else
ac_cv_sizeof_long_long
=
0
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
430
"configure"
#line 6
346
"configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
...
...
@@ -6438,7 +6354,7 @@ main()
exit(0);
}
EOF
if
{
(
eval echo
configure:6
442
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:6
358
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_sizeof_long_long
=
`
cat
conftestval
`
else
...
...
@@ -6459,12 +6375,12 @@ EOF
echo
$ac_n
"checking "
whether linux/input.h is
for
real
"""...
$ac_c
"
1>&6
echo
"configure:6
463
: checking "
whether linux/input.h is
for
real
""
>
&5
echo
"configure:6
379
: checking "
whether linux/input.h is
for
real
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_linux_input_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
468
"configure"
#line 6
384
"configure"
#include "confdefs.h"
#include <linux/input.h>
...
...
@@ -6477,7 +6393,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
481
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
397
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_linux_input_h
=
yes
else
...
...
@@ -6501,12 +6417,12 @@ EOF
echo
$ac_n
"checking "
whether we can use re-entrant gethostbyname_r Linux style
"""...
$ac_c
"
1>&6
echo
"configure:6
505
: checking "
whether we can use re-entrant gethostbyname_r Linux style
""
>
&5
echo
"configure:6
421
: checking "
whether we can use re-entrant gethostbyname_r Linux style
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_linux_gethostbyname_r_6
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
510
"configure"
#line 6
426
"configure"
#include "confdefs.h"
#include <netdb.h>
...
...
@@ -6527,7 +6443,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
531
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
447
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_linux_gethostbyname_r_6
=
yes
else
...
...
@@ -6553,12 +6469,12 @@ EOF
if
test
"
$ac_cv_header_linux_joystick_h
"
=
"yes"
then
echo
$ac_n
"checking "
whether linux/joystick.h uses the Linux 2.2+ API
"""...
$ac_c
"
1>&6
echo
"configure:6
557
: checking "
whether linux/joystick.h uses the Linux 2.2+ API
""
>
&5
echo
"configure:6
473
: checking "
whether linux/joystick.h uses the Linux 2.2+ API
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_linux_joystick_22_api
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
562
"configure"
#line 6
478
"configure"
#include "confdefs.h"
#include <sys/ioctl.h>
...
...
@@ -6573,7 +6489,7 @@ int main() {
/*empty*/
; return 0; }
EOF
if
{
(
eval echo
configure:6
577
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
493
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_linux_joystick_22_api
=
yes
else
...
...
@@ -6600,12 +6516,12 @@ fi
if
test
"
$ac_cv_header_sys_vfs_h
"
=
"yes"
then
echo
$ac_n
"checking "
whether sys/vfs.h defines statfs
"""...
$ac_c
"
1>&6
echo
"configure:6
604
: checking "
whether sys/vfs.h defines statfs
""
>
&5
echo
"configure:6
520
: checking "
whether sys/vfs.h defines statfs
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_sys_vfs_has_statfs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
609
"configure"
#line 6
525
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -6622,7 +6538,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
626
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
542
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_sys_vfs_has_statfs
=
yes
else
...
...
@@ -6649,12 +6565,12 @@ fi
if
test
"
$ac_cv_header_sys_statfs_h
"
=
"yes"
then
echo
$ac_n
"checking "
whether sys/statfs.h defines statfs
"""...
$ac_c
"
1>&6
echo
"configure:6
653
: checking "
whether sys/statfs.h defines statfs
""
>
&5
echo
"configure:6
569
: checking "
whether sys/statfs.h defines statfs
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_sys_statfs_has_statfs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
658
"configure"
#line 6
574
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -6669,7 +6585,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
673
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
589
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_sys_statfs_has_statfs
=
yes
else
...
...
@@ -6696,12 +6612,12 @@ fi
if
test
"
$ac_cv_header_sys_mount_h
"
=
"yes"
then
echo
$ac_n
"checking "
whether sys/mount.h defines statfs
"""...
$ac_c
"
1>&6
echo
"configure:6
700
: checking "
whether sys/mount.h defines statfs
""
>
&5
echo
"configure:6
616
: checking "
whether sys/mount.h defines statfs
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_sys_mount_has_statfs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
705
"configure"
#line 6
621
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -6716,7 +6632,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
720
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
636
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_sys_mount_has_statfs
=
yes
else
...
...
@@ -6742,7 +6658,7 @@ fi
echo
$ac_n
"checking "
for
statfs.f_bfree
"""...
$ac_c
"
1>&6
echo
"configure:6
746
: checking "
for
statfs.f_bfree
""
>
&5
echo
"configure:6
662
: checking "
for
statfs.f_bfree
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_statfs_bfree
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6751,7 +6667,7 @@ else
wine_cv_statfs_bfree
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
755
"configure"
#line 6
671
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -6778,7 +6694,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
782
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
698
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_statfs_bfree
=
yes
else
...
...
@@ -6802,7 +6718,7 @@ EOF
fi
echo
$ac_n
"checking "
for
statfs.f_bavail
"""...
$ac_c
"
1>&6
echo
"configure:6
806
: checking "
for
statfs.f_bavail
""
>
&5
echo
"configure:6
722
: checking "
for
statfs.f_bavail
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
wine_cv_statfs_bavail
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6811,7 +6727,7 @@ else
wine_cv_statfs_bavail
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
815
"configure"
#line 6
731
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -6838,7 +6754,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:6
842
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
758
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
wine_cv_statfs_bavail
=
yes
else
...
...
@@ -6863,12 +6779,12 @@ fi
echo
$ac_n
"checking "
for
msg_accrights
in
struct msghdr
"""...
$ac_c
"
1>&6
echo
"configure:6
867
: checking "
for
msg_accrights
in
struct msghdr
""
>
&5
echo
"configure:6
783
: checking "
for
msg_accrights
in
struct msghdr
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_msg_accrights
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
872
"configure"
#line 6
788
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
...
...
@@ -6876,7 +6792,7 @@ int main() {
struct msghdr hdr; hdr.msg_accrights=0
; return 0; }
EOF
if
{
(
eval echo
configure:6
880
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
796
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_msg_accrights
=
"yes"
else
...
...
@@ -6899,12 +6815,12 @@ fi
echo
$ac_n
"checking "
for
sa_len
in
struct sockaddr
"""...
$ac_c
"
1>&6
echo
"configure:6
903
: checking "
for
sa_len
in
struct sockaddr
""
>
&5
echo
"configure:6
819
: checking "
for
sa_len
in
struct sockaddr
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_sockaddr_sa_len
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
908
"configure"
#line 6
824
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
...
...
@@ -6913,7 +6829,7 @@ int main() {
static struct sockaddr addr; addr.sa_len = 1
; return 0; }
EOF
if
{
(
eval echo
configure:6
917
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
833
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_sockaddr_sa_len
=
"yes"
else
...
...
@@ -6936,12 +6852,12 @@ fi
echo
$ac_n
"checking "
for
sun_len
in
struct sockaddr_un
"""...
$ac_c
"
1>&6
echo
"configure:6
940
: checking "
for
sun_len
in
struct sockaddr_un
""
>
&5
echo
"configure:6
856
: checking "
for
sun_len
in
struct sockaddr_un
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_sockaddr_sun_len
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
945
"configure"
#line 6
861
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
...
...
@@ -6950,7 +6866,7 @@ int main() {
static struct sockaddr_un addr; addr.sun_len = 1
; return 0; }
EOF
if
{
(
eval echo
configure:6
954
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
870
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_sockaddr_sun_len
=
"yes"
else
...
...
@@ -6973,12 +6889,12 @@ fi
echo
$ac_n
"checking "
whether we need to define __i386__
"""...
$ac_c
"
1>&6
echo
"configure:6
977
: checking "
whether we need to define __i386__
""
>
&5
echo
"configure:6
893
: checking "
whether we need to define __i386__
""
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_cpp_def_i386
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 6
982
"configure"
#line 6
898
"configure"
#include "confdefs.h"
#if (defined(i386) || defined(__i386)) && !defined(__i386__)
yes
...
...
@@ -7316,18 +7232,14 @@ s%@LINTFLAGS@%$LINTFLAGS%g
s%@LDCOMBINE@%
$LDCOMBINE
%g
s%@JPEGLIB@%
$JPEGLIB
%g
s%@XLIB@%
$XLIB
%g
s%@X_DLLS@%
$X_DLLS
%g
s%@XFILES@%
$XFILES
%g
s%@OPENGLFILES@%
$OPENGLFILES
%g
s%@OPENGL32_DLL@%
$OPENGL32_DLL
%g
s%@GLU32FILES@%
$GLU32FILES
%g
s%@GLU32_DLL@%
$GLU32_DLL
%g
s%@CUPSLIBS@%
$CUPSLIBS
%g
s%@ft_devel@%
$ft_devel
%g
s%@ft_devel2@%
$ft_devel2
%g
s%@FREETYPELIBS@%
$FREETYPELIBS
%g
s%@FREETYPEINCL@%
$FREETYPEINCL
%g
s%@DLL_LINK@%
$DLL_LINK
%g
s%@DLLFLAGS@%
$DLLFLAGS
%g
s%@LDSHARED@%
$LDSHARED
%g
s%@LDDLLFLAGS@%
$LDDLLFLAGS
%g
...
...
configure.in
View file @
f33f7f0e
...
...
@@ -133,18 +133,12 @@ AC_CHECK_HEADERS(jpeglib.h,
AC_SUBST(XLIB)
AC_SUBST(X_DLLS)
X_DLLS=""
AC_SUBST(XFILES)
XFILES=""
AC_SUBST(OPENGLFILES)
OPENGLFILES=""
AC_SUBST(OPENGL32_DLL)
OPENGL32_DLL=""
GLU32FILES=""
AC_SUBST(GLU32FILES)
GLU32_DLL=""
AC_SUBST(GLU32_DLL)
GLU32FILES=""
if test "$have_x" = "yes"
then
XLIB="-lXext -lX11"
...
...
@@ -341,8 +335,6 @@ then
AC_DEFINE(HAVE_GLEXT_PROTOTYPES, 1,
[Define if the OpenGL headers define extension typedefs])
fi
OPENGL32_DLL=opengl32
fi
fi
...
...
@@ -350,7 +342,6 @@ then
AC_CHECK_LIB(GLU,gluLookAt,
X_PRE_LIBS="$X_PRE_LIBS -lGLU"
GLU32FILES='$(GLU32FILES)'
GLU32_DLL=glu32
,,
$X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
)
...
...
@@ -359,7 +350,6 @@ then
fi
CPPFLAGS="$ac_save_CPPFLAGS"
X_DLLS='$(X_DLLS)'
XFILES='$(XFILES)'
else
XLIB=""
...
...
@@ -716,40 +706,12 @@ LDPATH=""
if test "$LIBEXT" = "so"; then
DLLFLAGS="-fPIC"
DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) \$(LIBWINE) \$(LIBUNICODE)"
LDPATH="LD_LIBRARY_PATH=\"\$(TOPOBJDIR)/unicode:\$\$LD_LIBRARY_PATH\""
elif test "$LIBEXT" = "dll"; then
#DLLFLAGS="-fPIC" # -fPIC doesn't work(at least in cygwin-b20) - FIXME
DLL_LINK="-L\$(DLLDIR) \$(IMPORTS:%=-l%) \$(LIBWINE) \$(LIBUNICODE)"
LDPATH="PATH=\"\$(TOPOBJDIR)/unicode:\$\$PATH\""
else
DLL_LINK="-L\$(DLLDIR) \$(DLLS:%=-l%) \$(LIBWINE) \$(LIBUNICODE) \$(X_LIBS) \$(XLIB)"
AC_CACHE_CHECK([whether the linker supports --[[no]]-whole-archive (Linux)],
ac_cv_c_whole_archive,
[saved_cflags=$CFLAGS
CFLAGS="$CFLAGS -Wl,--whole-archive -Wl,--no-whole-archive"
AC_TRY_LINK(,[return 1],ac_cv_c_whole_archive="yes",ac_cv_c_whole_archive="no")
CFLAGS=$saved_cflags
])
if test "$ac_cv_c_whole_archive" = "yes"
then
DLL_LINK="-Wl,--whole-archive $DLL_LINK -Wl,--no-whole-archive"
else
AC_CACHE_CHECK([whether the linker supports -z {all,default}extract (Linux)],
ac_cv_c_allextract,
[saved_cflags=$CFLAGS
CFLAGS="$CFLAGS -Wl,-z,allextract -Wl,-z,defaultextract"
AC_TRY_LINK(,[return 1],ac_cv_c_allextract="yes",ac_cv_c_allextract="no")
CFLAGS=$saved_cflags
])
if test "$ac_cv_c_allextract" = "yes"
then
DLL_LINK="-Wl,-z,allextract $DLL_LINK -Wl,-z,defaultextract"
fi
fi
fi
AC_SUBST(DLL_LINK)
AC_SUBST(DLLFLAGS)
AC_SUBST(LDSHARED)
AC_SUBST(LDDLLFLAGS)
...
...
dlls/Makedll.rules.in
View file @
f33f7f0e
...
...
@@ -13,12 +13,11 @@ DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS)
LIBEXT = @LIBEXT@
SONAME = lib$(MODULE).so
IMPORTLIBS = $(IMPORTS:%=$(DLLDIR)/lib%.$(LIBEXT))
ALLNAMES = lib$(MODULE).so $(ALTNAMES:%=lib%.so)
SPEC_SRCS = $(ALTNAMES:%=%.spec)
ALL_OBJS = $(MODULE).spec.o $(OBJS)
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
all: lib$(MODULE).$(LIBEXT)
$(ALTNAMES:%=lib%.$(LIBEXT))
all: lib$(MODULE).$(LIBEXT)
@MAKE_RULES@
...
...
@@ -27,17 +26,8 @@ all: lib$(MODULE).$(LIBEXT) $(ALTNAMES:%=lib%.$(LIBEXT))
lib$(MODULE).so: $(ALL_OBJS) Makefile.in
$(LDSHARED) $(LDDLLFLAGS) $(ALL_OBJS) -o $@ -L$(DLLDIR) $(IMPORTS:%=-l%) $(ALL_LIBS)
$(ALTNAMES:%=lib%.$(LIBEXT)): lib$(MODULE).$(LIBEXT)
$(RM) $@ && $(LN_S) lib$(MODULE).$(LIBEXT) $@
# Rules for .a files
lib$(MODULE).a: $(ALL_OBJS) Makefile.in
$(RM) $@
$(AR) $@ $(ALL_OBJS)
$(RANLIB) $@
# Rules for .dll files
lib$(MODULE).dll: $(ALL_OBJS) Makefile.in
$(DLLWRAP) $(DLLWRAPFLAGS) --implib lib$(MODULE).a -o lib$(MODULE).dll $(ALL_OBJS) -L$(DLLDIR) $(IMPORTS:%=-l%) $(ALL_LIBS)
...
...
@@ -59,20 +49,18 @@ Makedll.rules: $(TOPSRCDIR)/Makedll.rules.in $(TOPSRCDIR)/configure
# Rules for installation
.PHONY: install_
so install_a
.PHONY: install_
lib $(ALTNAMES:%=_install_/lib%.$(LIBEXT))
$(ALTNAMES:%=_install_/lib%.$(LIBEXT)):
$(LIBEXT:%=install_%)
$(ALTNAMES:%=_install_/lib%.$(LIBEXT)):
install_lib
cd $(libdir) && $(RM) `basename $@` && $(LN_S) lib$(MODULE).$(LIBEXT) `basename $@`
install_
so: lib$(MODULE).so
install_
lib: lib$(MODULE).$(LIBEXT)
[ -d $(libdir) ] || $(MKDIR) $(libdir)
$(INSTALL_PROGRAM) lib$(MODULE).
so $(libdir)/lib$(MODULE).so
$(INSTALL_PROGRAM) lib$(MODULE).
$(LIBEXT) $(libdir)/lib$(MODULE).$(LIBEXT)
install_a: lib$(MODULE).a
[ -d $(libdir) ] || $(MKDIR) $(libdir)
$(INSTALL_DATA) lib$(MODULE).a $(libdir)/lib$(MODULE).a
install:: $(LIBEXT:%=install_%) $(ALTNAMES:%=_install_/lib%.$(LIBEXT))
install:: install_lib $(ALTNAMES:%=_install_/lib%.$(LIBEXT))
uninstall::
cd $(libdir) && $(RM) lib$(MODULE).$(LIBEXT) $(ALTNAMES:%=lib%.$(LIBEXT))
# End of global dll rules
dlls/Makefile.in
View file @
f33f7f0e
# Automatically generated by make_dlls; DO NOT EDIT!!
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
LIBEXT
=
@LIBEXT@
GLU32FILES
=
\
glu32/libglu32.@LIBEXT@
OPENGLFILES
=
\
@GLU32FILES@
\
opengl32/libopengl32.@LIBEXT@
XFILES
=
\
ddraw/libddraw.@LIBEXT@
\
@OPENGLFILES@
\
x11drv/libx11drv.@LIBEXT@
DLLFILES
=
\
@XFILES@
\
advapi32/libadvapi32.@LIBEXT@
\
avifil32/libavifil32.@LIBEXT@
\
comctl32/libcomctl32.@LIBEXT@
\
commdlg/libcomdlg32.@LIBEXT@
\
crtdll/libcrtdll.@LIBEXT@
\
dciman32/libdciman32.@LIBEXT@
\
dinput/libdinput.@LIBEXT@
\
dplay/libdplay.@LIBEXT@
\
dplayx/libdplayx.@LIBEXT@
\
dsound/libdsound.@LIBEXT@
\
gdi/libgdi32.@LIBEXT@
\
icmp/libicmp.@LIBEXT@
\
imagehlp/libimagehlp.@LIBEXT@
\
imm32/libimm32.@LIBEXT@
\
kernel/libkernel32.@LIBEXT@
\
lzexpand/liblz32.@LIBEXT@
\
mapi32/libmapi32.@LIBEXT@
\
mpr/libmpr.@LIBEXT@
\
msacm/libmsacm32.@LIBEXT@
\
msimg32/libmsimg32.@LIBEXT@
\
msnet32/libmsnet32.@LIBEXT@
\
msvcrt/libmsvcrt.@LIBEXT@
\
msvideo/libmsvfw32.@LIBEXT@
\
ntdll/libntdll.@LIBEXT@
\
odbc32/libodbc32.@LIBEXT@
\
ole32/libole32.@LIBEXT@
\
oleaut32/liboleaut32.@LIBEXT@
\
olecli/libolecli32.@LIBEXT@
\
oledlg/liboledlg.@LIBEXT@
\
olepro32/libolepro32.@LIBEXT@
\
olesvr/libolesvr32.@LIBEXT@
\
psapi/libpsapi.@LIBEXT@
\
quartz/libquartz.@LIBEXT@
\
rasapi32/librasapi32.@LIBEXT@
\
richedit/libriched32.@LIBEXT@
\
rpcrt4/librpcrt4.@LIBEXT@
\
serialui/libserialui.@LIBEXT@
\
setupapi/libsetupapi.@LIBEXT@
\
shdocvw/libshdocvw.@LIBEXT@
\
shell32/libshell32.@LIBEXT@
\
shfolder/libshfolder.@LIBEXT@
\
shlwapi/libshlwapi.@LIBEXT@
\
sti/libsti.@LIBEXT@
\
tapi32/libtapi32.@LIBEXT@
\
ttydrv/libttydrv.@LIBEXT@
\
url/liburl.@LIBEXT@
\
urlmon/liburlmon.@LIBEXT@
\
user/libuser32.@LIBEXT@
\
version/libversion.@LIBEXT@
\
win32s/libw32skrnl.@LIBEXT@
\
winaspi/libwnaspi32.@LIBEXT@
\
winedos/libwinedos.@LIBEXT@
\
wineps/libwineps.@LIBEXT@
\
wininet/libwininet.@LIBEXT@
\
winmm/joystick/libjoystick.drv.@LIBEXT@
\
winmm/libwinmm.@LIBEXT@
\
winmm/mcianim/libmcianim.drv.@LIBEXT@
\
winmm/mciavi/libmciavi.drv.@LIBEXT@
\
winmm/mcicda/libmcicda.drv.@LIBEXT@
\
winmm/mciseq/libmciseq.drv.@LIBEXT@
\
winmm/mciwave/libmciwave.drv.@LIBEXT@
\
winmm/midimap/libmidimap.drv.@LIBEXT@
\
winmm/wavemap/libmsacm.drv.@LIBEXT@
\
winmm/wineoss/libwineoss.drv.@LIBEXT@
\
winnls/libwinnls32.@LIBEXT@
\
winsock/libws2_32.@LIBEXT@
\
winspool/libwinspool.drv.@LIBEXT@
\
wintrust/libwintrust.@LIBEXT@
\
wow32/libwow32.@LIBEXT@
\
wsock32/libwsock32.@LIBEXT@
# extra names for dlls containing multiple spec files
EXTRADLLNAMES
=
\
avifile
\
comm
\
commdlg
\
compobj
\
ddeml
\
dispdib
\
display
\
gdi
\
imm
\
kernel
\
keyboard
\
lzexpand
\
mmsystem
\
mouse
\
msacm
\
msvideo
\
ole2
\
ole2conv
\
ole2disp
\
ole2nls
\
ole2prox
\
ole2thk
\
olecli
\
olesvr
\
rasapi16
\
setupx
\
shell
\
sound
\
storage
\
stress
\
system
\
toolhelp
\
typelib
\
user
\
ver
\
w32sys
\
win32s16
\
win87em
\
winaspi
\
windebug
\
wineps16
\
wing
\
winnls
\
winsock
\
wprocs
# special configure-dependent targets
GLU32FILES
=
glu32
OPENGLFILES
=
opengl32
XFILES
=
ddraw x11drv
EXTRADIRS
=
@GLU32FILES@ @OPENGLFILES@ @XFILES@
# Subdir list
SUBDIRS
=
\
$(EXTRADIRS)
\
advapi32
\
avifil32
\
comctl32
\
commdlg
\
crtdll
\
dciman32
\
ddraw
\
dinput
\
dplay
\
dplayx
\
dsound
\
gdi
\
glu32
\
icmp
\
imagehlp
\
imm32
\
...
...
@@ -170,7 +48,6 @@ SUBDIRS = \
oledlg
\
olepro32
\
olesvr
\
opengl32
\
psapi
\
quartz
\
rasapi32
\
...
...
@@ -209,330 +86,643 @@ SUBDIRS = \
winspool
\
wintrust
\
wow32
\
wsock32
\
x11drv
wsock32
# Main target
all
:
\
$(EXTRADIRS:%=lib%.$(LIBEXT))
\
libadvapi32.$(LIBEXT)
\
libavifil32.$(LIBEXT)
\
libavifile.$(LIBEXT)
\
libcomctl32.$(LIBEXT)
\
libcomdlg32.$(LIBEXT)
\
libcomm.$(LIBEXT)
\
libcommdlg.$(LIBEXT)
\
libcompobj.$(LIBEXT)
\
libcrtdll.$(LIBEXT)
\
libdciman32.$(LIBEXT)
\
libddeml.$(LIBEXT)
\
libdinput.$(LIBEXT)
\
libdispdib.$(LIBEXT)
\
libdisplay.$(LIBEXT)
\
libdplay.$(LIBEXT)
\
libdplayx.$(LIBEXT)
\
libdsound.$(LIBEXT)
\
libgdi.$(LIBEXT)
\
libgdi32.$(LIBEXT)
\
libicmp.$(LIBEXT)
\
libimagehlp.$(LIBEXT)
\
libimm.$(LIBEXT)
\
libimm32.$(LIBEXT)
\
libjoystick.drv.$(LIBEXT)
\
libkernel.$(LIBEXT)
\
libkernel32.$(LIBEXT)
\
libkeyboard.$(LIBEXT)
\
liblz32.$(LIBEXT)
\
liblzexpand.$(LIBEXT)
\
libmapi32.$(LIBEXT)
\
libmcianim.drv.$(LIBEXT)
\
libmciavi.drv.$(LIBEXT)
\
libmcicda.drv.$(LIBEXT)
\
libmciseq.drv.$(LIBEXT)
\
libmciwave.drv.$(LIBEXT)
\
libmidimap.drv.$(LIBEXT)
\
libmmsystem.$(LIBEXT)
\
libmouse.$(LIBEXT)
\
libmpr.$(LIBEXT)
\
libmsacm.$(LIBEXT)
\
libmsacm.drv.$(LIBEXT)
\
libmsacm32.$(LIBEXT)
\
libmsimg32.$(LIBEXT)
\
libmsnet32.$(LIBEXT)
\
libmsvcrt.$(LIBEXT)
\
libmsvfw32.$(LIBEXT)
\
libmsvideo.$(LIBEXT)
\
libntdll.$(LIBEXT)
\
libodbc32.$(LIBEXT)
\
libole2.$(LIBEXT)
\
libole2conv.$(LIBEXT)
\
libole2disp.$(LIBEXT)
\
libole2nls.$(LIBEXT)
\
libole2prox.$(LIBEXT)
\
libole2thk.$(LIBEXT)
\
libole32.$(LIBEXT)
\
liboleaut32.$(LIBEXT)
\
libolecli.$(LIBEXT)
\
libolecli32.$(LIBEXT)
\
liboledlg.$(LIBEXT)
\
libolepro32.$(LIBEXT)
\
libolesvr.$(LIBEXT)
\
libolesvr32.$(LIBEXT)
\
libpsapi.$(LIBEXT)
\
libquartz.$(LIBEXT)
\
librasapi16.$(LIBEXT)
\
librasapi32.$(LIBEXT)
\
libriched32.$(LIBEXT)
\
librpcrt4.$(LIBEXT)
\
libserialui.$(LIBEXT)
\
libsetupapi.$(LIBEXT)
\
libsetupx.$(LIBEXT)
\
libshdocvw.$(LIBEXT)
\
libshell.$(LIBEXT)
\
libshell32.$(LIBEXT)
\
libshfolder.$(LIBEXT)
\
libshlwapi.$(LIBEXT)
\
libsound.$(LIBEXT)
\
libsti.$(LIBEXT)
\
libstorage.$(LIBEXT)
\
libstress.$(LIBEXT)
\
libsystem.$(LIBEXT)
\
libtapi32.$(LIBEXT)
\
libtoolhelp.$(LIBEXT)
\
libttydrv.$(LIBEXT)
\
libtypelib.$(LIBEXT)
\
liburl.$(LIBEXT)
\
liburlmon.$(LIBEXT)
\
libuser.$(LIBEXT)
\
libuser32.$(LIBEXT)
\
libver.$(LIBEXT)
\
libversion.$(LIBEXT)
\
libw32skrnl.$(LIBEXT)
\
libw32sys.$(LIBEXT)
\
libwin32s16.$(LIBEXT)
\
libwin87em.$(LIBEXT)
\
libwinaspi.$(LIBEXT)
\
libwindebug.$(LIBEXT)
\
libwinedos.$(LIBEXT)
\
libwineoss.drv.$(LIBEXT)
\
libwineps.$(LIBEXT)
\
libwineps16.$(LIBEXT)
\
libwing.$(LIBEXT)
\
libwininet.$(LIBEXT)
\
libwinmm.$(LIBEXT)
\
libwinnls.$(LIBEXT)
\
libwinnls32.$(LIBEXT)
\
libwinsock.$(LIBEXT)
\
libwinspool.drv.$(LIBEXT)
\
libwintrust.$(LIBEXT)
\
libwnaspi32.$(LIBEXT)
\
libwow32.$(LIBEXT)
\
libwprocs.$(LIBEXT)
\
libws2_32.$(LIBEXT)
\
libwsock32.$(LIBEXT)
@MAKE_RULES@
all
:
$(DLLS:%=lib%.@LIBEXT@) $(EXTRADLLNAMES:%=lib%.@LIBEXT@)
# Map library name to directory
libadvapi32.@LIBEXT@
:
advapi32/libadvapi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
advapi32/libadvapi32.@LIBEXT@
$@
libadvapi32.$(LIBEXT)
:
advapi32/libadvapi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
advapi32/libadvapi32.
$(LIBEXT)
$@
libavifil32.$(LIBEXT) libavifile.$(LIBEXT)
:
avifil32/libavifil32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
avifil32/libavifil32.
$(LIBEXT)
$@
libcomctl32.$(LIBEXT)
:
comctl32/libcomctl32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
comctl32/libcomctl32.
$(LIBEXT)
$@
libcomdlg32.$(LIBEXT) libcommdlg.$(LIBEXT)
:
commdlg/libcomdlg32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
commdlg/libcomdlg32.
$(LIBEXT)
$@
libcrtdll.$(LIBEXT)
:
crtdll/libcrtdll.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
crtdll/libcrtdll.
$(LIBEXT)
$@
libdciman32.$(LIBEXT)
:
dciman32/libdciman32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
dciman32/libdciman32.
$(LIBEXT)
$@
libddraw.$(LIBEXT)
:
ddraw/libddraw.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
ddraw/libddraw.
$(LIBEXT)
$@
libdinput.$(LIBEXT)
:
dinput/libdinput.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
dinput/libdinput.
$(LIBEXT)
$@
libdplay.$(LIBEXT)
:
dplay/libdplay.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
dplay/libdplay.
$(LIBEXT)
$@
libdplayx.$(LIBEXT)
:
dplayx/libdplayx.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
dplayx/libdplayx.
$(LIBEXT)
$@
libdsound.$(LIBEXT)
:
dsound/libdsound.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
dsound/libdsound.
$(LIBEXT)
$@
libgdi32.$(LIBEXT)
libdispdib.$(LIBEXT)
libgdi.$(LIBEXT)
\
libwing.$(LIBEXT)
:
gdi/libgdi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
gdi/libgdi32.
$(LIBEXT)
$@
libglu32.$(LIBEXT)
:
glu32/libglu32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
glu32/libglu32.
$(LIBEXT)
$@
libicmp.$(LIBEXT)
:
icmp/libicmp.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
icmp/libicmp.
$(LIBEXT)
$@
libimagehlp.$(LIBEXT)
:
imagehlp/libimagehlp.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
imagehlp/libimagehlp.
$(LIBEXT)
$@
libimm32.$(LIBEXT) libimm.$(LIBEXT)
:
imm32/libimm32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
imm32/libimm32.
$(LIBEXT)
$@
libjoystick.drv.$(LIBEXT)
:
winmm/joystick/libjoystick.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/joystick/libjoystick.drv.
$(LIBEXT)
$@
libkernel32.$(LIBEXT)
libcomm.$(LIBEXT)
libkernel.$(LIBEXT)
\
libstress.$(LIBEXT)
libsystem.$(LIBEXT)
libtoolhelp.$(LIBEXT)
\
libwin87em.$(LIBEXT) libwindebug.$(LIBEXT) libwprocs.$(LIBEXT)
:
kernel/libkernel32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
kernel/libkernel32.
$(LIBEXT)
$@
liblz32.$(LIBEXT) liblzexpand.$(LIBEXT)
:
lzexpand/liblz32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
lzexpand/liblz32.
$(LIBEXT)
$@
libmapi32.$(LIBEXT)
:
mapi32/libmapi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
mapi32/libmapi32.
$(LIBEXT)
$@
libmcianim.drv.$(LIBEXT)
:
winmm/mcianim/libmcianim.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/mcianim/libmcianim.drv.
$(LIBEXT)
$@
libmciavi.drv.$(LIBEXT)
:
winmm/mciavi/libmciavi.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/mciavi/libmciavi.drv.
$(LIBEXT)
$@
libmcicda.drv.$(LIBEXT)
:
winmm/mcicda/libmcicda.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/mcicda/libmcicda.drv.
$(LIBEXT)
$@
libmciseq.drv.$(LIBEXT)
:
winmm/mciseq/libmciseq.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/mciseq/libmciseq.drv.
$(LIBEXT)
$@
libmciwave.drv.$(LIBEXT)
:
winmm/mciwave/libmciwave.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/mciwave/libmciwave.drv.
$(LIBEXT)
$@
libmidimap.drv.$(LIBEXT)
:
winmm/midimap/libmidimap.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/midimap/libmidimap.drv.
$(LIBEXT)
$@
libmpr.$(LIBEXT)
:
mpr/libmpr.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
mpr/libmpr.
$(LIBEXT)
$@
libmsacm.drv.$(LIBEXT)
:
winmm/wavemap/libmsacm.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/wavemap/libmsacm.drv.
$(LIBEXT)
$@
libmsacm32.$(LIBEXT) libmsacm.$(LIBEXT)
:
msacm/libmsacm32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
msacm/libmsacm32.
$(LIBEXT)
$@
libmsimg32.$(LIBEXT)
:
msimg32/libmsimg32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
msimg32/libmsimg32.
$(LIBEXT)
$@
libmsnet32.$(LIBEXT)
:
msnet32/libmsnet32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
msnet32/libmsnet32.
$(LIBEXT)
$@
libmsvcrt.$(LIBEXT)
:
msvcrt/libmsvcrt.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
msvcrt/libmsvcrt.
$(LIBEXT)
$@
libmsvfw32.$(LIBEXT) libmsvideo.$(LIBEXT)
:
msvideo/libmsvfw32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
msvideo/libmsvfw32.
$(LIBEXT)
$@
libntdll.$(LIBEXT)
:
ntdll/libntdll.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
ntdll/libntdll.
$(LIBEXT)
$@
libodbc32.$(LIBEXT)
:
odbc32/libodbc32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
odbc32/libodbc32.
$(LIBEXT)
$@
libole32.$(LIBEXT)
libcompobj.$(LIBEXT)
libole2.$(LIBEXT)
\
libole2conv.$(LIBEXT)
libole2nls.$(LIBEXT)
libole2prox.$(LIBEXT)
\
libole2thk.$(LIBEXT) libstorage.$(LIBEXT)
:
ole32/libole32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
ole32/libole32.
$(LIBEXT)
$@
liboleaut32.$(LIBEXT) libole2disp.$(LIBEXT) libtypelib.$(LIBEXT)
:
oleaut32/liboleaut32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
oleaut32/liboleaut32.
$(LIBEXT)
$@
libolecli32.$(LIBEXT) libolecli.$(LIBEXT)
:
olecli/libolecli32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
olecli/libolecli32.
$(LIBEXT)
$@
liboledlg.$(LIBEXT)
:
oledlg/liboledlg.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
oledlg/liboledlg.
$(LIBEXT)
$@
libolepro32.$(LIBEXT)
:
olepro32/libolepro32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
olepro32/libolepro32.
$(LIBEXT)
$@
lib
avifil32.@LIBEXT@ libavifile.@LIBEXT@
:
avifil32/libavifil32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
avifil32/libavifil32.@LIBEXT@
$@
lib
olesvr32.$(LIBEXT) libolesvr.$(LIBEXT)
:
olesvr/libolesvr32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
olesvr/libolesvr32.
$(LIBEXT)
$@
lib
comctl32.@LIBEXT@
:
comctl32/libcomctl32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
comctl32/libcomctl32.@LIBEXT@
$@
lib
opengl32.$(LIBEXT)
:
opengl32/libopengl32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
opengl32/libopengl32.
$(LIBEXT)
$@
lib
comdlg32.@LIBEXT@ libcommdlg.@LIBEXT@
:
commdlg/libcomdlg32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
commdlg/libcomdlg32.@LIBEXT@
$@
lib
psapi.$(LIBEXT)
:
psapi/libpsapi.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
psapi/libpsapi.
$(LIBEXT)
$@
lib
crtdll.@LIBEXT@
:
crtdll/libcrtdll.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
crtdll/libcrtdll.@LIBEXT@
$@
lib
quartz.$(LIBEXT)
:
quartz/libquartz.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
quartz/libquartz.
$(LIBEXT)
$@
lib
dciman32.@LIBEXT@
:
dciman32/libdciman32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
dciman32/libdciman32.@LIBEXT@
$@
lib
rasapi32.$(LIBEXT) librasapi16.$(LIBEXT)
:
rasapi32/librasapi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
rasapi32/librasapi32.
$(LIBEXT)
$@
lib
ddraw.@LIBEXT@
:
ddraw/libddraw.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
ddraw/libddraw.@LIBEXT@
$@
lib
riched32.$(LIBEXT)
:
richedit/libriched32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
richedit/libriched32.
$(LIBEXT)
$@
lib
dinput.@LIBEXT@
:
dinput/libdinput.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
dinput/libdinput.@LIBEXT@
$@
lib
rpcrt4.$(LIBEXT)
:
rpcrt4/librpcrt4.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
rpcrt4/librpcrt4.
$(LIBEXT)
$@
lib
dplay.@LIBEXT@
:
dplay/libdplay.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
dplay/libdplay.@LIBEXT@
$@
lib
serialui.$(LIBEXT)
:
serialui/libserialui.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
serialui/libserialui.
$(LIBEXT)
$@
lib
dplayx.@LIBEXT@
:
dplayx/libdplayx.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
dplayx/libdplayx.@LIBEXT@
$@
lib
setupapi.$(LIBEXT) libsetupx.$(LIBEXT)
:
setupapi/libsetupapi.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
setupapi/libsetupapi.
$(LIBEXT)
$@
lib
dsound.@LIBEXT@
:
dsound/libdsound.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
dsound/libdsound.@LIBEXT@
$@
lib
shdocvw.$(LIBEXT)
:
shdocvw/libshdocvw.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
shdocvw/libshdocvw.
$(LIBEXT)
$@
lib
gdi32.@LIBEXT@ libdispdib.@LIBEXT@ libgdi.@LIBEXT@ libwing.@LIBEXT@
:
gdi/libgdi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
gdi/libgdi32.@LIBEXT@
$@
lib
shell32.$(LIBEXT) libshell.$(LIBEXT)
:
shell32/libshell32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
shell32/libshell32.
$(LIBEXT)
$@
lib
glu32.@LIBEXT@
:
glu32/libglu32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
glu32/libglu32.@LIBEXT@
$@
lib
shfolder.$(LIBEXT)
:
shfolder/libshfolder.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
shfolder/libshfolder.
$(LIBEXT)
$@
lib
icmp.@LIBEXT@
:
icmp/libicmp.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
icmp/libicmp.@LIBEXT@
$@
lib
shlwapi.$(LIBEXT)
:
shlwapi/libshlwapi.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
shlwapi/libshlwapi.
$(LIBEXT)
$@
lib
imagehlp.@LIBEXT@
:
imagehlp/libimagehlp.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
imagehlp/libimagehlp.@LIBEXT@
$@
lib
sti.$(LIBEXT)
:
sti/libsti.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
sti/libsti.
$(LIBEXT)
$@
lib
imm32.@LIBEXT@ libimm.@LIBEXT@
:
imm32/libimm32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
imm32/libimm32.@LIBEXT@
$@
lib
tapi32.$(LIBEXT)
:
tapi32/libtapi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
tapi32/libtapi32.
$(LIBEXT)
$@
lib
joystick.drv.@LIBEXT@
:
winmm/joystick/libjoystick.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winmm/joystick/libjoystick.drv.@LIBEXT@
$@
lib
ttydrv.$(LIBEXT)
:
ttydrv/libttydrv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
ttydrv/libttydrv.
$(LIBEXT)
$@
libkernel32.@LIBEXT@
libcomm.@LIBEXT@
libkernel.@LIBEXT@
libstress.@LIBEXT@
\
libsystem.@LIBEXT@
libtoolhelp.@LIBEXT@
libwin87em.@LIBEXT@
libwindebug.@LIBEXT@
\
libwprocs.@LIBEXT@
:
kernel/libkernel32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
kernel/libkernel32.@LIBEXT@
$@
liburl.$(LIBEXT)
:
url/liburl.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
url/liburl.
$(LIBEXT)
$@
lib
lz32.@LIBEXT@ liblzexpand.@LIBEXT@
:
lzexpand/liblz32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
lzexpand/liblz32.@LIBEXT@
$@
lib
urlmon.$(LIBEXT)
:
urlmon/liburlmon.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
urlmon/liburlmon.
$(LIBEXT)
$@
libmapi32.@LIBEXT@
:
mapi32/libmapi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
mapi32/libmapi32.@LIBEXT@
$@
libuser32.$(LIBEXT)
libddeml.$(LIBEXT)
libdisplay.$(LIBEXT)
\
libkeyboard.$(LIBEXT) libmouse.$(LIBEXT) libuser.$(LIBEXT)
:
user/libuser32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
user/libuser32.
$(LIBEXT)
$@
lib
mcianim.drv.@LIBEXT@
:
winmm/mcianim/libmcianim.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winmm/mcianim/libmcianim.drv.@LIBEXT@
$@
lib
version.$(LIBEXT) libver.$(LIBEXT)
:
version/libversion.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
version/libversion.
$(LIBEXT)
$@
lib
mciavi.drv.@LIBEXT@
:
winmm/mciavi/libmciavi.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win
mm/mciavi/libmciavi.drv.@LIBEXT@
$@
lib
w32skrnl.$(LIBEXT) libw32sys.$(LIBEXT) libwin32s16.$(LIBEXT)
:
win32s/libw32skrnl.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
win
32s/libw32skrnl.
$(LIBEXT)
$@
lib
mcicda.drv.@LIBEXT@
:
winmm/mcicda/libmcicda.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win
mm/mcicda/libmcicda.drv.@LIBEXT@
$@
lib
winedos.$(LIBEXT)
:
winedos/libwinedos.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
win
edos/libwinedos.
$(LIBEXT)
$@
lib
mciseq.drv.@LIBEXT@
:
winmm/mciseq/libmciseq.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winmm/
mciseq/libmciseq.drv.@LIBEXT@
$@
lib
wineoss.drv.$(LIBEXT)
:
winmm/wineoss/libwineoss.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/
wineoss/libwineoss.drv.
$(LIBEXT)
$@
lib
mciwave.drv.@LIBEXT@
:
winmm/mciwave/libmciwave.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win
mm/mciwave/libmciwave.drv.@LIBEXT@
$@
lib
wineps.$(LIBEXT) libwineps16.$(LIBEXT)
:
wineps/libwineps.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
win
eps/libwineps.
$(LIBEXT)
$@
lib
midimap.drv.@LIBEXT@
:
winmm/midimap/libmidimap.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win
mm/midimap/libmidimap.drv.@LIBEXT@
$@
lib
wininet.$(LIBEXT)
:
wininet/libwininet.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
win
inet/libwininet.
$(LIBEXT)
$@
lib
mpr.@LIBEXT@
:
mpr/libmpr.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
mpr/libmpr.@LIBEXT@
$@
lib
winmm.$(LIBEXT) libmmsystem.$(LIBEXT) libsound.$(LIBEXT)
:
winmm/libwinmm.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winmm/libwinmm.
$(LIBEXT)
$@
lib
msacm.drv.@LIBEXT@
:
winmm/wavemap/libmsacm.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win
mm/wavemap/libmsacm.drv.@LIBEXT@
$@
lib
winnls32.$(LIBEXT) libwinnls.$(LIBEXT)
:
winnls/libwinnls32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
win
nls/libwinnls32.
$(LIBEXT)
$@
lib
msacm32.@LIBEXT@ libmsacm.@LIBEXT@
:
msacm/libmsacm32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
msacm/libmsacm32.@LIBEXT@
$@
lib
winspool.drv.$(LIBEXT)
:
winspool/libwinspool.drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winspool/libwinspool.drv.
$(LIBEXT)
$@
lib
msimg32.@LIBEXT@
:
msimg32/libmsimg32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
msimg32/libmsimg32.@LIBEXT@
$@
lib
wintrust.$(LIBEXT)
:
wintrust/libwintrust.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
wintrust/libwintrust.
$(LIBEXT)
$@
lib
msnet32.@LIBEXT@
:
msnet32/libmsnet32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
msnet32/libmsnet32.@LIBEXT@
$@
lib
wnaspi32.$(LIBEXT) libwinaspi.$(LIBEXT)
:
winaspi/libwnaspi32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winaspi/libwnaspi32.
$(LIBEXT)
$@
lib
msvcrt.@LIBEXT@
:
msvcrt/libmsvcrt.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
msvcrt/libmsvcrt.@LIBEXT@
$@
lib
wow32.$(LIBEXT)
:
wow32/libwow32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
wow32/libwow32.
$(LIBEXT)
$@
lib
msvfw32.@LIBEXT@ libmsvideo.@LIBEXT@
:
msvideo/libmsvfw32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
msvideo/libmsvfw32.@LIBEXT@
$@
lib
ws2_32.$(LIBEXT) libwinsock.$(LIBEXT)
:
winsock/libws2_32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
winsock/libws2_32.
$(LIBEXT)
$@
lib
ntdll.@LIBEXT@
:
ntdll/libntdll.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
ntdll/libntdll.@LIBEXT@
$@
lib
wsock32.$(LIBEXT)
:
wsock32/libwsock32.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
wsock32/libwsock32.
$(LIBEXT)
$@
lib
odbc32.@LIBEXT@
:
odbc32/libodbc32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
odbc32/libodbc32.@LIBEXT@
$@
lib
x11drv.$(LIBEXT)
:
x11drv/libx11drv.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
x11drv/libx11drv.
$(LIBEXT)
$@
libole32.@LIBEXT@
libcompobj.@LIBEXT@
libole2.@LIBEXT@
libole2conv.@LIBEXT@
\
libole2nls.@LIBEXT@ libole2prox.@LIBEXT@ libole2thk.@LIBEXT@ libstorage.@LIBEXT@
:
ole32/libole32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
ole32/libole32.@LIBEXT@
$@
# Inter-dll dependencies
liboleaut32.@LIBEXT@ libole2disp.@LIBEXT@ libtypelib.@LIBEXT@
:
oleaut32/liboleaut32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
oleaut32/liboleaut32.@LIBEXT@
$@
advapi32/libadvapi32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
advapi32
&&
$(MAKE)
libadvapi32.
$(LIBEXT)
libolecli32.@LIBEXT@ libolecli.@LIBEXT@
:
olecli/libolecli32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
olecli/libolecli32.@LIBEXT@
$@
avifil32/libavifil32.$(LIBEXT)
:
dummy libmsvfw32.$(LIBEXT) libole32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
avifil32
&&
$(MAKE)
libavifil32.
$(LIBEXT)
liboledlg.@LIBEXT@
:
oledlg/liboledlg.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
oledlg/liboledlg.@LIBEXT@
$@
comctl32/libcomctl32.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libgdi32.$(LIBEXT) libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
comctl32
&&
$(MAKE)
libcomctl32.
$(LIBEXT)
libolepro32.@LIBEXT@
:
olepro32/libolepro32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
olepro32/libolepro32.@LIBEXT@
$@
commdlg/libcomdlg32.$(LIBEXT)
:
dummy libshell32.$(LIBEXT) libshlwapi.$(LIBEXT)
\
libcomctl32.$(LIBEXT) libwinspool.drv.$(LIBEXT) libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
commdlg
&&
$(MAKE)
libcomdlg32.
$(LIBEXT)
libolesvr32.@LIBEXT@ libolesvr.@LIBEXT@
:
olesvr/libolesvr32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
olesvr/libolesvr32.@LIBEXT@
$@
crtdll/libcrtdll.$(LIBEXT)
:
dummy libmsvcrt.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
crtdll
&&
$(MAKE)
libcrtdll.
$(LIBEXT)
libopengl32.@LIBEXT@
:
opengl32/libopengl32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
opengl32/libopengl32.@LIBEXT@
$@
dciman32/libdciman32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
dciman32
&&
$(MAKE)
libdciman32.
$(LIBEXT)
libpsapi.@LIBEXT@
:
psapi/libpsapi.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
psapi/libpsapi.@LIBEXT@
$@
ddraw/libddraw.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
ddraw
&&
$(MAKE)
libddraw.
$(LIBEXT)
libquartz.@LIBEXT@
:
quartz/libquartz.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
quartz/libquartz.@LIBEXT@
$@
dinput/libdinput.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
dinput
&&
$(MAKE)
libdinput.
$(LIBEXT)
librasapi32.@LIBEXT@ librasapi16.@LIBEXT@
:
rasapi32/librasapi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
rasapi32/librasapi32.@LIBEXT@
$@
dplay/libdplay.$(LIBEXT)
:
dummy libdplayx.$(LIBEXT)
@
cd
dplay
&&
$(MAKE)
libdplay.
$(LIBEXT)
libriched32.@LIBEXT@
:
richedit/libriched32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
richedit/libriched32.@LIBEXT@
$@
dplayx/libdplayx.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libole32.$(LIBEXT)
\
libuser32.$(LIBEXT) libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
dplayx
&&
$(MAKE)
libdplayx.
$(LIBEXT)
librpcrt4.@LIBEXT@
:
rpcrt4/librpcrt4.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
rpcrt4/librpcrt4.@LIBEXT@
$@
dsound/libdsound.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
dsound
&&
$(MAKE)
libdsound.
$(LIBEXT)
libserialui.@LIBEXT@
:
serialui/libserialui.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
serialui/libserialui.@LIBEXT@
$@
gdi/libgdi32.$(LIBEXT)
:
dummy libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
gdi
&&
$(MAKE)
libgdi32.
$(LIBEXT)
libsetupapi.@LIBEXT@ libsetupx.@LIBEXT@
:
setupapi/libsetupapi.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
setupapi/libsetupapi.@LIBEXT@
$@
glu32/libglu32.$(LIBEXT)
:
dummy
@
cd
glu32
&&
$(MAKE)
libglu32.
$(LIBEXT)
libshdocvw.@LIBEXT@
:
shdocvw/libshdocvw.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
shdocvw/libshdocvw.@LIBEXT@
$@
icmp/libicmp.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
icmp
&&
$(MAKE)
libicmp.
$(LIBEXT)
libshell32.@LIBEXT@ libshell.@LIBEXT@
:
shell32/libshell32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
shell32/libshell32.@LIBEXT@
$@
imagehlp/libimagehlp.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
imagehlp
&&
$(MAKE)
libimagehlp.
$(LIBEXT)
libshfolder.@LIBEXT@
:
shfolder/libshfolder.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
shfolder/libshfolder.@LIBEXT@
$@
imm32/libimm32.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
imm32
&&
$(MAKE)
libimm32.
$(LIBEXT)
libshlwapi.@LIBEXT@
:
shlwapi/libshlwapi.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
shlwapi/libshlwapi.@LIBEXT@
$@
kernel/libkernel32.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
kernel
&&
$(MAKE)
libkernel32.
$(LIBEXT)
l
ibsti.@LIBEXT@
:
sti/libsti.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
sti/libsti.@LIBEXT@
$@
l
zexpand/liblz32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
lzexpand
&&
$(MAKE)
liblz32.
$(LIBEXT)
libtapi32.@LIBEXT@
:
tapi32/libtapi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
tapi32/libtapi32.@LIBEXT@
$@
mapi32/libmapi32.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
mapi32
&&
$(MAKE)
libmapi32.
$(LIBEXT)
libttydrv.@LIBEXT@
:
ttydrv/libttydrv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
ttydrv/libttydrv.@LIBEXT@
$@
mpr/libmpr.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
mpr
&&
$(MAKE)
libmpr.
$(LIBEXT)
liburl.@LIBEXT@
:
url/liburl.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
url/liburl.@LIBEXT@
$@
msacm/libmsacm32.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
msacm
&&
$(MAKE)
libmsacm32.
$(LIBEXT)
liburlmon.@LIBEXT@
:
urlmon/liburlmon.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
urlmon/liburlmon.@LIBEXT@
$@
msimg32/libmsimg32.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
msimg32
&&
$(MAKE)
libmsimg32.
$(LIBEXT)
libuser32.@LIBEXT@
libddeml.@LIBEXT@
libdisplay.@LIBEXT@
libkeyboard.@LIBEXT@
\
libmouse.@LIBEXT@ libuser.@LIBEXT@
:
user/libuser32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
user/libuser32.@LIBEXT@
$@
libversion.@LIBEXT@ libver.@LIBEXT@
:
version/libversion.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
version/libversion.@LIBEXT@
$@
libw32skrnl.@LIBEXT@ libw32sys.@LIBEXT@ libwin32s16.@LIBEXT@
:
win32s/libw32skrnl.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
win32s/libw32skrnl.@LIBEXT@
$@
libwinedos.@LIBEXT@
:
winedos/libwinedos.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winedos/libwinedos.@LIBEXT@
$@
libwineoss.drv.@LIBEXT@
:
winmm/wineoss/libwineoss.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winmm/wineoss/libwineoss.drv.@LIBEXT@
$@
libwineps.@LIBEXT@ libwineps16.@LIBEXT@
:
wineps/libwineps.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
wineps/libwineps.@LIBEXT@
$@
libwininet.@LIBEXT@
:
wininet/libwininet.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
wininet/libwininet.@LIBEXT@
$@
libwinmm.@LIBEXT@ libmmsystem.@LIBEXT@ libsound.@LIBEXT@
:
winmm/libwinmm.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winmm/libwinmm.@LIBEXT@
$@
libwinnls32.@LIBEXT@ libwinnls.@LIBEXT@
:
winnls/libwinnls32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winnls/libwinnls32.@LIBEXT@
$@
libwinspool.drv.@LIBEXT@
:
winspool/libwinspool.drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winspool/libwinspool.drv.@LIBEXT@
$@
libwintrust.@LIBEXT@
:
wintrust/libwintrust.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
wintrust/libwintrust.@LIBEXT@
$@
libwnaspi32.@LIBEXT@ libwinaspi.@LIBEXT@
:
winaspi/libwnaspi32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winaspi/libwnaspi32.@LIBEXT@
$@
libwow32.@LIBEXT@
:
wow32/libwow32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
wow32/libwow32.@LIBEXT@
$@
libws2_32.@LIBEXT@ libwinsock.@LIBEXT@
:
winsock/libws2_32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
winsock/libws2_32.@LIBEXT@
$@
libwsock32.@LIBEXT@
:
wsock32/libwsock32.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
wsock32/libwsock32.@LIBEXT@
$@
libx11drv.@LIBEXT@
:
x11drv/libx11drv.@LIBEXT@
$(RM)
$@
&&
$(LN_S)
x11drv/libx11drv.@LIBEXT@
$@
# Inter-dll dependencies (only necessary for dynamic libs)
advapi32/libadvapi32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
avifil32/libavifil32.@LIBEXT@
:
libmsvfw32.@LIBEXT@ libole32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
comctl32/libcomctl32.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
commdlg/libcomdlg32.@LIBEXT@
:
libshell32.@LIBEXT@ libshlwapi.@LIBEXT@ libcomctl32.@LIBEXT@ libwinspool.drv.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
crtdll/libcrtdll.@LIBEXT@
:
libmsvcrt.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
dciman32/libdciman32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
ddraw/libddraw.@LIBEXT@
:
libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
dinput/libdinput.@LIBEXT@
:
libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
dplay/libdplay.@LIBEXT@
:
libdplayx.@LIBEXT@
dplayx/libdplayx.@LIBEXT@
:
libwinmm.@LIBEXT@ libole32.@LIBEXT@ libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
dsound/libdsound.@LIBEXT@
:
libwinmm.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
gdi/libgdi32.@LIBEXT@
:
libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
icmp/libicmp.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
imagehlp/libimagehlp.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
imm32/libimm32.@LIBEXT@
:
libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
kernel/libkernel32.@LIBEXT@
:
libntdll.@LIBEXT@
lzexpand/liblz32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
mapi32/libmapi32.@LIBEXT@
:
libntdll.@LIBEXT@
mpr/libmpr.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
msacm/libmsacm32.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
msimg32/libmsimg32.@LIBEXT@
:
libntdll.@LIBEXT@
msnet32/libmsnet32.@LIBEXT@
:
libntdll.@LIBEXT@
msvcrt/libmsvcrt.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
msvideo/libmsvfw32.@LIBEXT@
:
libwinmm.@LIBEXT@ libcomctl32.@LIBEXT@ libversion.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
odbc32/libodbc32.@LIBEXT@
:
libntdll.@LIBEXT@
ole32/libole32.@LIBEXT@
:
libadvapi32.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ librpcrt4.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
oleaut32/liboleaut32.@LIBEXT@
:
libole32.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
olecli/libolecli32.@LIBEXT@
:
libole32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
oledlg/liboledlg.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
olepro32/libolepro32.@LIBEXT@
:
liboleaut32.@LIBEXT@ libntdll.@LIBEXT@
olesvr/libolesvr32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
opengl32/libopengl32.@LIBEXT@
:
libuser32.@LIBEXT@ libx11drv.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
psapi/libpsapi.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
quartz/libquartz.@LIBEXT@
:
liboleaut32.@LIBEXT@ libole32.@LIBEXT@ libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
rasapi32/librasapi32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
richedit/libriched32.@LIBEXT@
:
libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
rpcrt4/librpcrt4.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
serialui/libserialui.@LIBEXT@
:
libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
setupapi/libsetupapi.@LIBEXT@
:
libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
shdocvw/libshdocvw.@LIBEXT@
:
libole32.@LIBEXT@ libntdll.@LIBEXT@
shell32/libshell32.@LIBEXT@
:
libole32.@LIBEXT@ libshlwapi.@LIBEXT@ libcomctl32.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
shfolder/libshfolder.@LIBEXT@
:
libshell32.@LIBEXT@
shlwapi/libshlwapi.@LIBEXT@
:
libadvapi32.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
sti/libsti.@LIBEXT@
:
libntdll.@LIBEXT@
tapi32/libtapi32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
ttydrv/libttydrv.@LIBEXT@
:
libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
url/liburl.@LIBEXT@
:
libntdll.@LIBEXT@
urlmon/liburlmon.@LIBEXT@
:
libole32.@LIBEXT@ libntdll.@LIBEXT@
user/libuser32.@LIBEXT@
:
libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
version/libversion.@LIBEXT@
:
liblz32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
win32s/libw32skrnl.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winaspi/libwnaspi32.@LIBEXT@
:
libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winedos/libwinedos.@LIBEXT@
:
libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
wineps/libwineps.@LIBEXT@
:
libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libwinspool.drv.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
wininet/libwininet.@LIBEXT@
:
libshlwapi.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/joystick/libjoystick.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libntdll.@LIBEXT@
winmm/libwinmm.@LIBEXT@
:
libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/mcianim/libmcianim.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/mciavi/libmciavi.drv.@LIBEXT@
:
libmsvfw32.@LIBEXT@ libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/mcicda/libmcicda.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/mciseq/libmciseq.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/mciwave/libmciwave.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/midimap/libmidimap.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/wavemap/libmsacm.drv.@LIBEXT@
:
libmsacm32.@LIBEXT@ libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winmm/wineoss/libwineoss.drv.@LIBEXT@
:
libwinmm.@LIBEXT@ libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winnls/libwinnls32.@LIBEXT@
:
libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winsock/libws2_32.@LIBEXT@
:
libuser32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
winspool/libwinspool.drv.@LIBEXT@
:
libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
wintrust/libwintrust.@LIBEXT@
:
libntdll.@LIBEXT@
wow32/libwow32.@LIBEXT@
:
libkernel32.@LIBEXT@
wsock32/libwsock32.@LIBEXT@
:
libws2_32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
x11drv/libx11drv.@LIBEXT@
:
libuser32.@LIBEXT@ libgdi32.@LIBEXT@ libadvapi32.@LIBEXT@ libkernel32.@LIBEXT@ libntdll.@LIBEXT@
$(DLLFILES)
:
dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
$(DLLFILES
:
%=%_install_): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
install
$(DLLFILES
:
%=%_uninstall_): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
uninstall
$(DLLFILES
:
%=%_checklink_): dummy
msnet32/libmsnet32.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
msnet32
&&
$(MAKE)
libmsnet32.
$(LIBEXT)
msvcrt/libmsvcrt.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
msvcrt
&&
$(MAKE)
libmsvcrt.
$(LIBEXT)
msvideo/libmsvfw32.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libcomctl32.$(LIBEXT)
\
libversion.$(LIBEXT) libuser32.$(LIBEXT) libgdi32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
msvideo
&&
$(MAKE)
libmsvfw32.
$(LIBEXT)
ntdll/libntdll.$(LIBEXT)
:
dummy
@
cd
ntdll
&&
$(MAKE)
libntdll.
$(LIBEXT)
odbc32/libodbc32.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
odbc32
&&
$(MAKE)
libodbc32.
$(LIBEXT)
ole32/libole32.$(LIBEXT)
:
dummy libadvapi32.$(LIBEXT) libuser32.$(LIBEXT)
\
libgdi32.$(LIBEXT) librpcrt4.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
ole32
&&
$(MAKE)
libole32.
$(LIBEXT)
oleaut32/liboleaut32.$(LIBEXT)
:
dummy libole32.$(LIBEXT) libuser32.$(LIBEXT)
\
libgdi32.$(LIBEXT) libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
oleaut32
&&
$(MAKE)
liboleaut32.
$(LIBEXT)
olecli/libolecli32.$(LIBEXT)
:
dummy libole32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
olecli
&&
$(MAKE)
libolecli32.
$(LIBEXT)
oledlg/liboledlg.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
oledlg
&&
$(MAKE)
liboledlg.
$(LIBEXT)
olepro32/libolepro32.$(LIBEXT)
:
dummy liboleaut32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
olepro32
&&
$(MAKE)
libolepro32.
$(LIBEXT)
olesvr/libolesvr32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
olesvr
&&
$(MAKE)
libolesvr32.
$(LIBEXT)
opengl32/libopengl32.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libx11drv.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
opengl32
&&
$(MAKE)
libopengl32.
$(LIBEXT)
psapi/libpsapi.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
psapi
&&
$(MAKE)
libpsapi.
$(LIBEXT)
quartz/libquartz.$(LIBEXT)
:
dummy liboleaut32.$(LIBEXT) libole32.$(LIBEXT)
\
libwinmm.$(LIBEXT) libuser32.$(LIBEXT) libgdi32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
quartz
&&
$(MAKE)
libquartz.
$(LIBEXT)
rasapi32/librasapi32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
rasapi32
&&
$(MAKE)
librasapi32.
$(LIBEXT)
richedit/libriched32.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
richedit
&&
$(MAKE)
libriched32.
$(LIBEXT)
rpcrt4/librpcrt4.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
rpcrt4
&&
$(MAKE)
librpcrt4.
$(LIBEXT)
serialui/libserialui.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
serialui
&&
$(MAKE)
libserialui.
$(LIBEXT)
setupapi/libsetupapi.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
setupapi
&&
$(MAKE)
libsetupapi.
$(LIBEXT)
shdocvw/libshdocvw.$(LIBEXT)
:
dummy libole32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
shdocvw
&&
$(MAKE)
libshdocvw.
$(LIBEXT)
shell32/libshell32.$(LIBEXT)
:
dummy libole32.$(LIBEXT) libshlwapi.$(LIBEXT)
\
libcomctl32.$(LIBEXT) libuser32.$(LIBEXT) libgdi32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
shell32
&&
$(MAKE)
libshell32.
$(LIBEXT)
shfolder/libshfolder.$(LIBEXT)
:
dummy libshell32.$(LIBEXT)
@
cd
shfolder
&&
$(MAKE)
libshfolder.
$(LIBEXT)
shlwapi/libshlwapi.$(LIBEXT)
:
dummy libadvapi32.$(LIBEXT) libuser32.$(LIBEXT)
\
libgdi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
shlwapi
&&
$(MAKE)
libshlwapi.
$(LIBEXT)
sti/libsti.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
sti
&&
$(MAKE)
libsti.
$(LIBEXT)
tapi32/libtapi32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
tapi32
&&
$(MAKE)
libtapi32.
$(LIBEXT)
ttydrv/libttydrv.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
ttydrv
&&
$(MAKE)
libttydrv.
$(LIBEXT)
url/liburl.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
url
&&
$(MAKE)
liburl.
$(LIBEXT)
urlmon/liburlmon.$(LIBEXT)
:
dummy libole32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
urlmon
&&
$(MAKE)
liburlmon.
$(LIBEXT)
user/libuser32.$(LIBEXT)
:
dummy libgdi32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
user
&&
$(MAKE)
libuser32.
$(LIBEXT)
version/libversion.$(LIBEXT)
:
dummy liblz32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
version
&&
$(MAKE)
libversion.
$(LIBEXT)
win32s/libw32skrnl.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
win32s
&&
$(MAKE)
libw32skrnl.
$(LIBEXT)
winaspi/libwnaspi32.$(LIBEXT)
:
dummy libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
winaspi
&&
$(MAKE)
libwnaspi32.
$(LIBEXT)
winedos/libwinedos.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
winedos
&&
$(MAKE)
libwinedos.
$(LIBEXT)
wineps/libwineps.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libwinspool.drv.$(LIBEXT) libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
wineps
&&
$(MAKE)
libwineps.
$(LIBEXT)
wininet/libwininet.$(LIBEXT)
:
dummy libshlwapi.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
wininet
&&
$(MAKE)
libwininet.
$(LIBEXT)
winmm/joystick/libjoystick.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
winmm/joystick
&&
$(MAKE)
libjoystick.drv.
$(LIBEXT)
winmm/libwinmm.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libadvapi32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm
&&
$(MAKE)
libwinmm.
$(LIBEXT)
winmm/mcianim/libmcianim.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/mcianim
&&
$(MAKE)
libmcianim.drv.
$(LIBEXT)
winmm/mciavi/libmciavi.drv.$(LIBEXT)
:
dummy libmsvfw32.$(LIBEXT) libwinmm.$(LIBEXT)
\
libuser32.$(LIBEXT) libgdi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/mciavi
&&
$(MAKE)
libmciavi.drv.
$(LIBEXT)
winmm/mcicda/libmcicda.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/mcicda
&&
$(MAKE)
libmcicda.drv.
$(LIBEXT)
winmm/mciseq/libmciseq.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/mciseq
&&
$(MAKE)
libmciseq.drv.
$(LIBEXT)
winmm/mciwave/libmciwave.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/mciwave
&&
$(MAKE)
libmciwave.drv.
$(LIBEXT)
winmm/midimap/libmidimap.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/midimap
&&
$(MAKE)
libmidimap.drv.
$(LIBEXT)
winmm/wavemap/libmsacm.drv.$(LIBEXT)
:
dummy libmsacm32.$(LIBEXT) libwinmm.$(LIBEXT)
\
libuser32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/wavemap
&&
$(MAKE)
libmsacm.drv.
$(LIBEXT)
winmm/wineoss/libwineoss.drv.$(LIBEXT)
:
dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT)
\
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winmm/wineoss
&&
$(MAKE)
libwineoss.drv.
$(LIBEXT)
winnls/libwinnls32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
winnls
&&
$(MAKE)
libwinnls32.
$(LIBEXT)
winsock/libws2_32.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
winsock
&&
$(MAKE)
libws2_32.
$(LIBEXT)
winspool/libwinspool.drv.$(LIBEXT)
:
dummy libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
winspool
&&
$(MAKE)
libwinspool.drv.
$(LIBEXT)
wintrust/libwintrust.$(LIBEXT)
:
dummy libntdll.$(LIBEXT)
@
cd
wintrust
&&
$(MAKE)
libwintrust.
$(LIBEXT)
wow32/libwow32.$(LIBEXT)
:
dummy libkernel32.$(LIBEXT)
@
cd
wow32
&&
$(MAKE)
libwow32.
$(LIBEXT)
wsock32/libwsock32.$(LIBEXT)
:
dummy libws2_32.$(LIBEXT) libkernel32.$(LIBEXT)
\
libntdll.$(LIBEXT)
@
cd
wsock32
&&
$(MAKE)
libwsock32.
$(LIBEXT)
x11drv/libx11drv.$(LIBEXT)
:
dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT)
\
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
@
cd
x11drv
&&
$(MAKE)
libx11drv.
$(LIBEXT)
# Misc rules
$(SUBDIRS
:
%=%/__checklink__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
checklink
install
::
$(DLLFILES:%=%_install_)
$(SUBDIRS
:
%=%/__debug_channels__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
debug_channels
install
::
$(SUBDIRS:%=%/__install__)
uninstall
::
$(SUBDIRS:%=%/__uninstall__)
uninstall
::
$(DLLFILES:%=%_uninstall
_)
checklink
::
$(SUBDIRS:%=%/__checklink_
_)
checklink
::
$(DLLFILES:%=%_checklink
_)
debug_channels
::
$(SUBDIRS:%=%/__debug_channels_
_)
dlls/make_dlls
View file @
f33f7f0e
#!/usr/bin/perl
#!/usr/bin/perl
-w
#
# Update the dll dependencies in the dlls main Makefile.in.
# Must be run in the dlls/ directory of the Wine tree.
...
...
@@ -12,6 +12,15 @@ $makefiles = `find . -name Makefile.in -print`;
%
directories
=
();
%
altnames
=
();
# list of special dlls that can be switched on or off by configure
%
special_dlls
=
(
"ddraw"
=>
"XFILES"
,
"glu32"
=>
"GLU32FILES"
,
"opengl32"
=>
"OPENGLFILES"
,
"x11drv"
=>
"XFILES"
);
foreach
$i
(
split
(
/\s/
,
$makefiles
))
{
open
MAKE
,
$i
;
...
...
@@ -55,91 +64,153 @@ foreach $mod (sort keys %directories)
}
}
open
OLDMAKE
,
"Makefile.in"
or
die
"cannot open Makefile.in"
;
open
NEWMAKE
,
">Makefile.in.new"
or
die
"cannot create Makefile.in.new"
;
while
(
<
OLDMAKE
>
)
################################################################
# makefile header
print
NEWMAKE
<<EOF;
# Automatically generated by make_dlls; DO NOT EDIT!!
TOPSRCDIR = \@top_srcdir\@
TOPOBJDIR = ..
SRCDIR = \@srcdir\@
VPATH = \@srcdir\@
LIBEXT = \@LIBEXT\@
EOF
################################################################
# output special dlls configure definitions
printf
NEWMAKE
"# special configure-dependent targets\n\n"
;
my
%
specials
=
();
foreach
$mod
(
sort
keys
%
special_dlls
)
{
last
if
(
/^EXTRADLLNAMES/
);
print
NEWMAKE
$_
;
$specials
{
$special_dlls
{
$mod
}}
.=
" "
.
$mod
;
}
close
OLDMAKE
;
printf
NEWMAKE
"EXTRADLLNAMES ="
;
foreach
$extra
(
values
%
altnames
)
{
push
@extra
,
@$extra
;
}
foreach
$extra
(
sort
@extra
)
foreach
$i
(
sort
keys
%
specials
)
{
printf
NEWMAKE
"
\\\n\t%s"
,
$extra
;
printf
NEWMAKE
"
%s =%s\n"
,
$i
,
$specials
{
$i
}
;
}
printf
NEWMAKE
"EXTRADIRS ="
;
foreach
$i
(
sort
keys
%
specials
)
{
printf
NEWMAKE
" \@%s\@"
,
$i
;
}
printf
NEWMAKE
"\n\n"
;
################################################################
# output the subdirs list
printf
NEWMAKE
"\n\nSUBDIRS ="
;
print
NEWMAKE
<<EOF;
# Subdir list
SUBDIRS = \\
EOF
printf
NEWMAKE
"\t\$(EXTRADIRS)"
;
foreach
$dir
(
sort
values
%
directories
)
{
next
if
defined
(
$special_dlls
{
$dir
});
# skip special dlls
printf
NEWMAKE
" \\\n\t%s"
,
$dir
;
}
printf
NEWMAKE
"\n"
;
################################################################
# output the all: target
my
%
targets
=
();
# use a hash to get rid of duplicate target names
foreach
$mod
(
sort
keys
%
directories
)
{
next
if
defined
(
$special_dlls
{
$mod
});
# skip special dlls
$targets
{
sprintf
(
"lib%s.\$(LIBEXT)"
,
$mod
)}
=
1
;
next
unless
defined
$altnames
{
$mod
};
foreach
$i
(
sort
@
{
$altnames
{
$mod
}})
{
$targets
{
sprintf
(
"lib%s.\$(LIBEXT)"
,
$i
)}
=
1
;
}
}
print
NEWMAKE
<<EOF;
# Main target
all: \\
\$(EXTRADIRS:%=lib%.\$(LIBEXT)) \\
EOF
printf
NEWMAKE
"\t%s\n"
,
join
(
" \\\n\t"
,
sort
keys
%
targets
);
################################################################
# output the lib name -> directory rules
print
NEWMAKE
<<EOF;
\@MAKE_RULES\@
all: \$(DLLS:%=lib%.\@LIBEXT\@) \$(EXTRADLLNAMES:%=lib%.\@LIBEXT\@)
# Map library name to directory
EOF
foreach
$mod
(
sort
keys
%
directories
)
{
my
$count
=
0
;
printf
NEWMAKE
"lib%s.\@LIBEXT\@"
,
$mod
;
foreach
$i
(
sort
@
{
$altnames
{
$mod
}})
printf
NEWMAKE
"lib%s.\$(LIBEXT)"
,
$mod
;
if
(
defined
$altnames
{
$mod
})
{
if
(
$count
++
>=
3
)
my
$count
=
1
;
foreach
$i
(
sort
@
{
$altnames
{
$mod
}})
{
$count
=
0
;
printf
NEWMAKE
"
\\\n "
;
if
(
!
(
$count
++
%
3
))
{
printf
NEWMAKE
" \\\n "
;
}
printf
NEWMAKE
"
lib%s.\$(LIBEXT)"
,
$i
;
}
printf
NEWMAKE
" lib%s.\@LIBEXT\@"
,
$i
;
}
printf
NEWMAKE
": %s/lib%s.\
@LIBEXT\@
\n"
,
$directories
{
$mod
},
$mod
;
printf
NEWMAKE
"\t\$(RM) \$@ && \$(LN_S) %s/lib%s.\
@LIBEXT\@
\$@\n\n"
,
$directories
{
$mod
},
$mod
;
printf
NEWMAKE
": %s/lib%s.\
$(LIBEXT)
\n"
,
$directories
{
$mod
},
$mod
;
printf
NEWMAKE
"\t\$(RM) \$@ && \$(LN_S) %s/lib%s.\
$(LIBEXT)
\$@\n\n"
,
$directories
{
$mod
},
$mod
;
}
print
NEWMAKE
"# Inter-dll dependencies (only necessary for dynamic libs)\n\n"
;
################################################################
# output the inter-dll dependencies and rules
print
NEWMAKE
"# Inter-dll dependencies\n\n"
;
my
@depends
=
();
foreach
$mod
(
sort
keys
%
imports
)
{
next
unless
$#
{
$imports
{
$mod
}}
>=
0
;
my
$dep
=
sprintf
(
"%s/lib%s.\
@LIBEXT\@:
"
,
$directories
{
$mod
},
$mod
);
my
$count
=
1
;
my
$dep
=
sprintf
(
"%s/lib%s.\
$(LIBEXT): dummy
"
,
$directories
{
$mod
},
$mod
);
foreach
$i
(
@
{
$imports
{
$mod
}})
{
$dep
.=
sprintf
(
" lib%s.\@LIBEXT\@"
,
$i
);
if
(
$count
++
>=
3
)
{
$count
=
0
;
$dep
.=
" \\\n "
;
}
$dep
.=
sprintf
(
" lib%s.\$(LIBEXT)"
,
$i
);
}
push
@depends
,
$dep
.
"\n"
;
$dep
.=
sprintf
(
"\n\t\@cd %s && \$(MAKE) lib%s.\$(LIBEXT)\n\n"
,
$directories
{
$mod
},
$mod
);
push
@depends
,
$dep
;
}
print
NEWMAKE
sort
@depends
;
print
NEWMAKE
<<EOF;
\$(DLLFILES): dummy
\@cd `dirname \$\@` && \$(MAKE)
\$(DLLFILES:%=%_install_): dummy
\@cd `dirname \$\@` && \$(MAKE) install
################################################################
# makefile trailer
\$(DLLFILES:%=%_uninstall_): dummy
\@cd `dirname \$\@` && \$(MAKE) uninstall
print
NEWMAKE
<<EOF;
# Misc rules
\$(
DLLFILES:%=%_checklink
_): dummy
\$(
SUBDIRS:%=%/__checklink_
_): dummy
\@cd `dirname \$\@` && \$(MAKE) checklink
install:: \$(DLLFILES:%=%_install_)
\$(SUBDIRS:%=%/__debug_channels__): dummy
\@cd `dirname \$\@` && \$(MAKE) debug_channels
install:: \$(SUBDIRS:%=%/__install__)
uninstall:: \$(SUBDIRS:%=%/__uninstall__)
uninstall:: \$(DLLFILES:%=%_uninstall
_)
checklink:: \$(SUBDIRS:%=%/__checklink_
_)
checklink:: \$(DLLFILES:%=%_checklink
_)
debug_channels:: \$(SUBDIRS:%=%/__debug_channels_
_)
EOF
close
NEWMAKE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment