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
ca41acc1
Commit
ca41acc1
authored
Dec 14, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Automatically update the IDL_H_SRCS variable.
parent
4f3d71ce
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
3 additions
and
17 deletions
+3
-17
Makefile.in
dlls/infosoft/Makefile.in
+0
-1
Makefile.in
dlls/jscript/Makefile.in
+0
-1
Makefile.in
dlls/mshtml/tests/Makefile.in
+0
-1
Makefile.in
dlls/msi/Makefile.in
+0
-1
Makefile.in
dlls/msxml3/Makefile.in
+0
-2
Makefile.in
dlls/scrrun/Makefile.in
+0
-2
Makefile.in
dlls/vbscript/Makefile.in
+0
-5
Makefile.in
dlls/wbemdisp/Makefile.in
+0
-1
Makefile.in
dlls/wshom.ocx/Makefile.in
+0
-1
Makefile.in
programs/wscript/Makefile.in
+0
-1
make_makefiles
tools/make_makefiles
+3
-1
No files found.
dlls/infosoft/Makefile.in
View file @
ca41acc1
...
...
@@ -5,7 +5,6 @@ C_SRCS = \
infosoft_main.c
\
wordbreaker.c
IDL_H_SRCS
=
infosoft.idl
IDL_R_SRCS
=
infosoft.idl
@MAKE_DLL_RULES@
dlls/jscript/Makefile.in
View file @
ca41acc1
...
...
@@ -30,7 +30,6 @@ RC_SRCS = jscript.rc
IDL_TLB_SRCS
=
jsglobal.idl
IDL_R_SRCS
=
jscript_classes.idl
IDL_H_SRCS
=
jscript_classes.idl
BISON_SRCS
=
\
parser.y
...
...
dlls/mshtml/tests/Makefile.in
View file @
ca41acc1
...
...
@@ -12,7 +12,6 @@ C_SRCS = \
style.c
IDL_TLB_SRCS
=
test_tlb.idl
IDL_H_SRCS
=
test_tlb.idl
RC_SRCS
=
rsrc.rc
...
...
dlls/msi/Makefile.in
View file @
ca41acc1
...
...
@@ -44,7 +44,6 @@ C_SRCS = \
upgrade.c
\
where.c
IDL_H_SRCS
=
msiserver.idl
IDL_I_SRCS
=
msiserver.idl
IDL_R_SRCS
=
msiserver.idl
IDL_TLB_SRCS
=
msiserver.idl
...
...
dlls/msxml3/Makefile.in
View file @
ca41acc1
...
...
@@ -47,8 +47,6 @@ RC_SRCS = \
IDL_R_SRCS
=
xmlparser.idl
IDL_H_SRCS
=
xmlparser.idl
IDL_TLB_SRCS
=
msxml3_v1.idl
@MAKE_DLL_RULES@
dlls/scrrun/Makefile.in
View file @
ca41acc1
...
...
@@ -10,6 +10,4 @@ RC_SRCS = scrrun.rc
IDL_TLB_SRCS
=
scrrun.idl
IDL_H_SRCS
=
scrrun.idl
@MAKE_DLL_RULES@
dlls/vbscript/Makefile.in
View file @
ca41acc1
...
...
@@ -18,11 +18,6 @@ BISON_SRCS = \
RC_SRCS
=
vbscript.rc
IDL_H_SRCS
=
\
vbscript_classes.idl
\
vbsglobal.idl
\
vbsregexp55.idl
IDL_TLB_SRCS
=
\
vbsglobal.idl
\
vbsregexp10.idl
\
...
...
dlls/wbemdisp/Makefile.in
View file @
ca41acc1
...
...
@@ -6,7 +6,6 @@ C_SRCS = \
main.c
IDL_R_SRCS
=
wbemdisp_classes.idl
IDL_H_SRCS
=
wbemdisp_classes.idl
IDL_TLB_SRCS
=
wbemdisp_tlb.idl
...
...
dlls/wshom.ocx/Makefile.in
View file @
ca41acc1
...
...
@@ -7,7 +7,6 @@ C_SRCS = \
RC_SRCS
=
wshom.rc
IDL_H_SRCS
=
wshom.idl
IDL_TLB_SRCS
=
wshom.idl
@MAKE_DLL_RULES@
programs/wscript/Makefile.in
View file @
ca41acc1
...
...
@@ -10,7 +10,6 @@ C_SRCS = \
host.c
\
main.c
IDL_H_SRCS
=
ihost.idl
IDL_TLB_SRCS
=
ihost.idl
@MAKE_PROG_RULES@
tools/make_makefiles
View file @
ca41acc1
...
...
@@ -485,7 +485,7 @@ sub assign_sources_to_makefiles(@)
{
my
%
flags
=
get_makedep_flags
(
$file
);
push
@
{
$
{
$make
}{
"=IDL_C_SRCS"
}},
$name
if
defined
$flags
{
"client"
};
push
@
{
$
{
$make
}{
"=IDL_H_SRCS"
}},
$name
if
defined
$flags
{
"header"
};
push
@
{
$
{
$make
}{
"=IDL_H_SRCS"
}},
$name
if
defined
$flags
{
"header"
}
||
!
(
keys
%
flags
)
;
push
@
{
$
{
$make
}{
"=IDL_I_SRCS"
}},
$name
if
defined
$flags
{
"ident"
};
push
@
{
$
{
$make
}{
"=IDL_P_SRCS"
}},
$name
if
defined
$flags
{
"proxy"
};
push
@
{
$
{
$make
}{
"=IDL_R_SRCS"
}},
$name
if
defined
$flags
{
"register"
};
...
...
@@ -510,6 +510,7 @@ sub assign_sources_to_makefiles(@)
unshift
@
{
$
{
$make
}{
"=SRCDIR_INCLUDES"
}},
"\$(XTEMPLATE_SRCS)"
;
unshift
@
{
$
{
$make
}{
"=SRCDIR_INCLUDES"
}},
"\$(PUBLIC_IDL_H_SRCS)"
;
unshift
@
{
$
{
$make
}{
"=SRCDIR_INCLUDES"
}},
"\$(IDL_TLB_SRCS)"
;
unshift
@
{
$
{
$make
}{
"=IDL_H_SRCS"
}},
"\$(PUBLIC_IDL_H_SRCS) \$(PRIVATE_IDL_H_SRCS)"
;
# preserve shared source files from the parent makefile
foreach
my
$file
(
@makefiles
)
...
...
@@ -619,6 +620,7 @@ sub update_makefiles(@)
replace_makefile_variable
(
$file
,
"PRIVATE_IDL_H_SRCS"
);
replace_makefile_variable
(
$file
,
"PUBLIC_IDL_H_SRCS"
);
replace_makefile_variable
(
$file
,
"IDL_C_SRCS"
);
replace_makefile_variable
(
$file
,
"IDL_H_SRCS"
);
replace_makefile_variable
(
$file
,
"IDL_I_SRCS"
);
replace_makefile_variable
(
$file
,
"IDL_P_SRCS"
);
replace_makefile_variable
(
$file
,
"IDL_R_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