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
5eee9204
Commit
5eee9204
authored
Jan 01, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Output maintainer-mode rules directly from configure.
parent
8e2becf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
Makefile.in
Makefile.in
+0
-8
configure
configure
+11
-0
configure.ac
configure.ac
+11
-0
No files found.
Makefile.in
View file @
5eee9204
...
...
@@ -33,14 +33,6 @@ WINAPI_CHECK_EXTRA_FLAGS = --global
# Rules for re-running configure
$(srcdir)/configure
:
@MAINTAINER_MODE@ configure.ac aclocal.m4
cd
$(srcdir)
&&
autoconf
--warnings
=
all
$(srcdir)/include/config.h.in
:
@MAINTAINER_MODE@ include/stamp-h.in
$(srcdir)/include/stamp-h.in
:
configure.ac aclocal.m4
cd
$(srcdir)
&&
autoheader
--warnings
=
all
@
echo
timestamp
>
$@
config.status
:
configure
@
./config.status
--recheck
...
...
configure
View file @
5eee9204
...
...
@@ -15391,6 +15391,17 @@ ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
if
test
"x
$enable_maintainer_mode
"
=
xyes
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"
\$
(srcdir)/configure: configure.ac aclocal.m4
cd
\$
(srcdir) && autoconf --warnings=all
\$
(srcdir)/include/config.h.in: include/stamp-h.in
\$
(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
cd
\$
(srcdir) && autoheader --warnings=all
@echo timestamp >
\$
@"
fi
if
test
-n
"
$with_wine64
"
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"all: fonts server
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader
...
...
configure.ac
View file @
5eee9204
...
...
@@ -2939,6 +2939,17 @@ AC_CONFIG_FILES([Make.tmp:Make.vars.in:Makefile.in])
dnl Some final makefile rules
if test "x$enable_maintainer_mode" = xyes
then
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
[\$(srcdir)/configure: configure.ac aclocal.m4
cd \$(srcdir) && autoconf --warnings=all
\$(srcdir)/include/config.h.in: include/stamp-h.in
\$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
cd \$(srcdir) && autoheader --warnings=all
@echo timestamp > \$[@]])
fi
if test -n "$with_wine64"
then
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
...
...
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