makefiles: Move all the recursion rules to the top-level makefile.
[wine/multimedia.git] / dlls / cards / Makefile.in
blob11ca3a8d378bd2d64a6e6f72108c51859a1373d2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = cards.dll
6 IMPORTLIB = cards
7 IMPORTS = user32 gdi32 kernel32
9 C_SRCS = \
10 cards.c
12 RC_SRCS = \
13 cards.rc \
14 version.rc
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend