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
9644d1dc
Commit
9644d1dc
authored
Feb 08, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Generate a general catch-all dependency on .tab.h files to replace…
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
parent
bf84c612
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
16 deletions
+2
-16
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/jscript/Makefile.in
+0
-2
Makefile.in
dlls/msi/Makefile.in
+0
-2
Makefile.in
libs/wpp/Makefile.in
+0
-2
Makefile.in
programs/winedbg/Makefile.in
+0
-2
Makefile.in
tools/widl/Makefile.in
+0
-2
Makefile.in
tools/wmc/Makefile.in
+0
-2
Makefile.in
tools/wrc/Makefile.in
+0
-2
No files found.
configure
View file @
9644d1dc
...
@@ -13644,7 +13644,7 @@ DEPENDENCIES="### Dependencies:
...
@@ -13644,7 +13644,7 @@ DEPENDENCIES="### Dependencies:
Makefile: dummy
Makefile: dummy
-
\$
(MAKEDEP)
\$
(MAKEDEPFLAGS) -C
\$
(SRCDIR) -S
\$
(TOPSRCDIR) -T
\$
(TOPOBJDIR)
\$
(EXTRAINCL)
\$
(DEPEND_SRCS)
-
\$
(MAKEDEP)
\$
(MAKEDEPFLAGS) -C
\$
(SRCDIR) -S
\$
(TOPSRCDIR) -T
\$
(TOPOBJDIR)
\$
(EXTRAINCL)
\$
(DEPEND_SRCS)
\$
(OBJS)
\$
(CROSSOBJS):
\$
(IDL_GEN_HEADERS)
\$
(OBJS)
\$
(CROSSOBJS):
\$
(IDL_GEN_HEADERS)
\$
(BISON_SRCS:.y=.tab.h)
\$
(IDL_GEN_C_SRCS:.c=.o):
\$
(IDL_GEN_C_SRCS)
\$
(IDL_GEN_C_SRCS:.c=.o):
\$
(IDL_GEN_C_SRCS)
\$
(RC_SRCS:.rc=.res):
\$
(IDL_TLB_SRCS:.idl=.tlb)
\$
(RC_SRCS:.rc=.res):
\$
(IDL_TLB_SRCS:.idl=.tlb)
\$
(LEX_SRCS:.l=.yy.o):
\$
(LEX_SRCS:.l=.yy.c)
\$
(LEX_SRCS:.l=.yy.o):
\$
(LEX_SRCS:.l=.yy.c)
...
...
configure.ac
View file @
9644d1dc
...
@@ -2088,7 +2088,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
...
@@ -2088,7 +2088,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
Makefile: dummy
Makefile: dummy
-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
\$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS)
\$(OBJS) \$(CROSSOBJS): \$(IDL_GEN_HEADERS)
\$(BISON_SRCS:.y=.tab.h)
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
...
...
dlls/jscript/Makefile.in
View file @
9644d1dc
...
@@ -45,5 +45,3 @@ BISON_SRCS = \
...
@@ -45,5 +45,3 @@ BISON_SRCS = \
parser.tab.c
:
parser.tab.h
#
for parallel makes
parser.tab.c
:
parser.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
lex.o
:
parser.tab.h
dlls/msi/Makefile.in
View file @
9644d1dc
...
@@ -91,5 +91,3 @@ RC_SRCS = \
...
@@ -91,5 +91,3 @@ RC_SRCS = \
sql.tab.c
:
sql.tab.h
#
for parallel makes
sql.tab.c
:
sql.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
tokenize.o
:
sql.tab.h
libs/wpp/Makefile.in
View file @
9644d1dc
...
@@ -23,5 +23,3 @@ $(MODULE): $(OBJS)
...
@@ -23,5 +23,3 @@ $(MODULE): $(OBJS)
ppy.tab.c
:
ppy.tab.h
#
for parallel makes
ppy.tab.c
:
ppy.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
ppl.yy.o
:
ppy.tab.h
programs/winedbg/Makefile.in
View file @
9644d1dc
...
@@ -64,5 +64,3 @@ uninstall::
...
@@ -64,5 +64,3 @@ uninstall::
dbg.tab.c
:
dbg.tab.h
#
for parallel makes
dbg.tab.c
:
dbg.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
debug.yy.o
:
dbg.tab.h
tools/widl/Makefile.in
View file @
9644d1dc
...
@@ -45,5 +45,3 @@ uninstall::
...
@@ -45,5 +45,3 @@ uninstall::
parser.tab.c
:
parser.tab.h
#
for parallel makes
parser.tab.c
:
parser.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
parser.yy.o
:
parser.tab.h
tools/wmc/Makefile.in
View file @
9644d1dc
...
@@ -40,5 +40,3 @@ uninstall::
...
@@ -40,5 +40,3 @@ uninstall::
mcy.tab.c
:
mcy.tab.h
#
for parallel makes
mcy.tab.c
:
mcy.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
mcl.o
:
mcy.tab.h
tools/wrc/Makefile.in
View file @
9644d1dc
...
@@ -45,5 +45,3 @@ uninstall::
...
@@ -45,5 +45,3 @@ uninstall::
parser.tab.c
:
parser.tab.h
#
for parallel makes
parser.tab.c
:
parser.tab.h
#
for parallel makes
@DEPENDENCIES@
# everything below this line is overwritten by make depend
@DEPENDENCIES@
# everything below this line is overwritten by make depend
parser.yy.o
:
parser.tab.h
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