1 TOPSRCDIR = @top_srcdir@ 2 TOPOBJDIR = ../.. 3 SRCDIR = @srcdir@ 4 VPATH = @srcdir@ 5 MODULE = jscript.dll 6 IMPORTS = kernel32 7 8 RC_SRCS = rsrc.rc 9 10 C_SRCS = \ 11 jscript.c \ 12 jscript_main.c 13 14 @MAKE_DLL_RULES@ 15 16 @DEPENDENCIES@ # everything below this line is overwritten by make depend