21 lines
379 B
Makefile
21 lines
379 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dsound.dll
|
|
IMPORTS = ole32 version user32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
|
|
|
CTESTS = \
|
|
capture.c \
|
|
ds3d.c \
|
|
ds3d8.c \
|
|
dsound.c \
|
|
dsound8.c \
|
|
duplex.c \
|
|
propset.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|