repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msvcrt/tests: Remove a space before a '\n'.
[wine/gsoc-2012-control.git]
/
dlls
/
jscript
/
Makefile.in
blob
5d7ee696c1d084bd009b3b4773e352e350486850
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
jscript.dll
6
IMPORTS
=
oleaut32 advapi32 kernel32
7
8
RC_SRCS
=
rsrc.rc
9
10
C_SRCS
=
\
11
array.c \
12
bool.c \
13
date.c \
14
dispex.c \
15
engine.c \
16
function.c \
17
global.c \
18
jscript.c \
19
jscript_main.c \
20
jsutils.c \
21
lex
.c \
22
math.c \
23
number.c \
24
object.c \
25
regexp.c \
26
string.c
27
28
IDL_TLB_SRCS
=
jsglobal.idl
29
30
BISON_SRCS
=
\
31
parser.y
32
33
@MAKE_DLL_RULES@
34
35
parser.tab.c
:
parser.tab.h
# for parallel makes
36
37
@DEPENDENCIES@
# everything below this line is overwritten by make depend
38
39
lex
.o
:
parser.tab.h