2002-12-05 20:19:41 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = dsound.dll
|
2005-03-05 11:49:08 +01:00
|
|
|
IMPORTS = dsound ole32 version user32 kernel32
|
2004-07-22 22:35:36 +02:00
|
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
2002-12-05 20:19:41 +01:00
|
|
|
|
|
|
|
CTESTS = \
|
2003-09-27 04:21:12 +02:00
|
|
|
capture.c \
|
2004-06-18 01:03:11 +02:00
|
|
|
ds3d.c \
|
2004-07-30 20:42:51 +02:00
|
|
|
ds3d8.c \
|
2003-08-07 00:57:48 +02:00
|
|
|
dsound.c \
|
2004-07-30 20:42:51 +02:00
|
|
|
dsound8.c \
|
2006-01-17 16:19:14 +01:00
|
|
|
duplex.c \
|
2003-08-07 00:57:48 +02:00
|
|
|
propset.c
|
2002-12-05 20:19:41 +01:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|