18 lines
313 B
Makefile
18 lines
313 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = cards.dll
|
|
IMPORTLIB = libcards.$(IMPLIBEXT)
|
|
IMPORTS = user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
cards.c
|
|
|
|
RC_SRCS = \
|
|
cards.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|