2002-08-01 20:22:38 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
2007-01-10 13:42:34 +01:00
|
|
|
TOPOBJDIR = ../..
|
2002-08-01 20:22:38 +02:00
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = wineaudioio.drv
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = dxguid uuid winmm user32 kernel32 ntdll
|
|
|
|
EXTRALIBS = @AUDIOIOLIBS@
|
2002-08-01 20:22:38 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
audio.c \
|
|
|
|
audioio.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|