2008-05-21 05:47:42 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = inetmib1.dll
|
2008-05-21 05:50:21 +02:00
|
|
|
IMPORTS = snmpapi kernel32
|
2008-05-21 05:52:00 +02:00
|
|
|
DELAYIMPORTS = iphlpapi
|
2008-05-21 05:47:42 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|