2003-05-13 03:32:20 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = iphlpapi.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = iphlpapi
|
2003-09-08 19:00:25 +00:00
|
|
|
IMPORTS = advapi32 kernel32
|
2006-08-04 21:17:56 +00:00
|
|
|
EXTRALIBS = @RESOLVLIBS@
|
2003-05-13 03:32:20 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-07-17 16:39:29 +00:00
|
|
|
icmp.c \
|
2003-05-13 03:32:20 +00:00
|
|
|
ifenum.c \
|
|
|
|
iphlpapi_main.c \
|
|
|
|
ipstats.c
|
|
|
|
|
2007-03-07 20:25:16 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2003-05-13 03:32:20 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|