mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
17 lines
324 B
Makefile
17 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
|