projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rsaenh/tests: Fix memory leaks.
[wine]
/
dlls
/
jscript
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = jscript.dll
6
IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
7
8
RC_SRCS = \
9
jscript_De.rc \
10
jscript_En.rc \
11
jscript_Fr.rc \
12
jscript_Lt.rc \
13
jscript_Nl.rc \
14
jscript_Pt.rc \
15
jscript_Ru.rc \
16
rsrc.rc
17
18
C_SRCS = \
19
activex.c \
20
array.c \
21
bool.c \
22
date.c \
23
dispex.c \
24
engine.c \
25
error.c \
26
function.c \
27
global.c \
28
jscript.c \
29
jscript_main.c \
30
jsutils.c \
31
lex.c \
32
math.c \
33
number.c \
34
object.c \
35
regexp.c \
36
string.c
37
38
IDL_TLB_SRCS = jsglobal.idl
39
40
BISON_SRCS = \
41
parser.y
42
43
@MAKE_DLL_RULES@
44
45
parser.tab.c: parser.tab.h # for parallel makes
46
47
@DEPENDENCIES@ # everything below this line is overwritten by make depend
48
49
lex.o: parser.tab.h