jscript: Add necessary dependencies for the bison file.
[wine/multimedia.git] / dlls / jscript / Makefile.in
blobe87be626b345cb87d86dabd4f09247d384db754e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = jscript.dll
6 IMPORTS = oleaut32 kernel32
8 RC_SRCS = rsrc.rc
10 C_SRCS = \
11 array.c \
12 bool.c \
13 dispex.c \
14 engine.c \
15 function.c \
16 global.c \
17 jscript.c \
18 jscript_main.c \
19 jsutils.c \
20 lex.c \
21 math.c \
22 number.c \
23 object.c \
24 regexp.c \
25 string.c
27 IDL_TLB_SRCS = jsglobal.idl
29 BISON_SRCS = \
30 parser.y
32 @MAKE_DLL_RULES@
34 parser.tab.c: parser.tab.h # for parallel makes
36 @DEPENDENCIES@ # everything below this line is overwritten by make depend
38 lex.o: parser.tab.h