projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wintrust: Use helper function for setting confidence in SoftpubCheckCert.
[wine]
/
dlls
/
jscript
/
Makefile.in
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