1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winealsa.drv
6 IMPORTS = dxguid uuid winmm user32 advapi32 kernel32
7 EXTRALIBS = @ALSALIBS@
8
9 C_SRCS = \
10 alsa.c \
11 dscapture.c \
12 dsoutput.c \
13 midi.c \
14 mixer.c \
15 wavein.c \
16 waveinit.c \
17 waveout.c
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.