mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
2ab7625934
functions from there.
15 lines
222 B
Makefile
15 lines
222 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = snmpapi.dll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|