makefiles: Remove the no longer needed explicit separators for dependencies.
[wine] / dlls / d3d10 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = d3d10.dll
6 IMPORTS   = d3d10 kernel32
7
8 C_SRCS = \
9         device.c \
10         effect.c
11
12 @MAKE_TEST_RULES@