mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
17 lines
310 B
Makefile
17 lines
310 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = wininet.dll
|
|
IMPORTS = wininet ws2_32 kernel32
|
|
|
|
CTESTS = \
|
|
ftp.c \
|
|
generated.c \
|
|
http.c \
|
|
internet.c \
|
|
url.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|