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
832a4010
Commit
832a4010
authored
Feb 21, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Make the directory specifications a bit more standard.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
39c8875f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
24 deletions
+19
-24
Makefile.in
Makefile.in
+2
-3
aclocal.m4
aclocal.m4
+4
-4
configure
configure
+4
-7
configure.ac
configure.ac
+0
-1
makedep.c
tools/makedep.c
+6
-6
Makefile.in
tools/widl/Makefile.in
+1
-1
Makefile.in
tools/winegcc/Makefile.in
+1
-1
Makefile.in
tools/wrc/Makefile.in
+1
-1
No files found.
Makefile.in
View file @
832a4010
...
...
@@ -27,10 +27,9 @@ libdir = @libdir@
datarootdir
=
@datarootdir@
datadir
=
@datadir@
mandir
=
@mandir@
includedir
=
@includedir@
fontdir
=
${
datadir
}
/wine/fonts
includedir
=
@includedir@/wine
dlldir
=
@dlldir@
fakedlldir
=
${
dlldir
}
/fakedlls
dlldir
=
${
libdir
}
/wine
top_srcdir
=
@top_srcdir@
top_builddir
=
@top_builddir@
srcdir
=
@srcdir@
...
...
aclocal.m4
View file @
832a4010
...
...
@@ -363,9 +363,9 @@ __uninstall__: $ac_dir/uninstall"
wine_fn_append_rule \
"$ac_dir/install-lib:: $ac_dir
\$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
\$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(
fakedlldir)
/$ac_dll
\$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(
dlldir)/fakedlls
/$ac_dll
$ac_dir/uninstall::
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(
fakedlldir)
/$ac_dll"
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(
dlldir)/fakedlls
/$ac_dll"
else
wine_fn_append_rule \
"$ac_dir/install-lib:: $ac_dir
...
...
@@ -451,9 +451,9 @@ __uninstall__: $ac_dir/uninstall"
wine_fn_append_rule \
"$ac_dir/install:: $ac_dir
\$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
\$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(
fakedlldir)
/$ac_program
\$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(
dlldir)/fakedlls
/$ac_program
$ac_dir/uninstall::
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(
fakedlldir)
/$ac_program"
\$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(
dlldir)/fakedlls
/$ac_program"
if test -z "$with_wine64" && wine_fn_has_flag installbin
then
...
...
configure
View file @
832a4010
...
...
@@ -735,7 +735,6 @@ LDEXECFLAGS
LDRPATH_LOCAL
LDRPATH_INSTALL
DLLFLAGS
dlldir
CPP
OPENGL_LIBS
ICOTOOL
...
...
@@ -7450,8 +7449,6 @@ done
dlldir
=
"
\$
{libdir}/wine"
DLLFLAGS
=
"-D_REENTRANT"
LDRPATH_INSTALL
=
""
...
...
@@ -7853,9 +7850,9 @@ __uninstall__: $ac_dir/uninstall"
wine_fn_append_rule
\
"
$ac_dir
/install-lib::
$ac_dir
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_dll$DLLEXT
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll$DLLEXT
\$
(INSTALL_DATA)
$ac_dir
/
$ac_dll
.fake
\$
(DESTDIR)
\$
(
fakedlldir)
/
$ac_dll
\$
(INSTALL_DATA)
$ac_dir
/
$ac_dll
.fake
\$
(DESTDIR)
\$
(
dlldir)/fakedlls
/
$ac_dll
$ac_dir
/uninstall::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll$DLLEXT
\$
(DESTDIR)
\$
(
fakedlldir)
/
$ac_dll
"
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_dll$DLLEXT
\$
(DESTDIR)
\$
(
dlldir)/fakedlls
/
$ac_dll
"
else
wine_fn_append_rule
\
"
$ac_dir
/install-lib::
$ac_dir
...
...
@@ -7944,9 +7941,9 @@ __uninstall__: $ac_dir/uninstall"
wine_fn_append_rule
\
"
$ac_dir
/install::
$ac_dir
\$
(INSTALL_PROGRAM)
$ac_dir
/
$ac_program$DLLEXT
\$
(DESTDIR)
\$
(dlldir)/
$ac_program$DLLEXT
\$
(INSTALL_DATA)
$ac_dir
/
$ac_program
.fake
\$
(DESTDIR)
\$
(
fakedlldir)
/
$ac_program
\$
(INSTALL_DATA)
$ac_dir
/
$ac_program
.fake
\$
(DESTDIR)
\$
(
dlldir)/fakedlls
/
$ac_program
$ac_dir
/uninstall::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_program$DLLEXT
\$
(DESTDIR)
\$
(
fakedlldir)
/
$ac_program
"
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/
$ac_program$DLLEXT
\$
(DESTDIR)
\$
(
dlldir)/fakedlls
/
$ac_program
"
if
test
-z
"
$with_wine64
"
&&
wine_fn_has_flag installbin
then
...
...
configure.ac
View file @
832a4010
...
...
@@ -699,7 +699,6 @@ AC_CHECK_HEADERS([libprocstat.h],,,
dnl **** Check for working dll ****
AC_SUBST(dlldir,"\${libdir}/wine")
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
AC_SUBST(LDRPATH_INSTALL,"")
AC_SUBST(LDRPATH_LOCAL,"")
...
...
tools/makedep.c
View file @
832a4010
...
...
@@ -2412,7 +2412,7 @@ static void output_source_h( struct makefile *make, struct incl_file *source, co
{
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
source
->
name
);
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"D$(includedir)/%s"
,
get_include_install_path
(
source
->
name
)
));
strmake
(
"D$(includedir)/
wine/
%s"
,
get_include_install_path
(
source
->
name
)
));
}
}
...
...
@@ -2540,12 +2540,12 @@ static void output_source_idl( struct makefile *make, struct incl_file *source,
{
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
xstrdup
(
source
->
name
));
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"D$(includedir)/%s.idl"
,
get_include_install_path
(
obj
)
));
strmake
(
"D$(includedir)/
wine/
%s.idl"
,
get_include_install_path
(
obj
)
));
if
(
source
->
file
->
flags
&
FLAG_IDL_HEADER
)
{
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"%s.h"
,
obj
));
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"d$(includedir)/%s.h"
,
get_include_install_path
(
obj
)
));
strmake
(
"d$(includedir)/
wine/
%s.h"
,
get_include_install_path
(
obj
)
));
}
}
if
(
!
targets
.
count
)
return
;
...
...
@@ -2589,10 +2589,10 @@ static void output_source_x( struct makefile *make, struct incl_file *source, co
{
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
source
->
name
);
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"D$(includedir)/%s"
,
get_include_install_path
(
source
->
name
)
));
strmake
(
"D$(includedir)/
wine/
%s"
,
get_include_install_path
(
source
->
name
)
));
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"%s.h"
,
obj
));
strarray_add
(
&
make
->
install_rules
[
INSTALL_DEV
],
strmake
(
"d$(includedir)/%s.h"
,
get_include_install_path
(
obj
)
));
strmake
(
"d$(includedir)/
wine/
%s.h"
,
get_include_install_path
(
obj
)
));
}
}
...
...
@@ -2975,7 +2975,7 @@ static void output_module( struct makefile *make )
add_install_rule
(
make
,
make
->
module
,
strmake
(
"%s%s"
,
make
->
module
,
dll_ext
),
strmake
(
"p$(dlldir)/%s%s"
,
make
->
module
,
dll_ext
));
add_install_rule
(
make
,
make
->
module
,
strmake
(
"%s.fake"
,
make
->
module
),
strmake
(
"d$(
fakedlldir)
/%s"
,
make
->
module
));
strmake
(
"d$(
dlldir)/fakedlls
/%s"
,
make
->
module
));
output
(
"%s%s %s.fake:"
,
module_path
,
dll_ext
,
module_path
);
}
else
...
...
tools/widl/Makefile.in
View file @
832a4010
...
...
@@ -19,7 +19,7 @@ C_SRCS = \
LEX_SRCS
=
parser.l
BISON_SRCS
=
parser.y
widl_EXTRADEFS
=
-DDEFAULT_INCLUDE_DIR
=
\"
${
includedir
}
/windows/
\"
widl_EXTRADEFS
=
-DDEFAULT_INCLUDE_DIR
=
\"
${
includedir
}
/win
e/win
dows/
\"
EXTRALIBS
=
-lwpp
...
...
tools/winegcc/Makefile.in
View file @
832a4010
...
...
@@ -9,7 +9,7 @@ C_SRCS = \
winegcc.c
winegcc_EXTRADEFS
=
\
-DINCLUDEDIR
=
"
\"
${
includedir
}
\"
"
\
-DINCLUDEDIR
=
"
\"
${
includedir
}
/wine
\"
"
\
-DDLLDIR
=
"
\"
${
dlldir
}
\"
"
\
-DLIBDIR
=
"
\"
${
libdir
}
\"
"
\
-DCC
=
"
\"
$(CC)
\"
"
\
...
...
tools/wrc/Makefile.in
View file @
832a4010
...
...
@@ -15,7 +15,7 @@ C_SRCS = \
LEX_SRCS
=
parser.l
BISON_SRCS
=
parser.y
wrc_EXTRADEFS
=
-DINCLUDEDIR
=
"
\"
${
includedir
}
\"
"
wrc_EXTRADEFS
=
-DINCLUDEDIR
=
"
\"
${
includedir
}
/wine
\"
"
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