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
070147a0
Commit
070147a0
authored
Dec 12, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Get rid of the VPATH directive.
parent
c2efb3b3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
Make.vars.in
Make.vars.in
+0
-1
configure
configure
+4
-4
configure.ac
configure.ac
+4
-4
No files found.
Make.vars.in
View file @
070147a0
...
...
@@ -15,7 +15,6 @@ fakedlldir = $(dlldir)/fakedlls
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
srcdir = @srcdir@
VPATH = @srcdir@
SHELL = /bin/sh
RM = rm -f
MV = mv
...
...
configure
View file @
070147a0
...
...
@@ -7268,10 +7268,10 @@ fi
LIBWINE_RULES
=
"
all: libwine.dll libwine.a
libwine.a: wine.def
libwine.a:
\$
(srcdir)/
wine.def
\$
(DLLTOOL) -l
\$
@ -d
\$
(srcdir)/wine.def
libwine.dll:
\$
(OBJS) wine.def
libwine.dll:
\$
(OBJS)
\$
(srcdir)/
wine.def
\$
(CC) -shared
\$
(srcdir)/wine.def -o
\$
@
\$
(OBJS)
$crtlibs
\$
(EXTRALIBS)
install install-lib:: libwine.dll
\$
(DESTDIR)
\$
(libdir) dummy
...
...
@@ -7994,7 +7994,7 @@ $as_echo "$ac_cv_c_dll_unixware" >&6; }
LIBWINE_RULES
=
"
all: libwine.so
libwine.so.
\$
(VERSION):
\$
(OBJS) wine.map
libwine.so.
\$
(VERSION):
\$
(OBJS)
\$
(srcdir)/
wine.map
$LDSHARED
\$
(OBJS)
\$
(EXTRALIBS)
\$
(LDFLAGS)
\$
(LIBS) -o
\$
@
libwine.so.
\$
(SOVERSION): libwine.so.
\$
(VERSION)
...
...
@@ -17539,7 +17539,7 @@ if test "x$enable_tools" != xno
then
ac_config_commands
=
"
$ac_config_commands
tools"
wine_fn_append_rule
"tools/makedep
$ac_exeext
: tools/makedep.c include/config.h
wine_fn_append_rule
"tools/makedep
$ac_exeext
:
$srcdir
/
tools/makedep.c include/config.h
\$
(CC) -Iinclude -I
$srcdir
/include
\$
(ALLCFLAGS) -o
\$
@
$srcdir
/tools/makedep.c
\$
(LDFLAGS)
clean:: __clean__
\$
(RM) tools/makedep
$ac_exeext
"
...
...
configure.ac
View file @
070147a0
...
...
@@ -722,10 +722,10 @@ case $host_os in
AC_SUBST(LIBWINE_RULES,["
all: libwine.dll libwine.a
libwine.a: wine.def
libwine.a:
\$(srcdir)/
wine.def
\$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
libwine.dll: \$(OBJS) wine.def
libwine.dll: \$(OBJS)
\$(srcdir)/
wine.def
\$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
install install-lib:: libwine.dll \$(DESTDIR)\$(libdir) dummy
...
...
@@ -990,7 +990,7 @@ wine-installed: main.o
AC_SUBST(LIBWINE_RULES,["
all: libwine.so
libwine.so.\$(VERSION): \$(OBJS) wine.map
libwine.so.\$(VERSION): \$(OBJS)
\$(srcdir)/
wine.map
$LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
libwine.so.\$(SOVERSION): libwine.so.\$(VERSION)
...
...
@@ -3509,7 +3509,7 @@ if test "x$enable_tools" != xno
then
AC_CONFIG_COMMANDS([tools],[AS_MKDIR_P(tools)])
WINE_APPEND_RULE(
[tools/makedep$ac_exeext: tools/makedep.c include/config.h
[tools/makedep$ac_exeext:
$srcdir/
tools/makedep.c include/config.h
\$(CC) -Iinclude -I$srcdir/include \$(ALLCFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
clean:: __clean__
\$(RM) tools/makedep$ac_exeext])
...
...
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