1 TOPSRCDIR = @top_srcdir@ 2 TOPOBJDIR = ../.. 3 SRCDIR = @srcdir@ 4 VPATH = @srcdir@ 5 MODULE = dmsynth.dll 6 IMPORTS = dxguid uuid ole32 advapi32 kernel32 7 8 C_SRCS = \ 9 dmsynth_main.c \ 10 regsvr.c \ 11 synth.c \ 12 synthsink.c 13 14 RC_SRCS = version.rc 15 16 @MAKE_DLL_RULES@ 17 18 @DEPENDENCIES@ # everything below this line is overwritten by make depend