14 lines
272 B
Makefile
14 lines
272 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = d3drm.dll
|
||
|
IMPORTS = d3drm kernel32
|
||
|
EXTRALIBS = -ldxguid
|
||
|
|
||
|
CTESTS = vector.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|