18 lines
316 B
Makefile
18 lines
316 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
activex.c \
|
|
jscript.c \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|