Sweden-Number/dlls/winealsa.drv/Makefile.in

22 lines
395 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winealsa.drv
2007-12-06 20:42:08 +01:00
IMPORTS = winmm user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid @ALSALIBS@
C_SRCS = \
2003-09-16 00:08:39 +02:00
alsa.c \
dscapture.c \
dsoutput.c \
midi.c \
2007-04-24 00:23:34 +02:00
mixer.c \
waveinit.c \
wavein.c \
waveout.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend