22 lines
371 B
Makefile
22 lines
371 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wineoss.drv
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
dscapture.c \
|
|
dsrender.c \
|
|
midi.c \
|
|
midipatch.c \
|
|
mixer.c \
|
|
mmaux.c \
|
|
oss.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|