2008-03-21 11:04:46 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = d3dx9_36.dll
|
|
|
|
IMPORTS = d3dx9 kernel32
|
|
|
|
|
|
|
|
CTESTS = \
|
2008-07-14 22:47:28 +02:00
|
|
|
math.c \
|
|
|
|
shader.c
|
2008-03-21 11:04:46 +01:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|