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
1928d611
Commit
1928d611
authored
Dec 17, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makedep: Add support for reading source variables directly from the makefile.
parent
77f0a63b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
Make.rules.in
Make.rules.in
+1
-5
aclocal.m4
aclocal.m4
+2
-2
configure
configure
+2
-2
makedep.c
tools/makedep.c
+0
-0
No files found.
Make.rules.in
View file @
1928d611
...
...
@@ -75,12 +75,8 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
# Rules for dependencies
DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS) $(IDL_TLB_SRCS) \
$(BISON_SRCS) $(LEX_SRCS) $(XTEMPLATE_SRCS) $(IN_SRCS) $(EXTRA_OBJS) $(MANPAGES)
depend: dummy
$(MAKEDEP)
$(MAKEDEPFLAGS) -C$(srcdir) -S$(top_srcdir) -T$(top_builddir) $(PARENTSRC:%=-P%) $(EXTRAINCL) $(DEPEND_SRCS)
$(MAKEDEP)
-M .
.PHONY: depend
...
...
aclocal.m4
View file @
1928d611
...
...
@@ -238,11 +238,11 @@ wine_fn_depend_rules ()
wine_fn_append_rule \
"$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status $ac_alldeps \$(MAKEDEP)
@./config.status --file $ac_dir/Makefile:$ac_input &&
cd $ac_dir && \$(MAKE) depend
@./config.status --file $ac_dir/Makefile:$ac_input &&
\$(MAKEDEP) -M $ac_dir
depend: $ac_dir/depend
.PHONY: $ac_dir/depend
$ac_dir/depend: $ac_makedep dummy
@./config.status --file $ac_dir/Makefile:$ac_input &&
cd $ac_dir && \$(MAKE) depend
"
@./config.status --file $ac_dir/Makefile:$ac_input &&
\$(MAKEDEP) -M $ac_dir
"
}
wine_fn_pot_rules ()
...
...
configure
View file @
1928d611
...
...
@@ -7184,11 +7184,11 @@ wine_fn_depend_rules ()
wine_fn_append_rule
\
"
$ac_dir
/Makefile:
$srcdir
/
$ac_dir
/Makefile.in
$srcdir
/Make.vars.in config.status
$ac_alldeps
\$
(MAKEDEP)
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&&
cd
$ac_dir
&&
\$
(MAKE) depend
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&&
\$
(MAKEDEP) -M
$ac_dir
depend:
$ac_dir
/depend
.PHONY:
$ac_dir
/depend
$ac_dir
/depend:
$ac_makedep
dummy
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&&
cd
$ac_dir
&&
\$
(MAKE) depend
"
@./config.status --file
$ac_dir
/Makefile:
$ac_input
&&
\$
(MAKEDEP) -M
$ac_dir
"
}
wine_fn_pot_rules
()
...
...
tools/makedep.c
View file @
1928d611
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