Makefile.in 355 Bytes
Newer Older
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3 4
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = wineoss.drv
6
IMPORTS   = dxguid uuid winmm user32 kernel32
7

8 9
C_SRCS = \
	audio.c \
10 11
	dscapture.c \
	dsrender.c \
12 13 14 15 16
	midi.c \
	midipatch.c \
	mixer.c \
	mmaux.c \
	oss.c
17

18
@MAKE_DLL_RULES@
19

20
@DEPENDENCIES@  # everything below this line is overwritten by make depend