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