1 TOPSRCDIR = @top_srcdir@ 2 TOPOBJDIR = ../../.. 3 SRCDIR = @srcdir@ 4 VPATH = @srcdir@ 5 TESTDLL = dsound.dll 6 IMPORTS = ole32 version user32 kernel32 7 8 CTESTS = \ 9 capture.c \ 10 ds3d.c \ 11 ds3d8.c \ 12 dsound.c \ 13 dsound8.c \ 14 duplex.c \ 15 propset.c 16 17 @MAKE_TEST_RULES@ 18 19 @DEPENDENCIES@ # everything below this line is overwritten by make depend