makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.

This commit is contained in:
Alexandre Julliard 2010-02-08 20:58:00 +01:00
parent bf84c6120a
commit 9644d1dcd7
9 changed files with 2 additions and 16 deletions

2
configure vendored
View File

@ -13644,7 +13644,7 @@ DEPENDENCIES="### Dependencies:
Makefile: dummy
-\$(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)
\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)

View File

@ -2088,7 +2088,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
Makefile: dummy
-\$(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)
\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)

View File

@ -45,5 +45,3 @@ BISON_SRCS = \
parser.tab.c: parser.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
lex.o: parser.tab.h

View File

@ -91,5 +91,3 @@ RC_SRCS = \
sql.tab.c: sql.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
tokenize.o: sql.tab.h

View File

@ -23,5 +23,3 @@ $(MODULE): $(OBJS)
ppy.tab.c: ppy.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
ppl.yy.o: ppy.tab.h

View File

@ -64,5 +64,3 @@ uninstall::
dbg.tab.c: dbg.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
debug.yy.o: dbg.tab.h

View File

@ -45,5 +45,3 @@ uninstall::
parser.tab.c: parser.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
parser.yy.o: parser.tab.h

View File

@ -40,5 +40,3 @@ uninstall::
mcy.tab.c: mcy.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
mcl.o: mcy.tab.h

View File

@ -45,5 +45,3 @@ uninstall::
parser.tab.c: parser.tab.h # for parallel makes
@DEPENDENCIES@ # everything below this line is overwritten by make depend
parser.yy.o: parser.tab.h