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
e4fca883
Commit
e4fca883
authored
Sep 10, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makedep: For generated headers, parse the source idl instead.
This avoids having to generate all the headers before make depend.
parent
455991a7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
42 deletions
+163
-42
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
Makefile.in
+1
-1
makedep.c
tools/makedep.c
+161
-40
No files found.
Make.rules.in
View file @
e4fca883
...
...
@@ -226,7 +226,7 @@ DEPEND_SRCS = $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_SRC
$(SUBDIRS:%=%/__depend__): dummy
@cd `dirname $@` && $(MAKE) depend
depend: $(
IDL_SRCS:.idl=.h) $(
SUBDIRS:%=%/__depend__) dummy
depend: $(SUBDIRS:%=%/__depend__) dummy
$(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
.PHONY: depend $(SUBDIRS:%=%/__depend__)
...
...
Makefile.in
View file @
e4fca883
...
...
@@ -103,7 +103,7 @@ fonts/__install__ loader/__install__ server/__install__: libs tools
programs/__install__
:
libs tools include dlls/__install-lib__
tools/__install-lib__ tools/__install-dev__
:
tools
$(SUBDIRS
:
%=%/__depend__): tools
include
$(SUBDIRS
:
%=%/__depend__): tools
# Test rules
...
...
tools/makedep.c
View file @
e4fca883
This diff is collapsed.
Click to expand it.
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