wineoss.drv: Move a function wide variable down to the block it is used in.
[wine] / dlls / dmusic / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmusic.dll
6 IMPORTS   = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         buffer.c \
11         clock.c \
12         collection.c \
13         dmusic.c \
14         dmusic_main.c \
15         download.c \
16         downloadedinstrument.c \
17         instrument.c \
18         port.c \
19         portdownload.c \
20         regsvr.c \
21         thru.c
22
23 RC_SRCS = version.rc
24
25 @MAKE_DLL_RULES@
26
27 @DEPENDENCIES@  # everything below this line is overwritten by make depend