1 TOPSRCDIR = @top_srcdir@ 2 TOPOBJDIR = ../.. 3 SRCDIR = @srcdir@ 4 VPATH = @srcdir@ 5 MODULE = wineaudioio.drv 6 IMPORTS = dxguid uuid winmm user32 kernel32 ntdll 7 EXTRALIBS = @AUDIOIOLIBS@ 8 9 C_SRCS = \ 10 audio.c \ 11 audioio.c 12 13 @MAKE_DLL_RULES@ 14 15 @DEPENDENCIES@ # everything below this line is overwritten by make depend