Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
6de0af1e
Commit
6de0af1e
authored
16 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
configure: Generate the list of top-level directories to install.
parent
b3ec2e5f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.in
+1
-11
1 addition, 11 deletions
Makefile.in
configure
+23
-13
23 additions, 13 deletions
configure
configure.ac
+11
-10
11 additions, 10 deletions
configure.ac
tools/make_makefiles
+1
-0
1 addition, 0 deletions
tools/make_makefiles
with
36 additions
and
34 deletions
Makefile.in
+
1
−
11
View file @
6de0af1e
...
@@ -27,8 +27,6 @@ LIBEXT = @LIBEXT@
...
@@ -27,8 +27,6 @@ LIBEXT = @LIBEXT@
MODULE
=
none
MODULE
=
none
PROGRAMS
=
wine
PROGRAMS
=
wine
FONTSSUBDIRS
=
@FONTSSUBDIRS@
# Sub-directories to run make depend/clean into
# Sub-directories to run make depend/clean into
SUBDIRS
=
\
SUBDIRS
=
\
dlls
\
dlls
\
...
@@ -42,15 +40,7 @@ SUBDIRS = \
...
@@ -42,15 +40,7 @@ SUBDIRS = \
tools
tools
# Sub-directories to run make install/uninstall into
# Sub-directories to run make install/uninstall into
INSTALLSUBDIRS
=
\
INSTALLSUBDIRS
=
@ALL_TOP_DIRS@
$(
FONTSSUBDIRS
)
\
dlls
\
include
\
libs
\
loader
\
programs
\
server
\
tools
# Sub-directories to run make test into
# Sub-directories to run make test into
TESTSUBDIRS
=
dlls
TESTSUBDIRS
=
dlls
...
...
This diff is collapsed.
Click to expand it.
configure
+
23
−
13
View file @
6de0af1e
...
@@ -753,7 +753,6 @@ LCMSLIBS
...
@@ -753,7 +753,6 @@ LCMSLIBS
ft_devel
ft_devel
FREETYPELIBS
FREETYPELIBS
FREETYPEINCL
FREETYPEINCL
FONTSSUBDIRS
ESDCONFIG
ESDCONFIG
ESDINCL
ESDINCL
ESDLIBS
ESDLIBS
...
@@ -775,6 +774,7 @@ DEPENDENCIES
...
@@ -775,6 +774,7 @@ DEPENDENCIES
ALL_MAKERULES
ALL_MAKERULES
ALL_MAKEFILES
ALL_MAKEFILES
ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS
ALL_TOP_DIRS
ALL_DLL_DIRS
ALL_DLL_DIRS
ALL_IMPLIB_DIRS
ALL_IMPLIB_DIRS
ALL_TEST_DIRS
ALL_TEST_DIRS
...
@@ -14163,8 +14163,6 @@ _ACEOF
...
@@ -14163,8 +14163,6 @@ _ACEOF
FREETYPEINCL="$ac_freetype_incl"
FREETYPEINCL="$ac_freetype_incl"
FONTSSUBDIRS="fonts"
fi
fi
fi
fi
fi
fi
...
@@ -14181,6 +14179,7 @@ Use the --without-freetype option if you really want this." >&2;}
...
@@ -14181,6 +14179,7 @@ Use the --without-freetype option if you really want this." >&2;}
esac
esac
fi
fi
test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
{ echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
{ echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
...
@@ -22173,6 +22172,8 @@ ALL_MAKEFILES=""
...
@@ -22173,6 +22172,8 @@ ALL_MAKEFILES=""
ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
ALL_TOP_DIRS=""
ALL_DLL_DIRS=""
ALL_DLL_DIRS=""
ALL_IMPLIB_DIRS=""
ALL_IMPLIB_DIRS=""
...
@@ -22249,7 +22250,8 @@ ac_config_files="$ac_config_files Makefile"
...
@@ -22249,7 +22250,8 @@ ac_config_files="$ac_config_files Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
dlls/Makefile"
dlls/Makefile"
test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
dlls"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
dlls/Makefile: dlls/Makefile.in Make.rules"
dlls/Makefile: dlls/Makefile.in Make.rules"
ac_config_files="$ac_config_files dlls/Makefile"
ac_config_files="$ac_config_files dlls/Makefile"
...
@@ -25104,28 +25106,32 @@ ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
...
@@ -25104,28 +25106,32 @@ ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
documentation/Makefile"
documentation/Makefile"
test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
documentation"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
documentation/Makefile: documentation/Makefile.in Make.rules"
documentation/Makefile: documentation/Makefile.in Make.rules"
ac_config_files="$ac_config_files documentation/Makefile"
ac_config_files="$ac_config_files documentation/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
fonts/Makefile"
fonts/Makefile"
test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
fonts"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
fonts/Makefile: fonts/Makefile.in Make.rules"
fonts/Makefile: fonts/Makefile.in Make.rules"
ac_config_files="$ac_config_files fonts/Makefile"
ac_config_files="$ac_config_files fonts/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
include/Makefile"
include/Makefile"
test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
include"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
include/Makefile: include/Makefile.in Make.rules"
include/Makefile: include/Makefile.in Make.rules"
ac_config_files="$ac_config_files include/Makefile"
ac_config_files="$ac_config_files include/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
libs/Makefile"
libs/Makefile"
test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
libs"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
libs/Makefile: libs/Makefile.in Make.rules"
libs/Makefile: libs/Makefile.in Make.rules"
ac_config_files="$ac_config_files libs/Makefile"
ac_config_files="$ac_config_files libs/Makefile"
...
@@ -25153,14 +25159,16 @@ ac_config_files="$ac_config_files libs/wpp/Makefile"
...
@@ -25153,14 +25159,16 @@ ac_config_files="$ac_config_files libs/wpp/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
loader/Makefile"
loader/Makefile"
test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
loader"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
loader/Makefile: loader/Makefile.in Make.rules"
loader/Makefile: loader/Makefile.in Make.rules"
ac_config_files="$ac_config_files loader/Makefile"
ac_config_files="$ac_config_files loader/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
programs/Makefile"
programs/Makefile"
test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
programs"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
programs/Makefile: programs/Makefile.in Make.rules"
programs/Makefile: programs/Makefile.in Make.rules"
ac_config_files="$ac_config_files programs/Makefile"
ac_config_files="$ac_config_files programs/Makefile"
...
@@ -25583,14 +25591,16 @@ ac_config_files="$ac_config_files programs/xcopy/Makefile"
...
@@ -25583,14 +25591,16 @@ ac_config_files="$ac_config_files programs/xcopy/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
server/Makefile"
server/Makefile"
test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
server"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
server/Makefile: server/Makefile.in Make.rules"
server/Makefile: server/Makefile.in Make.rules"
ac_config_files="$ac_config_files server/Makefile"
ac_config_files="$ac_config_files server/Makefile"
ALL_MAKEFILES="$ALL_MAKEFILES \\
ALL_MAKEFILES="$ALL_MAKEFILES \\
tools/Makefile"
tools/Makefile"
test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
tools"
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
tools/Makefile: tools/Makefile.in Make.rules"
tools/Makefile: tools/Makefile.in Make.rules"
ac_config_files="$ac_config_files tools/Makefile"
ac_config_files="$ac_config_files tools/Makefile"
...
@@ -26894,7 +26904,6 @@ LCMSLIBS!$LCMSLIBS$ac_delim
...
@@ -26894,7 +26904,6 @@ LCMSLIBS!$LCMSLIBS$ac_delim
ft_devel!$ft_devel$ac_delim
ft_devel!$ft_devel$ac_delim
FREETYPELIBS!$FREETYPELIBS$ac_delim
FREETYPELIBS!$FREETYPELIBS$ac_delim
FREETYPEINCL!$FREETYPEINCL$ac_delim
FREETYPEINCL!$FREETYPEINCL$ac_delim
FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
ESDCONFIG!$ESDCONFIG$ac_delim
ESDCONFIG!$ESDCONFIG$ac_delim
ESDINCL!$ESDINCL$ac_delim
ESDINCL!$ESDINCL$ac_delim
ESDLIBS!$ESDLIBS$ac_delim
ESDLIBS!$ESDLIBS$ac_delim
...
@@ -26916,6 +26925,7 @@ DEPENDENCIES!$DEPENDENCIES$ac_delim
...
@@ -26916,6 +26925,7 @@ DEPENDENCIES!$DEPENDENCIES$ac_delim
ALL_MAKERULES!$ALL_MAKERULES$ac_delim
ALL_MAKERULES!$ALL_MAKERULES$ac_delim
ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
11
−
10
View file @
6de0af1e
...
@@ -1020,12 +1020,12 @@ then
...
@@ -1020,12 +1020,12 @@ then
AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
AC_SUBST(FREETYPELIBS,"$ac_freetype_libs")
AC_SUBST(FREETYPELIBS,"$ac_freetype_libs")
AC_SUBST(FREETYPEINCL,"$ac_freetype_incl")
AC_SUBST(FREETYPEINCL,"$ac_freetype_incl")
AC_SUBST(FONTSSUBDIRS,"fonts")
fi
fi
fi
fi
fi
fi
WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType development files not found.
WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.])
Fonts will not be built. Dialog text may be invisible or unaligned.])
test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
dnl **** Check for parport (currently Linux only) ****
dnl **** Check for parport (currently Linux only) ****
AC_CACHE_CHECK([for parport header/ppdev.h], ac_cv_c_ppdev,
AC_CACHE_CHECK([for parport header/ppdev.h], ac_cv_c_ppdev,
...
@@ -1675,6 +1675,7 @@ AC_SUBST(ALL_MAKERULES,"")
...
@@ -1675,6 +1675,7 @@ AC_SUBST(ALL_MAKERULES,"")
AC_SUBST(ALL_MAKEFILES,"")
AC_SUBST(ALL_MAKEFILES,"")
AC_SUBST(ALL_MAKEFILE_DEPENDS,["# Makefile dependencies"])
AC_SUBST(ALL_MAKEFILE_DEPENDS,["# Makefile dependencies"])
AC_SUBST(ALL_TOP_DIRS,"")
AC_SUBST(ALL_DLL_DIRS,"")
AC_SUBST(ALL_DLL_DIRS,"")
AC_SUBST(ALL_IMPLIB_DIRS,"")
AC_SUBST(ALL_IMPLIB_DIRS,"")
AC_SUBST(ALL_TEST_DIRS,"")
AC_SUBST(ALL_TEST_DIRS,"")
...
@@ -1700,7 +1701,7 @@ WINE_CONFIG_MAKERULES([dlls/Maketest.rules],[MAKE_TEST_RULES],[Make.rules])
...
@@ -1700,7 +1701,7 @@ WINE_CONFIG_MAKERULES([dlls/Maketest.rules],[MAKE_TEST_RULES],[Make.rules])
WINE_CONFIG_MAKERULES([programs/Makeprog.rules],[MAKE_PROG_RULES],[Make.rules])
WINE_CONFIG_MAKERULES([programs/Makeprog.rules],[MAKE_PROG_RULES],[Make.rules])
WINE_CONFIG_MAKEFILE([Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([dlls/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([dlls/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([dlls/acledit/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/acledit/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/activeds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/activeds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/actxprxy/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/actxprxy/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
...
@@ -2057,15 +2058,15 @@ WINE_CONFIG_MAKEFILE([dlls/ws2_32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL
...
@@ -2057,15 +2058,15 @@ WINE_CONFIG_MAKEFILE([dlls/ws2_32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL
WINE_CONFIG_MAKEFILE([dlls/ws2_32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
WINE_CONFIG_MAKEFILE([dlls/ws2_32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS])
WINE_CONFIG_MAKEFILE([dlls/wsock32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/wsock32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/wtsapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/wtsapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([documentation/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([fonts/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([include/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([libs/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([libs/port/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/port/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/wine/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/wine/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/wpp/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([libs/wpp/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([loader/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([loader/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([programs/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([programs/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([programs/clock/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/clock/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/cmd/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/cmd/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/cmdlgtst/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
WINE_CONFIG_MAKEFILE([programs/cmdlgtst/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS])
...
@@ -2111,8 +2112,8 @@ WINE_CONFIG_MAKEFILE([programs/winver/Makefile],[programs/Makeprog.rules],[progr
...
@@ -2111,8 +2112,8 @@ WINE_CONFIG_MAKEFILE([programs/winver/Makefile],[programs/Makeprog.rules],[progr
WINE_CONFIG_MAKEFILE([programs/wordpad/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/wordpad/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/write/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/write/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/xcopy/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([programs/xcopy/Makefile],[programs/Makeprog.rules],[programs],[ALL_PROGRAM_DIRS,ALL_PROGRAM_INSTALL_DIRS])
WINE_CONFIG_MAKEFILE([server/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([server/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([tools/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/Makefile],[Make.rules]
,[],[ALL_TOP_DIRS]
)
WINE_CONFIG_MAKEFILE([tools/widl/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/widl/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/winebuild/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/winebuild/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/winedump/Makefile],[Make.rules])
WINE_CONFIG_MAKEFILE([tools/winedump/Makefile],[Make.rules])
...
...
This diff is collapsed.
Click to expand it.
tools/make_makefiles
+
1
−
0
View file @
6de0af1e
...
@@ -281,6 +281,7 @@ sub update_makefiles(@)
...
@@ -281,6 +281,7 @@ sub update_makefiles(@)
$args
.=
"
,ALL_PROGRAM_BIN_INSTALL_DIRS
"
if
$bin_install
{
$name
};
$args
.=
"
,ALL_PROGRAM_BIN_INSTALL_DIRS
"
if
$bin_install
{
$name
};
$args
.=
"
]
";
$args
.=
"
]
";
}
}
elsif
(
$file
=~
/^[^\/]*\/Makefile$/
)
{
$args
=
"
,[],[ALL_TOP_DIRS]
";
}
push
@lines
,
"
WINE_CONFIG_MAKEFILE([
$file
],[
$rules
]
$args
)
\n
";
push
@lines
,
"
WINE_CONFIG_MAKEFILE([
$file
],[
$rules
]
$args
)
\n
";
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment