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
94771cf0
Commit
94771cf0
authored
Oct 14, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Always use the global SOURCES variable for .l files.
parent
2205218b
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
74 additions
and
147 deletions
+74
-147
Makefile.in
dlls/d3dcompiler_33/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_34/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_35/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_36/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_37/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_38/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_39/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_40/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_41/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_42/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_43/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_46/Makefile.in
+5
-10
Makefile.in
dlls/d3dcompiler_47/Makefile.in
+5
-10
Makefile.in
dlls/msxml3/Makefile.in
+8
-14
make_makefiles
tools/make_makefiles
+1
-3
No files found.
dlls/d3dcompiler_33/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_34/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_35/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_36/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_37/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_38/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_39/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_40/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_41/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_42/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_43/Makefile.in
View file @
94771cf0
...
...
@@ -6,18 +6,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_46/Makefile.in
View file @
94771cf0
...
...
@@ -7,18 +7,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/d3dcompiler_47/Makefile.in
View file @
94771cf0
...
...
@@ -7,18 +7,13 @@ EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRC
S
=
\
SOURCE
S
=
\
asmparser.c
\
asmshader.l
\
asmshader.y
\
blob.c
\
bytecodewriter.c
\
compiler.c
\
reflection.c
\
utils.c
LEX_SRCS
=
\
asmshader.l
BISON_SRCS
=
\
asmshader.y
RC_SRCS
=
version.rc
utils.c
\
version.rc
dlls/msxml3/Makefile.in
View file @
94771cf0
...
...
@@ -2,7 +2,7 @@ MODULE = msxml3.dll
IMPORTS
=
$(XSLT_PE_LIBS)
$(XML2_PE_LIBS)
uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
EXTRAINCL
=
$(XSLT_PE_CFLAGS)
$(XML2_PE_CFLAGS)
C_SRC
S
=
\
SOURCE
S
=
\
attribute.c
\
bsc.c
\
cdata.c
\
...
...
@@ -17,6 +17,7 @@ C_SRCS = \
factory.c
\
httprequest.c
\
main.c
\
msxml3_v1.idl
\
mxnamespace.c
\
mxwriter.c
\
node.c
\
...
...
@@ -26,24 +27,17 @@ C_SRCS = \
pi.c
\
saxreader.c
\
schema.c
\
schemas.rc
\
selection.c
\
stylesheet.c
\
text.c
\
uuid.c
\
version.rc
\
xdr.c
\
xmldoc.c
\
xmlelem.c
\
xmlparser.c
\
xmlview.c
LEX_SRCS
=
xslpattern.l
BISON_SRCS
=
xslpattern.y
RC_SRCS
=
\
schemas.rc
\
version.rc
IDL_SRCS
=
\
msxml3_v1.idl
\
xmlparser.idl
xmlparser.idl
\
xmlview.c
\
xslpattern.l
\
xslpattern.y
tools/make_makefiles
View file @
94771cf0
...
...
@@ -338,12 +338,11 @@ sub assign_sources_to_makefiles(@)
my
$make
=
$makefiles
{
"$dir/Makefile.in"
};
my
$name
=
substr
(
$file
,
length
(
$dir
)
+
1
);
if
(
$name
=~
/\.(in|m|mc|po|sfd|svg)$/
)
if
(
$name
=~
/\.(in|
l|
m|mc|po|sfd|svg)$/
)
{
push
@
{
$
{
$make
}{
"=SOURCES"
}},
$name
;
next
;
}
elsif
(
$name
=~
/\.l$/
)
{
push
@
{
$
{
$make
}{
"=LEX_SRCS"
}},
$name
;
}
elsif
(
$name
=~
/\.y$/
)
{
push
@
{
$
{
$make
}{
"=BISON_SRCS"
}},
$name
;
}
elsif
(
$name
=~
/\.c$/
)
{
...
...
@@ -395,7 +394,6 @@ sub assign_sources_to_makefiles(@)
preserve_shared_source_files
(
$makefiles
{
$file
},
$makefiles
{
$parent
},
"C_SRCS"
);
preserve_shared_source_files
(
$makefiles
{
$file
},
$makefiles
{
$parent
},
"RC_SRCS"
);
preserve_shared_source_files
(
$makefiles
{
$file
},
$makefiles
{
$parent
},
"IDL_SRCS"
);
preserve_shared_source_files
(
$makefiles
{
$file
},
$makefiles
{
$parent
},
"LEX_SRCS"
);
preserve_shared_source_files
(
$makefiles
{
$file
},
$makefiles
{
$parent
},
"BISON_SRCS"
);
}
}
...
...
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