repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jscript: Add necessary dependencies for the bison file.
[wine/multimedia.git]
/
dlls
/
jscript
/
Makefile.in
blob
e87be626b345cb87d86dabd4f09247d384db754e
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
jscript.dll
6
IMPORTS
=
oleaut32 kernel32
7
8
RC_SRCS
=
rsrc.rc
9
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
26
27
IDL_TLB_SRCS
=
jsglobal.idl
28
29
BISON_SRCS
=
\
30
parser.y
31
32
@MAKE_DLL_RULES@
33
34
parser.tab.c
:
parser.tab.h
# for parallel makes
35
36
@DEPENDENCIES@
# everything below this line is overwritten by make depend
37
38
lex
.o
:
parser.tab.h