mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 23:36:14 +00:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = snmpapi.dll
|
||
|
IMPORTS = snmpapi kernel32
|
||
|
|
||
|
CTESTS = \
|
||
|
util.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|