17 lines
322 B
Makefile
17 lines
322 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 user32 urlmon advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
htmldoc.c \
|
|
misc.c \
|
|
protocol.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|