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
18e5313c
Commit
18e5313c
authored
Mar 25, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Output the top-level depend rules explicitly for each module.
parent
943cd739
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.in
Makefile.in
+0
-6
aclocal.m4
aclocal.m4
+4
-1
configure
configure
+4
-1
No files found.
Makefile.in
View file @
18e5313c
...
...
@@ -61,11 +61,6 @@ include/stamp-h: include/config.h.in config.status
$(ALL_CONFIGS)
:
@
./config.status
$@
# Rules for dependencies
depend
:
$(ALL_DIRS:%=%/__depend__) dummy
.PHONY
:
$(ALL_DIRS:%=%/__depend__)
# Rules for cleaning
$(ALL_DIRS
:
%=%/__clean__): dummy
...
...
@@ -94,7 +89,6 @@ libs/wine: libs/port
tools/wmc tools/wrc
:
tools
tools tools/wmc tools/wrc
:
libs/wine
tools/widl tools/wmc tools/wrc
:
libs/wpp
tools/__depend__
:
$(MAKEDEP)
$(MAKEDEP)
:
include/config.h tools/Makefile
@
cd
$(TOOLSDIR)
/tools
&&
$(MAKE)
makedep
$(TOOLSEXT)
...
...
aclocal.m4
View file @
18e5313c
...
...
@@ -165,7 +165,10 @@ wine_fn_all_dir_rules ()
wine_fn_append_file ALL_DIRS $[1]
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$[1]/__clean__: $[1]/Makefile
$[1]/Makefile $[1]/__depend__: $[1]/Makefile.in config.status $[2]
$[1]/Makefile: $[1]/Makefile.in config.status $[2]
@./config.status --file $[1]/Makefile && cd $[1] && \$(MAKE) depend
depend .PHONY: $[1]/__depend__
$[1]/__depend__: \$(MAKEDEP) dummy
@./config.status --file $[1]/Makefile && cd $[1] && \$(MAKE) depend"
}
...
...
configure
View file @
18e5313c
...
...
@@ -13877,7 +13877,10 @@ wine_fn_all_dir_rules ()
wine_fn_append_file ALL_DIRS
$1
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"
$1
/__clean__:
$1
/Makefile
$1
/Makefile
$1
/__depend__:
$1
/Makefile.in config.status
$2
$1
/Makefile:
$1
/Makefile.in config.status
$2
@./config.status --file
$1
/Makefile && cd
$1
&&
\$
(MAKE) depend
depend .PHONY:
$1
/__depend__
$1
/__depend__:
\$
(MAKEDEP) dummy
@./config.status --file
$1
/Makefile && cd
$1
&&
\$
(MAKE) depend"
}
...
...
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