2002-08-09 03:22:40 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = ws2_32.dll
|
2005-08-27 11:27:09 +02:00
|
|
|
IMPORTS = ws2_32 kernel32
|
2002-08-09 03:22:40 +02:00
|
|
|
|
|
|
|
CTESTS = \
|
2004-11-02 00:18:47 +01:00
|
|
|
protocol.c \
|
2002-08-09 03:22:40 +02:00
|
|
|
sock.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|