14 lines
256 B
Makefile
14 lines
256 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = d3dxof.dll
|
||
|
IMPORTS = d3dxof kernel32
|
||
|
|
||
|
CTESTS = \
|
||
|
d3dxof.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|