Makefile.in 306 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = cryptnet.dll
6
IMPORTLIB = cryptnet
7
IMPORTS   = crypt32 kernel32
8
DELAYIMPORTS = wininet
9 10 11 12 13 14

C_SRCS = \
	cryptnet_main.c

@MAKE_DLL_RULES@

15
@DEPENDENCIES@  # everything below this line is overwritten by make depend