mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
e64485d5a9
Find all lines and initialize controls.
19 lines
364 B
Makefile
19 lines
364 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winecoreaudio.drv
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRALIBS = $(LIBUUID) @COREAUDIO@
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
audiounit.c \
|
|
coreaudio.c \
|
|
coremidi.c \
|
|
midi.c \
|
|
mixer.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|