Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
52c400e9
Commit
52c400e9
authored
Feb 10, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Auto-generate the list of all subdirectories too.
parent
3be8b409
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
20 deletions
+6
-20
Makefile.in
Makefile.in
+3
-17
aclocal.m4
aclocal.m4
+2
-2
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
No files found.
Makefile.in
View file @
52c400e9
...
...
@@ -27,6 +27,7 @@ VPATH = @srcdir@
LIBEXT
=
@LIBEXT@
MODULE
=
none
ALL_DIRS
=
@ALL_DIRS@
ALL_DLL_DIRS
=
@ALL_DLL_DIRS@
ALL_INSTALL_DIRS
=
@ALL_INSTALL_DIRS@
ALL_PROGRAM_DIRS
=
@ALL_PROGRAM_DIRS@
...
...
@@ -36,21 +37,7 @@ ALL_TOOL_DIRS = @ALL_TOOL_DIRS@
ALL_TOP_DIRS
=
@ALL_TOP_DIRS@
# Sub-directories to run make depend/clean into
SUBDIRS
=
\
documentation
\
fonts
\
include
\
libs/port
\
libs/wine
\
libs/wpp
\
loader
\
programs
\
server
\
$(ALL_TOOL_DIRS)
\
$(ALL_STATICLIB_DIRS)
\
$(ALL_DLL_DIRS)
\
$(ALL_PROGRAM_DIRS)
\
$(ALL_TEST_DIRS)
SUBDIRS
=
$(ALL_DIRS)
# Sub-directories to run make all into
BUILDSUBDIRS
=
\
...
...
@@ -181,8 +168,7 @@ distclean:: clean
# Makefile rules
ALL_MAKEFILES
=
@ALL_MAKEFILES@
ALL_CONFIGS
=
Makefile
$(ALL_MAKEFILES)
@ALL_MAKERULES@ @ALL_SYMLINKS@
ALL_CONFIGS
=
Makefile
$
(
ALL_DIRS:%
=
%/Makefile
)
@ALL_MAKERULES@ @ALL_SYMLINKS@
$(ALL_CONFIGS)
:
@
./config.status
$@
...
...
aclocal.m4
View file @
52c400e9
...
...
@@ -170,8 +170,8 @@ dnl
AC_DEFUN([WINE_CONFIG_MAKEFILE],
[m4_pushdef([ac_dir],m4_bpatsubst([$1],[^\(\(.*\)/\)?Makefile$],[\2]))dnl
m4_pushdef([ac_name],m4_bpatsubst(ac_dir,[.*/\(.*\)$],[\1]))dnl
m4_ifval(ac_dir,[ALL_
MAKEFILES="$ALL_MAKEFILE
S \\
$1
"])
m4_ifval(ac_dir,[ALL_
DIRS="$ALL_DIR
S \\
ac_dir
"])
AS_VAR_PUSHDEF([ac_enable],m4_default([$4],[enable_]ac_name))dnl
m4_ifval([$3],[test "x$ac_enable" != xno]m4_foreach([ac_var],[$3],[ && ac_var="$ac_var \\
ac_dir"]))
...
...
configure
View file @
52c400e9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.ac
View file @
52c400e9
...
...
@@ -2098,11 +2098,11 @@ Makefile: dummy
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"])
AC_SUBST(ALL_MAKERULES,"")
AC_SUBST(ALL_MAKEFILES,"")
AC_SUBST(ALL_SYMLINKS,"")
AC_SUBST(ALL_MAKEFILE_DEPENDS,["# Makefile dependencies"])
AC_SUBST(ALL_WINETEST_DEPENDS,["# Test binaries"])
AC_SUBST(ALL_DIRS,"")
AC_SUBST(ALL_TOP_DIRS,"")
AC_SUBST(ALL_DLL_DIRS,"")
AC_SUBST(ALL_TOOL_DIRS,"")
...
...
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