Makefile.in 272 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = activeds.dll
6
IMPORTLIB = activeds
7
IMPORTS   = kernel32
8 9 10 11 12

C_SRCS = activeds_main.c

@MAKE_DLL_RULES@

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