23 lines
397 B
Makefile
23 lines
397 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3d9.dll
|
|
IMPORTS = dxerr9 uuid dxguid user32 kernel32
|
|
|
|
CTESTS = \
|
|
d3d9ex.c \
|
|
device.c \
|
|
query.c \
|
|
shader.c \
|
|
stateblock.c \
|
|
surface.c \
|
|
texture.c \
|
|
vertexdeclaration.c \
|
|
visual.c \
|
|
volume.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|