2008-03-09 00:07:57 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = jscript.dll
|
2008-09-05 02:37:59 +02:00
|
|
|
IMPORTS = oleaut32 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-01 01:23:38 +02:00
|
|
|
dispex.c \
|
2008-09-03 00:25:21 +02:00
|
|
|
engine.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-03 00:25:46 +02:00
|
|
|
lex.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@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|