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
9dd743fd
Commit
9dd743fd
authored
Sep 25, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Support specifying a .rules.in file as dependency.
parent
52c9e85b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
aclocal.m4
aclocal.m4
+10
-4
configure
configure
+10
-4
No files found.
aclocal.m4
View file @
9dd743fd
...
...
@@ -166,11 +166,17 @@ wine_fn_all_dir_rules ()
{
ac_dir=$[1]
ac_alldeps=$[2]
ac_makedep="\$(MAKEDEP)"
ac_input=Make.vars.in:$ac_dir/Makefile.in
if test $ac_dir != tools
then
dnl makedep is in tools so tools makefile cannot depend on it
ac_alldeps="$[2]
\$(MAKEDEP)
"
ac_alldeps="$[2]
$ac_makedep
"
fi
case $[2] in
*.in) ac_input=$ac_input:$[2] ;;
*) ac_makedep="$[2] $ac_makedep" ;;
esac
wine_fn_append_file ALL_DIRS $ac_dir
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
...
...
@@ -180,11 +186,11 @@ $ac_dir/__clean__: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) clean
\$(RM) $ac_dir/Makefile
$ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
@./config.status --file $ac_dir/Makefile:
Make.vars.in:$ac_dir/Makefile.in
&& cd $ac_dir && \$(MAKE) depend
@./config.status --file $ac_dir/Makefile:
$ac_input
&& cd $ac_dir && \$(MAKE) depend
depend: $ac_dir/__depend__
.PHONY: $ac_dir/__depend__
$ac_dir/__depend__: $
[2] \$(MAKEDEP)
dummy
@./config.status --file $ac_dir/Makefile:
Make.vars.in:$ac_dir/Makefile.in
&& cd $ac_dir && \$(MAKE) depend"
$ac_dir/__depend__: $
ac_makedep
dummy
@./config.status --file $ac_dir/Makefile:
$ac_input
&& cd $ac_dir && \$(MAKE) depend"
}
wine_fn_config_makefile ()
...
...
configure
View file @
9dd743fd
...
...
@@ -14127,10 +14127,16 @@ wine_fn_all_dir_rules ()
{
ac_dir
=
$1
ac_alldeps
=
$2
ac_makedep
=
"
\$
(MAKEDEP)"
ac_input
=
Make.vars.in:
$ac_dir
/Makefile.in
if
test
$ac_dir
!=
tools
then
ac_alldeps
=
"
$2
\$
(MAKEDEP)
"
ac_alldeps
=
"
$2
$ac_makedep
"
fi
case
$2
in
*
.in
)
ac_input
=
$ac_input
:
$2
;;
*
)
ac_makedep
=
"
$2
$ac_makedep
"
;;
esac
wine_fn_append_file ALL_DIRS
$ac_dir
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
...
...
@@ -14140,11 +14146,11 @@ $ac_dir/__clean__: $ac_dir/Makefile
@cd
$ac_dir
&&
\$
(MAKE) clean
\$
(RM)
$ac_dir
/Makefile
$ac_dir
/Makefile:
$ac_dir
/Makefile.in Make.vars.in config.status
$ac_alldeps
@./config.status --file
$ac_dir
/Makefile:
Make.vars.in:
$ac_dir
/Makefile.in
&& cd
$ac_dir
&&
\$
(MAKE) depend
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&& cd
$ac_dir
&&
\$
(MAKE) depend
depend:
$ac_dir
/__depend__
.PHONY:
$ac_dir
/__depend__
$ac_dir
/__depend__:
$
2
\$
(MAKEDEP)
dummy
@./config.status --file
$ac_dir
/Makefile:
Make.vars.in:
$ac_dir
/Makefile.in
&& cd
$ac_dir
&&
\$
(MAKE) depend"
$ac_dir
/__depend__:
$
ac_makedep
dummy
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&& cd
$ac_dir
&&
\$
(MAKE) depend"
}
wine_fn_config_makefile
()
...
...
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