20 lines
331 B
Makefile
20 lines
331 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3dx9_36.dll
|
|
IMPORTS = d3dx9 d3d9 user32 kernel32
|
|
|
|
CTESTS = \
|
|
core.c \
|
|
math.c \
|
|
mesh.c \
|
|
shader.c \
|
|
texture.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|