Makefile.in 319 Bytes
Newer Older
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3 4 5
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = wineaudioio.drv
6 7
IMPORTS   = dxguid uuid winmm user32 kernel32 ntdll
EXTRALIBS = @AUDIOIOLIBS@
8 9 10 11 12 13 14

C_SRCS = \
	audio.c \
	audioio.c

@MAKE_DLL_RULES@

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