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
a204ad55
Commit
a204ad55
authored
Sep 09, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Expand makedep path at compile time.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b211bd7b
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
Makefile.in
dlls/gdi32/Makefile.in
+1
-1
Makefile.in
dlls/ntdll/Makefile.in
+4
-4
Makefile.in
libs/wine/Makefile.in
+4
-4
Makefile.in
loader/Makefile.in
+1
-1
Makefile.in
tools/widl/Makefile.in
+1
-1
Makefile.in
tools/winegcc/Makefile.in
+2
-2
Makefile.in
tools/wmc/Makefile.in
+1
-1
Makefile.in
tools/wrc/Makefile.in
+2
-2
No files found.
dlls/gdi32/Makefile.in
View file @
a204ad55
...
...
@@ -52,4 +52,4 @@ C_SRCS = \
RC_SRCS
=
gdi32.rc
freetype_EXTRADEFS
=
-DWINE_FONT_DIR
=
\"
`
$
(MAKEDEP)
-R
${
datadir
}
/wine
${
fontdir
}
`
\"
freetype_EXTRADEFS
=
-DWINE_FONT_DIR
=
\"
`
$
{
MAKEDEP
}
-R
${
datadir
}
/wine
${
fontdir
}
`
\"
dlls/ntdll/Makefile.in
View file @
a204ad55
...
...
@@ -72,13 +72,13 @@ EXTRA_OBJS = unix/version.o
server_EXTRADEFS
=
\
-DBINDIR
=
\"
${
bindir
}
\"
\
-DBIN_TO_DLLDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
dlldir
}
`
\"
\
-DDLL_TO_BINDIR
=
\"
`
$
(MAKEDEP)
-R
${
dlldir
}
${
bindir
}
`
\"
-DBIN_TO_DLLDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
dlldir
}
`
\"
\
-DDLL_TO_BINDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
dlldir
}
${
bindir
}
`
\"
unix_loader_EXTRADEFS
=
\
-DBINDIR
=
\"
${
bindir
}
\"
\
-DDLL_TO_BINDIR
=
\"
`
$
(MAKEDEP)
-R
${
dlldir
}
${
bindir
}
`
\"
\
-DBIN_TO_DATADIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
datadir
}
/wine
`
\"
-DDLL_TO_BINDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
dlldir
}
${
bindir
}
`
\"
\
-DBIN_TO_DATADIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
datadir
}
/wine
`
\"
unix/version.c
:
dummy
version
=
`
(
GIT_DIR
=
$(top_srcdir)
/.git git describe HEAD 2>/dev/null
||
echo
"wine-
$(PACKAGE_VERSION)
"
)
|
sed
-n
-e
'$$s/\(.*\)/const char wine_build[] = "\1";/p'
`
&&
(
echo
$$
version | cmp
-s
-
$@
)
||
echo
$$
version
>
$@
||
(
rm
-f
$@
&&
exit
1
)
...
...
libs/wine/Makefile.in
View file @
a204ad55
...
...
@@ -87,10 +87,10 @@ C_SRCS = \
config_EXTRADEFS
=
\
-DBINDIR
=
'"${bindir}"'
\
-DDLLDIR
=
'"${dlldir}"'
\
-DLIB_TO_BINDIR
=
\"
`
$
(MAKEDEP)
-R
${
libdir
}
${
bindir
}
`
\"
\
-DLIB_TO_DLLDIR
=
\"
`
$
(MAKEDEP)
-R
${
libdir
}
${
dlldir
}
`
\"
\
-DBIN_TO_DLLDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
dlldir
}
`
\"
\
-DBIN_TO_DATADIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
datadir
}
/wine
`
\"
-DLIB_TO_BINDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
libdir
}
${
bindir
}
`
\"
\
-DLIB_TO_DLLDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
libdir
}
${
dlldir
}
`
\"
\
-DBIN_TO_DLLDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
dlldir
}
`
\"
\
-DBIN_TO_DATADIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
datadir
}
/wine
`
\"
SHAREDLIB
=
$(LIBWINE_SHAREDLIB)
...
...
loader/Makefile.in
View file @
a204ad55
...
...
@@ -18,7 +18,7 @@ INSTALL_LIB = $(WINELOADER_PROGRAMS)
preloader_EXTRADEFS
=
-fno-builtin
main_EXTRADEFS
=
-DDLLDIR
=
\"
${
dlldir
}
\"
-DBIN_TO_DLLDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
dlldir
}
`
\"
main_EXTRADEFS
=
-DDLLDIR
=
\"
${
dlldir
}
\"
-DBIN_TO_DLLDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
dlldir
}
`
\"
wine_OBJS
=
main.o
wine_DEPS
=
$(WINELOADER_DEPENDS)
...
...
tools/widl/Makefile.in
View file @
a204ad55
...
...
@@ -21,7 +21,7 @@ BISON_SRCS = parser.y
widl_EXTRADEFS
=
\
-DINCLUDEDIR
=
"
\"
${
includedir
}
\"
"
\
-DBIN_TO_INCLUDEDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
includedir
}
`
\"
-DBIN_TO_INCLUDEDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
includedir
}
`
\"
EXTRALIBS
=
-lwpp
...
...
tools/winegcc/Makefile.in
View file @
a204ad55
...
...
@@ -11,8 +11,8 @@ C_SRCS = \
winegcc_EXTRADEFS
=
\
-DINCLUDEDIR
=
"
\"
${
includedir
}
\"
"
\
-DLIBDIR
=
"
\"
${
libdir
}
\"
"
\
-DBIN_TO_INCLUDEDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
includedir
}
`
\"
\
-DBIN_TO_LIBDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
libdir
}
`
\"
\
-DBIN_TO_INCLUDEDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
includedir
}
`
\"
\
-DBIN_TO_LIBDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
libdir
}
`
\"
\
-DCC
=
"
\"
$(CC)
\"
"
\
-DCPP
=
"
\"
$(CPPBIN)
\"
"
\
-DCXX
=
"
\"
$(CXX)
\"
"
\
...
...
tools/wmc/Makefile.in
View file @
a204ad55
...
...
@@ -13,7 +13,7 @@ BISON_SRCS = mcy.y
wmc_EXTRADEFS
=
\
-DNLSDIR
=
"
\"
${
nlsdir
}
\"
"
\
-DBIN_TO_NLSDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
nlsdir
}
`
\"
-DBIN_TO_NLSDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
nlsdir
}
`
\"
EXTRALIBS
=
$(GETTEXTPO_LIBS)
...
...
tools/wrc/Makefile.in
View file @
a204ad55
...
...
@@ -17,8 +17,8 @@ BISON_SRCS = parser.y
wrc_EXTRADEFS
=
\
-DNLSDIR
=
"
\"
${
nlsdir
}
\"
"
\
-DINCLUDEDIR
=
"
\"
${
includedir
}
\"
"
\
-DBIN_TO_NLSDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
nlsdir
}
`
\"
\
-DBIN_TO_INCLUDEDIR
=
\"
`
$
(MAKEDEP)
-R
${
bindir
}
${
includedir
}
`
\"
-DBIN_TO_NLSDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
nlsdir
}
`
\"
\
-DBIN_TO_INCLUDEDIR
=
\"
`
$
{
MAKEDEP
}
-R
${
bindir
}
${
includedir
}
`
\"
EXTRALIBS
=
$(GETTEXTPO_LIBS)
-lwpp
...
...
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