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
bf8f4357
Commit
bf8f4357
authored
Jul 25, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Install dlls from the top-level makefile.
parent
02ceb943
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
29 deletions
+62
-29
Makefile.in
Makefile.in
+4
-1
aclocal.m4
aclocal.m4
+29
-14
configure
configure
+29
-14
No files found.
Makefile.in
View file @
bf8f4357
...
...
@@ -26,7 +26,10 @@ EXTRASUBDIRS = \
programs
# Destination directories for make install
INSTALLDIRS
=
$(DESTDIR)$(bindir)
$(DESTDIR)$(dlldir)
INSTALLDIRS
=
\
$(DESTDIR)$(bindir)
\
$(DESTDIR)$(dlldir)
\
$(DESTDIR)$(fakedlldir)
all
:
wine
@
echo
"Wine build complete."
...
...
aclocal.m4
View file @
bf8f4357
...
...
@@ -276,35 +276,50 @@ wine_fn_config_dll ()
ac_flags=$[3]
ac_implib=${4:-$ac_name}
ac_file=$ac_dir/lib$ac_implib
ac_dll=$ac_name
ac_deps="tools/widl tools/winebuild tools/winegcc include"
ac_implibflags=""
case $ac_name in
*16) ac_implibflags=" -m16" ;;
*.*) ;;
*) ac_dll=$ac_dll.dll ;;
esac
wine_fn_
all_dir_rules $ac_dir
dlls/Makedll.rules
wine_fn_
config_makefile $ac_dir $ac_enable "$ac_flags"
dlls/Makedll.rules
AS_VAR_IF([$ac_enable],[no],
dnl enable_win16 is special in that it disables import libs too
[test "$ac_enable" != enable_win16 || return 0],
[wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"all: $ac_dir
.PHONY: $ac_dir $ac_dir/__install__ $ac_dir/__install-lib__ $ac_dir/__uninstall__
$ac_dir: $ac_dir/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE)
$ac_dir/__install__:: $ac_dir/Makefile __builddeps__
@cd $ac_dir && \$(MAKE) install
$ac_dir/__install-lib__:: $ac_dir/Makefile __builddeps__
@cd $ac_dir && \$(MAKE) install-lib
$ac_dir/__uninstall__:: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) uninstall
install:: $ac_dir/__install__
install-lib:: $ac_dir/__install-lib__
__uninstall__: $ac_dir/__uninstall__
"$ac_dir: __builddeps__
manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) \$[@]"
if wine_fn_has_flag install-lib $ac_flags
then :
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
install install-lib:: $ac_dir/__install-lib__
__uninstall__: $ac_dir/__uninstall__"
if test -n "$DLLEXT"
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
\$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
\$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
$ac_dir/__uninstall__::
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
\$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
$ac_dir/__uninstall__::
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
fi
fi
if test "x$enable_maintainer_mode" = xyes
then
if wine_fn_has_flag mc $ac_flags
...
...
configure
View file @
bf8f4357
...
...
@@ -14344,35 +14344,50 @@ wine_fn_config_dll ()
ac_flags
=
$3
ac_implib
=
${
4
:-
$ac_name
}
ac_file
=
$ac_dir
/lib
$ac_implib
ac_dll
=
$ac_name
ac_deps
=
"tools/widl tools/winebuild tools/winegcc include"
ac_implibflags
=
""
case
$ac_name
in
*
16
)
ac_implibflags
=
" -m16"
;;
*
.
*
)
;;
*
)
ac_dll
=
$ac_dll
.dll
;;
esac
wine_fn_
all_dir_rules
$ac_dir
dlls/Makedll.rules
wine_fn_
config_makefile
$ac_dir
$ac_enable
"
$ac_flags
"
dlls/Makedll.rules
if
eval test
\"
x
\$
"
$ac_enable
"
\"
=
x
"no"
;
then
:
test
"
$ac_enable
"
!=
enable_win16
||
return
0
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"all:
$ac_dir
.PHONY:
$ac_dir
$ac_dir
/__install__
$ac_dir
/__install-lib__
$ac_dir
/__uninstall__
$ac_dir
:
$ac_dir
/Makefile __builddeps__ dummy
@cd
$ac_dir
&&
\$
(MAKE)
$ac_dir
/__install__::
$ac_dir
/Makefile __builddeps__
@cd
$ac_dir
&&
\$
(MAKE) install
$ac_dir
/__install-lib__::
$ac_dir
/Makefile __builddeps__
@cd
$ac_dir
&&
\$
(MAKE) install-lib
$ac_dir
/__uninstall__::
$ac_dir
/Makefile
@cd
$ac_dir
&&
\$
(MAKE) uninstall
install::
$ac_dir
/__install__
install-lib::
$ac_dir
/__install-lib__
__uninstall__:
$ac_dir
/__uninstall__
"
$ac_dir
: __builddeps__
manpages htmlpages sgmlpages xmlpages::
$ac_dir
/Makefile
@cd
$ac_dir
&&
\$
(MAKE)
\$
@"
if
wine_fn_has_flag install-lib
$ac_flags
then
:
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
".PHONY:
$ac_dir
/__install-lib__
$ac_dir
/__uninstall__
install install-lib::
$ac_dir
/__install-lib__
__uninstall__:
$ac_dir
/__uninstall__"
if
test
-n
"
$DLLEXT
"
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"
$ac_dir
/__install-lib__::
$ac_dir
\$
(DESTDIR)
\$
(dlldir)
\$
(DESTDIR)
\$
(fakedlldir)
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_dll$DLLEXT
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll$DLLEXT
\$
(INSTALL_DATA)
$ac_dir
/
$ac_dll
.fake
\$
(DESTDIR)
\$
(fakedlldir)/
$ac_dll
$ac_dir
/__uninstall__::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll$DLLEXT
\$
(DESTDIR)
\$
(fakedlldir)/
$ac_dll
"
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"
$ac_dir
/__install-lib__::
$ac_dir
\$
(DESTDIR)
\$
(dlldir)
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_dll
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll
$ac_dir
/__uninstall__::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll
"
fi
fi
if
test
"x
$enable_maintainer_mode
"
=
xyes
then
if
wine_fn_has_flag mc
$ac_flags
...
...
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