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
3c0a2fa5
Commit
3c0a2fa5
authored
Jan 21, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add dependencies for files generated in maintainer mode.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4c7a2b4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
makedep.c
tools/makedep.c
+7
-0
No files found.
tools/makedep.c
View file @
3c0a2fa5
...
@@ -1386,6 +1386,13 @@ static struct file *open_include_file( const struct makefile *make, struct incl_
...
@@ -1386,6 +1386,13 @@ static struct file *open_include_file( const struct makefile *make, struct incl_
/* check for generated files */
/* check for generated files */
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".tab.h"
,
".y"
)))
return
file
;
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".tab.h"
,
".y"
)))
return
file
;
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".h"
,
".idl"
)))
return
file
;
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".h"
,
".idl"
)))
return
file
;
if
(
fontforge
&&
(
file
=
open_local_generated_file
(
make
,
pFile
,
".ttf"
,
".sfd"
)))
return
file
;
if
(
convert
&&
rsvg
&&
icotool
)
{
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".bmp"
,
".svg"
)))
return
file
;
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".cur"
,
".svg"
)))
return
file
;
if
((
file
=
open_local_generated_file
(
make
,
pFile
,
".ico"
,
".svg"
)))
return
file
;
}
/* check for extra targets */
/* check for extra targets */
if
(
strarray_exists
(
&
make
->
extra_targets
,
pFile
->
name
))
if
(
strarray_exists
(
&
make
->
extra_targets
,
pFile
->
name
))
...
...
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