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
c2c3c210
Commit
c2c3c210
authored
Mar 25, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Output all the static library rules explicitly for each module.
parent
d7b387d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
19 deletions
+18
-19
Makefile.in
Makefile.in
+0
-3
aclocal.m4
aclocal.m4
+9
-7
configure
configure
+9
-9
No files found.
Makefile.in
View file @
c2c3c210
...
...
@@ -29,7 +29,6 @@ MODULE = none
ALL_DIRS
=
@ALL_DIRS@
ALL_DLL_DIRS
=
@ALL_DLL_DIRS@
ALL_STATICLIB_DIRS
=
@ALL_STATICLIB_DIRS@
ALL_TOOL_DIRS
=
@ALL_TOOL_DIRS@
ALL_TOP_DIRS
=
@ALL_TOP_DIRS@
...
...
@@ -38,7 +37,6 @@ BUILDSUBDIRS = \
libs/wine
\
$(ALL_TOOL_DIRS)
\
$(ALL_TOP_DIRS)
\
$(ALL_STATICLIB_DIRS)
\
$(ALL_DLL_DIRS)
# Sub-directories to run make install/uninstall into
...
...
@@ -46,7 +44,6 @@ INSTALLSUBDIRS = \
libs/wine
\
$(ALL_TOOL_DIRS)
\
$(ALL_TOP_DIRS)
\
$(ALL_STATICLIB_DIRS)
\
$(ALL_DLL_DIRS)
# Sub-directories that don't have a makefile
...
...
aclocal.m4
View file @
c2c3c210
...
...
@@ -150,7 +150,6 @@ AC_SUBST(ALL_DIRS,"")
AC_SUBST(ALL_TOP_DIRS,"")
AC_SUBST(ALL_DLL_DIRS,"")
AC_SUBST(ALL_TOOL_DIRS,"")
AC_SUBST(ALL_STATICLIB_DIRS,"")
AC_SUBST(ALL_TEST_BINARIES,"")
AC_SUBST(ALL_PROGRAM_BIN_INSTALL_DIRS,"")
...
...
@@ -184,16 +183,19 @@ wine_fn_config_lib ()
ac_name=$[1]
ac_dir=dlls/$ac_name
wine_fn_append_file ALL_DIRS $ac_dir
wine_fn_append_file ALL_STATICLIB_DIRS $ac_dir
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"
$ac_dir/__install__ $ac_dir/__install-dev__
__builddeps__: $ac_dir
"
all
__builddeps__: $ac_dir
__buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
$ac_dir $ac_dir/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
$ac_dir/lib$ac_name.cross.a:
$ac_dir/Makefile
dummy
$ac_dir $ac_dir/lib$ac_name.cross.a:
$ac_dir/Makefile
tools/widl tools/winebuild tools/winegcc include
$ac_dir/lib$ac_name.cross.a: dummy
@cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
$ac_dir/__clean__
$ac_dir/__install-lib__ $ac_dir/__uninstall__ $ac_dir
: $ac_dir/Makefile
$ac_dir/__clean__: $ac_dir/Makefile
$ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status dlls/Makeimplib.rules \$(MAKEDEP)
@./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
@./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend
install install-dev:: $ac_dir
@cd $ac_dir && \$(MAKE) install
uninstall:: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) uninstall"
}
wine_fn_config_dll ()
...
...
configure
View file @
c2c3c210
...
...
@@ -598,7 +598,6 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
ALL_PROGRAM_BIN_INSTALL_DIRS
ALL_TEST_BINARIES
ALL_STATICLIB_DIRS
ALL_TOOL_DIRS
ALL_DLL_DIRS
ALL_TOP_DIRS
...
...
@@ -13867,8 +13866,6 @@ ALL_DLL_DIRS=""
ALL_TOOL_DIRS
=
""
ALL_STATICLIB_DIRS
=
""
ALL_TEST_BINARIES
=
""
ALL_PROGRAM_BIN_INSTALL_DIRS
=
""
...
...
@@ -13909,16 +13906,19 @@ wine_fn_config_lib ()
ac_name
=
$1
ac_dir
=
dlls/
$ac_name
wine_fn_append_file ALL_DIRS
$ac_dir
wine_fn_append_file ALL_STATICLIB_DIRS
$ac_dir
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"
$ac_dir
/__install__
$ac_dir
/__install-dev__
__builddeps__:
$ac_dir
"
all
__builddeps__:
$ac_dir
__buildcrossdeps__:
$ac_dir
/lib
$ac_name
.cross.a
$ac_dir
$ac_dir
/lib
$ac_name
.cross.a: tools/widl tools/winebuild tools/winegcc include
$ac_dir
/lib
$ac_name
.cross.a:
$ac_dir
/Makefile
dummy
$ac_dir
$ac_dir
/lib
$ac_name
.cross.a:
$ac_dir
/Makefile
tools/widl tools/winebuild tools/winegcc include
$ac_dir
/lib
$ac_name
.cross.a: dummy
@cd
$ac_dir
&&
\$
(MAKE) lib
$ac_name
.cross.a
$ac_dir
/__clean__
$ac_dir
/__install-lib__
$ac_dir
/__uninstall__
$ac_dir
:
$ac_dir
/Makefile
$ac_dir
/__clean__:
$ac_dir
/Makefile
$ac_dir
/Makefile
$ac_dir
/__depend__:
$ac_dir
/Makefile.in config.status dlls/Makeimplib.rules
\$
(MAKEDEP)
@./config.status --file
$ac_dir
/Makefile && cd
$ac_dir
&&
\$
(MAKE) depend"
@./config.status --file
$ac_dir
/Makefile && cd
$ac_dir
&&
\$
(MAKE) depend
install install-dev::
$ac_dir
@cd
$ac_dir
&&
\$
(MAKE) install
uninstall::
$ac_dir
/Makefile
@cd
$ac_dir
&&
\$
(MAKE) uninstall"
}
wine_fn_config_dll
()
...
...
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