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