17 lines
326 B
Makefile
17 lines
326 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wineesd.drv
|
|
IMPORTS = dxguid uuid winmm user32 kernel32
|
|
EXTRAINCL = @ESDINCL@
|
|
EXTRALIBS = @ESDLIBS@
|
|
|
|
C_SRCS = \
|
|
esound.c \
|
|
audio.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|