winecoreaudio: Initial mixer support on Mac OS X.
[wine] / dlls / winecoreaudio.drv / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winecoreaudio.drv
6 IMPORTS   = winmm user32 kernel32
7 EXTRALIBS = $(LIBUUID) @COREAUDIO@
8
9 C_SRCS = \
10         audio.c \
11         audiounit.c \
12         coreaudio.c \
13         coremidi.c \
14         midi.c \
15         mixer.c
16
17 @MAKE_DLL_RULES@
18
19 @DEPENDENCIES@  # everything below this line is overwritten by make depend