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
f9875bc1
Commit
f9875bc1
authored
Dec 15, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added y.tab.[ch] pseudo-dependencies to fix parallel makes.
parent
9d7ff6c8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
8 deletions
+19
-8
Makefile.in
programs/winedbg/Makefile.in
+4
-0
Makefile.in
tools/widl/Makefile.in
+4
-3
Makefile.in
tools/wmc/Makefile.in
+3
-2
Makefile.in
tools/wpp/Makefile.in
+4
-0
Makefile.in
tools/wrc/Makefile.in
+4
-3
No files found.
programs/winedbg/Makefile.in
View file @
f9875bc1
...
...
@@ -34,6 +34,10 @@ EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
y.tab.c y.tab.h
:
dbg.y
$(YACC)
-d
-t
$(SRCDIR)
/dbg.y
# hack to allow parallel make
y.tab.h
:
y.tab.c
y.tab.o
:
y.tab.h
@LEX_OUTPUT_ROOT@.c
:
debug.l
$(LEX)
-8
-I
$(SRCDIR)
/debug.l
...
...
tools/widl/Makefile.in
View file @
f9875bc1
...
...
@@ -33,14 +33,15 @@ widl.exe: $(OBJS) $(TOPOBJDIR)/tools/wpp/libwpp.a
y.tab.c y.tab.h
:
parser.y
$(YACC)
$(YACCOPT)
-d
-t
$(SRCDIR)
/parser.y
# hack to allow parallel make
y.tab.h
:
y.tab.c
y.tab.o
:
y.tab.h
@LEX_OUTPUT_ROOT@.c
:
parser.l
$(LEX)
$(LEXOPT)
-d
-8
$(SRCDIR)
/parser.l
@LEX_OUTPUT_ROOT@.o
:
y.tab.h
clean
::
$(RM)
parser.output parser.tab.h lex.backup y.output
install
::
$(PROGRAMS)
$(MKINSTALLDIRS)
$(bindir)
$(INSTALL_PROGRAM)
widl
$(EXEEXT)
$(bindir)
/widl
$(EXEEXT)
...
...
tools/wmc/Makefile.in
View file @
f9875bc1
...
...
@@ -34,8 +34,9 @@ wmc.exe: $(OBJS)
y.tab.c y.tab.h
:
mcy.y
$(YACC)
$(YACCOPT)
-d
-t
$(SRCDIR)
/mcy.y
clean
::
$(RM)
y.tab.c y.tab.h y.output
# hack to allow parallel make
y.tab.h
:
y.tab.c
y.tab.o
:
y.tab.h
install
::
$(PROGRAMS)
$(MKINSTALLDIRS)
$(bindir)
$(mandir)
/man
$(prog_manext)
...
...
tools/wpp/Makefile.in
View file @
f9875bc1
...
...
@@ -26,6 +26,10 @@ libwpp.a: $(OBJS)
y.tab.c y.tab.h
:
ppy.y
$(YACC)
$(YACCOPT)
-ppp
-d
-t
$(SRCDIR)
/ppy.y
# hack to allow parallel make
y.tab.h
:
y.tab.c
y.tab.o
:
y.tab.h
@LEX_OUTPUT_ROOT@.c
:
ppl.l
$(LEX)
$(LEXOPT)
-d
-Ppp
-o
$@
-8
$(SRCDIR)
/ppl.l
...
...
tools/wrc/Makefile.in
View file @
f9875bc1
...
...
@@ -36,14 +36,15 @@ wrc.exe: $(OBJS) $(TOPOBJDIR)/tools/wpp/libwpp.a
y.tab.c y.tab.h
:
parser.y
$(YACC)
$(YACCOPT)
-d
-t
$(SRCDIR)
/parser.y
# hack to allow parallel make
y.tab.h
:
y.tab.c
y.tab.o
:
y.tab.h
@LEX_OUTPUT_ROOT@.c
:
parser.l
$(LEX)
$(LEXOPT)
-d
-8
$(SRCDIR)
/parser.l
@LEX_OUTPUT_ROOT@.o
:
y.tab.h
clean
::
$(RM)
parser.output parser.tab.h lex.backup y.output
install
::
$(PROGRAMS)
$(MKINSTALLDIRS)
$(bindir)
$(mandir)
/man
$(prog_manext)
$(INSTALL_DATA)
$(SRCDIR)
/wrc.man
$(mandir)
/man
$(prog_manext)
/wrc.
$(prog_manext)
...
...
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