1 TOPSRCDIR = @top_srcdir@ 2 TOPOBJDIR = ../.. 3 SRCDIR = @srcdir@ 4 VPATH = @srcdir@ 5 MODULE = dmusic.dll 6 IMPORTS = dxguid uuid ole32 advapi32 kernel32 7 8 C_SRCS = \ 9 buffer.c \ 10 clock.c \ 11 collection.c \ 12 dmusic.c \ 13 dmusic_main.c \ 14 download.c \ 15 downloadedinstrument.c \ 16 instrument.c \ 17 port.c \ 18 regsvr.c 19 20 RC_SRCS = version.rc 21 22 @MAKE_DLL_RULES@