2008-03-08 23:07:57 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = jscript.dll
|
2009-09-30 12:34:47 +00:00
|
|
|
IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
|
2008-03-08 23:07:57 +00:00
|
|
|
|
2009-07-20 16:18:00 +00:00
|
|
|
RC_SRCS = \
|
2009-07-21 15:41:21 +00:00
|
|
|
jscript_De.rc \
|
2009-07-20 16:18:00 +00:00
|
|
|
jscript_En.rc \
|
2009-07-21 15:15:59 +00:00
|
|
|
jscript_Fr.rc \
|
2010-02-16 00:25:44 +00:00
|
|
|
jscript_Ko.rc \
|
2009-07-21 15:17:47 +00:00
|
|
|
jscript_Lt.rc \
|
2009-07-23 08:01:51 +00:00
|
|
|
jscript_Nl.rc \
|
2009-08-06 11:11:19 +00:00
|
|
|
jscript_Pt.rc \
|
2009-09-02 10:53:44 +00:00
|
|
|
jscript_Ru.rc \
|
2009-07-20 16:18:00 +00:00
|
|
|
rsrc.rc
|
2008-03-12 17:41:11 +00:00
|
|
|
|
2008-03-08 23:07:57 +00:00
|
|
|
C_SRCS = \
|
2009-09-28 22:10:50 +00:00
|
|
|
activex.c \
|
2008-09-10 00:33:57 +00:00
|
|
|
array.c \
|
2008-09-10 00:34:16 +00:00
|
|
|
bool.c \
|
2008-09-30 15:48:18 +00:00
|
|
|
date.c \
|
2008-08-31 23:23:38 +00:00
|
|
|
dispex.c \
|
2008-09-02 22:25:21 +00:00
|
|
|
engine.c \
|
2009-07-20 16:17:51 +00:00
|
|
|
error.c \
|
2008-09-08 23:27:01 +00:00
|
|
|
function.c \
|
2008-09-08 23:22:54 +00:00
|
|
|
global.c \
|
2008-03-16 20:10:13 +00:00
|
|
|
jscript.c \
|
2008-09-02 22:25:46 +00:00
|
|
|
jscript_main.c \
|
2008-09-02 22:26:10 +00:00
|
|
|
jsutils.c \
|
2008-09-10 00:33:15 +00:00
|
|
|
lex.c \
|
2008-09-10 00:35:43 +00:00
|
|
|
math.c \
|
2008-09-10 00:34:33 +00:00
|
|
|
number.c \
|
2008-09-10 00:33:37 +00:00
|
|
|
object.c \
|
2008-09-10 00:34:54 +00:00
|
|
|
regexp.c \
|
2008-09-10 00:33:37 +00:00
|
|
|
string.c
|
2008-03-08 23:07:57 +00:00
|
|
|
|
2008-08-25 10:02:57 +00:00
|
|
|
IDL_TLB_SRCS = jsglobal.idl
|
|
|
|
|
2008-09-02 22:25:21 +00:00
|
|
|
BISON_SRCS = \
|
2009-07-03 11:26:38 +00:00
|
|
|
parser.y
|
2008-09-02 22:25:21 +00:00
|
|
|
|
2008-03-08 23:07:57 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2008-09-11 10:12:23 +00:00
|
|
|
parser.tab.c: parser.tab.h # for parallel makes
|
|
|
|
|
2008-03-08 23:07:57 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|