2002-07-30 04:44:19 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
2007-01-10 13:45:39 +01:00
|
|
|
TOPOBJDIR = ../..
|
2002-07-30 04:44:19 +02:00
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = winenas.drv
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = dxguid uuid winmm user32 kernel32
|
2002-10-10 19:54:27 +02:00
|
|
|
EXTRAINCL = @X_CFLAGS@
|
2008-04-30 14:23:55 +02:00
|
|
|
EXTRALIBS = @NASLIBS@
|
2002-07-30 04:44:19 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
audio.c \
|
|
|
|
nas.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|