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
3a3307d4
Commit
3a3307d4
authored
Oct 07, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force all the tools to be rebuilt before make depend, otherwise make
will try to do that from the include directory.
parent
998863bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
21 deletions
+3
-21
Make.rules.in
Make.rules.in
+2
-7
Makefile.in
Makefile.in
+1
-14
No files found.
Make.rules.in
View file @
3a3307d4
...
...
@@ -169,11 +169,6 @@ $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES)
$(MODULE).dbg.c: $(C_SRCS) $(C_SRCS16) $(WINEBUILD)
$(WINEBUILD) $(DEFS) -o $@ --debug -C$(SRCDIR) $(C_SRCS) $(C_SRCS16)
# Rule to rebuild the tools
$(MAKEDEP):
cd $(TOOLSDIR)/tools && $(MAKE) `basename $@`
# Rules for makefile
Makefile: Makefile.in $(TOPSRCDIR)/configure
...
...
@@ -202,10 +197,10 @@ winapi_check:: dummy
# Rules for dependencies
$(SUBDIRS:%=%/__depend__):
$(MAKEDEP)
dummy
$(SUBDIRS:%=%/__depend__): dummy
cd `dirname $@` && $(MAKE) depend
depend: $(
MAKEDEP) $(
IDL_SRCS:.idl=.h) $(SUBDIRS:%=%/__depend__)
depend: $(IDL_SRCS:.idl=.h) $(SUBDIRS:%=%/__depend__)
$(MAKEDEP) $(INCLUDES) -C$(SRCDIR) $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_SRCS) $(EXTRA_SRCS)
.PHONY: depend $(SUBDIRS:%=%/__depend__)
...
...
Makefile.in
View file @
3a3307d4
...
...
@@ -121,20 +121,7 @@ fonts/__install__ loader/__install__ server/__install__: libs tools
programs/__install__
:
libs tools include/__install__ dlls/__install-lib__
tools/__install__
:
tools
# Dependencies rules
$(SUBDIRS
:
%=%/__depend__): idl
idl
:
$(WIDL) dummy
cd
include
&&
$(MAKE)
all
$(WIDL)
:
$(TOOLSDIR)/libs/libwpp.a $(TOOLSDIR)/libs/libwine_port.a
cd
$(TOOLSDIR)
/tools/widl
&&
$(MAKE)
`
basename
$@
`
$(TOOLSDIR)/libs/libwpp.a $(TOOLSDIR)/libs/libwine_port.a
:
cd
$(TOOLSDIR)
/libs
&&
$(MAKE)
`
basename
$@
`
.PHONY
:
idl
$(SUBDIRS
:
%=%/__depend__): tools include
# Test rules
...
...
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