16 lines
322 B
Makefile
16 lines
322 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = cryptnet.dll
|
|
IMPORTLIB = libcryptnet.$(IMPLIBEXT)
|
|
IMPORTS = crypt32 kernel32
|
|
DELAYIMPORTS = wininet
|
|
|
|
C_SRCS = \
|
|
cryptnet_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|