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