11 lines
229 B
Makefile
11 lines
229 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = wmi.dll
|
||
|
IMPORTS = advapi32 kernel32
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|