2007-10-14 00:39:54 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = d3dx8.dll
|
2008-07-08 16:17:17 +02:00
|
|
|
IMPORTS = d3dx8 kernel32
|
2007-10-14 00:39:54 +02:00
|
|
|
|
2008-07-24 11:31:05 +02:00
|
|
|
CTESTS = \
|
|
|
|
math.c \
|
|
|
|
mesh.c
|
2007-10-14 00:39:54 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|